lyx_mirror/lib/examples
Günter Milde 4130ab15c6 Fix inputencoding for documentation, examples, and templates.
* "platex" fails with "inputencoding default", if there is text in other languages.
  "jis-platex" works fine, "jis-utf8" fails with German Umlauts (maybe more).

* The expert setting "inputencoding default" switches the inpute encoding
  with language switches without marking this in the LaTeX source.
  It is rarely required (if ever) and makes documents easy to break.

  It is not required for AMS Books, Simple CV, ... (probabely a tex2lyx issue).
  "utf8" and "auto" work fine.
2019-03-22 08:41:55 +01:00
..
ar Reorganize templates and example folders 2019-03-19 07:13:18 +01:00
Articles Fix inputencoding for documentation, examples, and templates. 2019-03-22 08:41:55 +01:00
Books Fix inputencoding for documentation, examples, and templates. 2019-03-22 08:41:55 +01:00
ca Reorganize templates and example folders 2019-03-19 07:13:18 +01:00
cs Reorganize templates and example folders 2019-03-19 07:13:18 +01:00
Curricula_Vitae Fix inputencoding for documentation, examples, and templates. 2019-03-22 08:41:55 +01:00
da Reorganize templates and example folders 2019-03-19 07:13:18 +01:00
de Reorganize templates and example folders 2019-03-19 07:13:18 +01:00
el Reorganize templates and example folders 2019-03-19 07:13:18 +01:00
es Reorganize templates and example folders 2019-03-19 07:13:18 +01:00
eu Reorganize templates and example folders 2019-03-19 07:13:18 +01:00
External_Material Reorganize templates and example folders 2019-03-19 07:13:18 +01:00
fa Reorganize templates and example folders 2019-03-19 07:13:18 +01:00
fr Reorganize templates and example folders 2019-03-19 07:13:18 +01:00
gl Reorganize templates and example folders 2019-03-19 07:13:18 +01:00
Graphics_&_Insets Reorganize templates and example folders 2019-03-19 07:13:18 +01:00
Handouts Reorganize templates and example folders 2019-03-19 07:13:18 +01:00
he Reorganize templates and example folders 2019-03-19 07:13:18 +01:00
hu Reorganize templates and example folders 2019-03-19 07:13:18 +01:00
id Reorganize templates and example folders 2019-03-19 07:13:18 +01:00
it Reorganize templates and example folders 2019-03-19 07:13:18 +01:00
ja Fix inputencoding for documentation, examples, and templates. 2019-03-22 08:41:55 +01:00
ko Reorganize templates and example folders 2019-03-19 07:13:18 +01:00
Letters Reorganize templates and example folders 2019-03-19 07:13:18 +01:00
Modules Fix inputencoding for documentation, examples, and templates. 2019-03-22 08:41:55 +01:00
nb Reorganize templates and example folders 2019-03-19 07:13:18 +01:00
nl Reorganize templates and example folders 2019-03-19 07:13:18 +01:00
pl Reorganize templates and example folders 2019-03-19 07:13:18 +01:00
Posters Reorganize templates and example folders 2019-03-19 07:13:18 +01:00
Presentations Fix inputencoding for documentation, examples, and templates. 2019-03-22 08:41:55 +01:00
pt_BR Reorganize templates and example folders 2019-03-19 07:13:18 +01:00
pt_PT Reorganize templates and example folders 2019-03-19 07:13:18 +01:00
ro Reorganize templates and example folders 2019-03-19 07:13:18 +01:00
ru Reorganize templates and example folders 2019-03-19 07:13:18 +01:00
Scripts Reorganize templates and example folders 2019-03-19 07:13:18 +01:00
sk Reorganize templates and example folders 2019-03-19 07:13:18 +01:00
sl Reorganize templates and example folders 2019-03-19 07:13:18 +01:00
sr Reorganize templates and example folders 2019-03-19 07:13:18 +01:00
sv Reorganize templates and example folders 2019-03-19 07:13:18 +01:00
Theses/PhD_Thesis Reorganize templates and example folders 2019-03-19 07:13:18 +01:00
uk Reorganize templates and example folders 2019-03-19 07:13:18 +01:00
biblioExample.bib - moderncv.layout: add missing separator style 2012-01-21 12:05:07 +00:00
CMakeLists.txt Amend d3ec77c6: Reorganize templates and example folders 2019-03-19 10:56:06 +01:00
Example_(LyXified).lyx Reorganize templates and example folders 2019-03-19 07:13:18 +01:00
Example_(raw).lyx Reorganize templates and example folders 2019-03-19 07:13:18 +01:00
Localization_Test.lyx Reorganize templates and example folders 2019-03-19 07:13:18 +01:00
README.new_examples Reorganize templates and example folders 2019-03-19 07:13:18 +01:00
Welcome.lyx Reorganize templates and example folders 2019-03-19 07:13:18 +01:00

DIRECTORY STRUCTURE & FILE NAMING
==================================

The examples directory has the following structure

examples/[language/]category/[subcategory]

Please use the layout category (with identical spelling to assure translation)
as category subdirectory (e.g., "Letters"). See \DeclareCategory entry of the
layout which corresponds to your example. Substitute blanks by '_'.

If your example consists of one file only, and if there are no further examples
relating to your layout yet, use the layout name, as defined in \DeclareLaTeXClass,
as file name. Substitute blanks by '_' (e.g., My_Layout.lyx). In any case, use
a verbose, transparent name (do not use insider acronyms as file names).

If your example consists of multiple files, use an additional subdirectory.
Use the layout name, as defined in \DeclareLaTeXClass, as subcategory subfolder
name. Substitute blanks by '_' (e.g., My_Layout). Give the files verbose,
transparent names that clarify the function of the respective file in the examples
bundle. Use '_' instead of blanks.

The optional language subdirectory that immediately follows examples/ uses the
language code (e.g., 'de' for German). Use this if you provide a translation of
an existing English example.
The language subdirectory expands to the same subfolders than the English version
and uses the same [English) filename (e.g., examples/Letters/myletter.lyx > 
examples/fr/Letters/myletter.lyx).

If you add a new (sub)folder, you must create a new entry in Makefile.am.