LaTeX: Difference between revisions
No edit summary |
|||
| Line 39: | Line 39: | ||
==[[Unicode]]== | ==[[Unicode]]== | ||
Basic LaTeX doesn't support UTF-8 beyond expanding macros based on lexical sequences. If this is intended, use the <tt>utf8</tt> parameter to the <tt>inputenc</tt> package. [http://scripts.sil.org/xetex XeTeX] aims to be a fully Unicode-aware TeX engine. | Basic LaTeX doesn't support UTF-8 beyond expanding macros based on lexical sequences. If this is intended, use the <tt>utf8</tt> parameter to the <tt>inputenc</tt> package. [http://scripts.sil.org/xetex XeTeX] aims to be a fully Unicode-aware TeX engine. | ||
==BibTeX | ==BibTeX== | ||
* Style [http://www.cs.stir.ac.uk/~kjt/software/latex/showbst.html examples] | * Style [http://www.cs.stir.ac.uk/~kjt/software/latex/showbst.html examples] | ||
* Protect anything like capitalization, accented characters etc with curly braces | * Protect anything like capitalization, accented characters etc with curly braces | ||
* A good list of [http://www.math.uiuc.edu/~hildebr/tex/bibliographies.html BibTeX tips] | * A good list of [http://www.math.uiuc.edu/~hildebr/tex/bibliographies.html BibTeX tips] | ||
==Checkers== | ==Checkers== | ||
Of these, ChkTeX seems more fully-featured than lacheck. Neither is actively maintained. | Of these, ChkTeX seems more fully-featured than lacheck. Neither is actively maintained. | ||