Skip to content
Snippets Groups Projects
Unverified Commit 7a7e96ad authored by fs959857's avatar fs959857 Committed by Tim Schroeder
Browse files

add information for using Moodle Latex API to Latex-Setting

parent f4daa0f9
No related branches found
No related tags found
No related merge requests found
...@@ -147,7 +147,10 @@ $string['fullscreenBack'] = 'Exit Fullscreen'; ...@@ -147,7 +147,10 @@ $string['fullscreenBack'] = 'Exit Fullscreen';
$string['global_setting_anonymous'] = 'Allow anonymous posting?'; $string['global_setting_anonymous'] = 'Allow anonymous posting?';
$string['global_setting_anonymous_desc'] = 'With this option you allow your user to post comments anonymously. This option activates anonymous posting globally'; $string['global_setting_anonymous_desc'] = 'With this option you allow your user to post comments anonymously. This option activates anonymous posting globally';
$string['global_setting_latexapisetting'] = 'LaTeX to PNG API'; $string['global_setting_latexapisetting'] = 'LaTeX to PNG API';
$string['global_setting_latexapisetting_desc'] = 'API for converting Latex to PNG for PDF Downloads. Note: If you use the Google Chart API, Google will get all formulas in the document if someone chooses to use LaTeX'; $string['global_setting_latexapisetting_desc'] = 'API for converting Latex to PNG for PDF Downloads.<br>'
. 'Note: If you use the Google Chart API, Google will get all formulas in the document if someone chooses to use LaTeX<br>'
. 'If you use the Moodle API, you need a latex, dvips and convert binary installed on your server. '
. '(See <a href="https://docs.moodle.org/38/en/TeX_notation_filter">Moodle Documentation</a> )';
$string['global_setting_latexusemoodle'] = 'Internal Moodle API'; $string['global_setting_latexusemoodle'] = 'Internal Moodle API';
$string['global_setting_latexusegoogle'] = 'Google Chart API'; $string['global_setting_latexusegoogle'] = 'Google Chart API';
$string['global_setting_use_studentdrawing'] = 'Allow drawings for participants?'; $string['global_setting_use_studentdrawing'] = 'Allow drawings for participants?';
......
...@@ -25,6 +25,6 @@ ...@@ -25,6 +25,6 @@
defined('MOODLE_INTERNAL') || die(); defined('MOODLE_INTERNAL') || die();
$plugin->component = 'mod_pdfannotator'; // Full name of the plugin (used for diagnostics). $plugin->component = 'mod_pdfannotator'; // Full name of the plugin (used for diagnostics).
$plugin->version = 2020020300; // The current module version (Date: YYYYMMDDXX). $plugin->version = 2020031600; // The current module version (Date: YYYYMMDDXX).
$plugin->release = 'PDF Annotator v1.3 release 2'; $plugin->release = 'PDF Annotator v1.3 release 2';
$plugin->requires = 2016112900; // Requires this Moodle version. $plugin->requires = 2016112900; // Requires this Moodle version.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment