You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
1.3 KiB
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# LaTeX4EI Template
Date: 2016-01-06
## Changelog
#### Release 1.0
* new box macros
the boxes are now implemented as environments, which allows better error tracking.
box names stayed the same, so now it is \begin{sectionbox} ... \end{sectionbox} instead of \sectionbox{ ... }
Note: the table environment is now much simpler. See documentation for details.
* better unicode support
you can now directly write math symbols such as ∫, ∈, ∞, etc. and greek symbols such as α, β, γ as unicode
characters in your tex source code. Make sure the .tex file is encoded as UTF-8 in your editor.
* language support for english and german
The language of the document can now be choosen with the template options "english" or "german".
It is also possible to define a different language for a part of a document. Use \selectlanguage{english}
to switch to english and \selectlanguage{ngerman} (the "n" in "ngerman" is important) to switch to german.
* image search-paths /img and /gfx
you can now specify image paths inside \includegraphics relative to /img or /gfx because the compiler will
automatically search for image files in these directories. Additional the compiler will recognize file
extensions automatically.
Example: use \includegraphics{diagram} if you have a file ./img/diagram.pdf
© 2011-2016, LaTeX4EI