Last change
on this file since 91747 was
91747,
checked in by dorch@…, 6 years ago
|
Correction de bugs :
Ajout de la compilation en CHM et Latex sur le serveur (non pleinement testé)
Traduction en anglais
|
File size:
989 bytes
|
Line | |
---|
1 | <?php |
---|
2 | if (!defined('_ECRIRE_INC_VERSION')) return; |
---|
3 | |
---|
4 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
---|
5 | 'chmlatex_nom' => "CHM & LaTeX", |
---|
6 | |
---|
7 | 'chmlatex_slogan' => "Export a sector in CHM or LaTeX format", |
---|
8 | |
---|
9 | 'chmlatex_description' => "The CHM & LaTeX plugin is designed to export the contents of a sector of a SPIP site in the formats: |
---|
10 | |
---|
11 | -* Static HTML format for compiling in [?CHM] format using [HTML Help Workshop-> https://www.microsoft.com/en-us/download/details.aspx?id=21138] |
---|
12 | -* Latex format for compiling in PDF format with [XeLatex-> http://www.xelatex.org] |
---|
13 | |
---|
14 | Multilingualism is supported as follows: |
---|
15 | |
---|
16 | - * Using a unique structure of sections with titles and texts of the sections translated using tags [& lt; multi & gt; -> http://programmer.spip.net/Les-Polyglottes-multi]; |
---|
17 | - * Use of translation mechanisms SPIP articles. Untranslated items are replaced by the reference article translations. |
---|
18 | |
---|
19 | The export form can be found in Publication menu of private area.", |
---|
20 | ); |
---|
21 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.