File: latex_babel.txt

package info (click to toggle)
python-docutils 0.19%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 9,668 kB
  • sloc: python: 45,630; lisp: 14,475; xml: 1,789; javascript: 1,032; sh: 130; makefile: 104
file content (36 lines) | stat: -rw-r--r-- 991 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
The babel_ package introduces the concept of "shorthands": additional
characters that introduce a latex macro. Most common is the active double
quote ("). Problematic is the tilde character (~) which is regularely used
for no-break spaces but redefined by some language definition files:

English: 'an' "active"-quote, ^circumflex, and no-break spaces

.. class:: language-eu

Basque: 'an' "active"-quote, ^circumflex, and no-break spaces

.. class:: language-eo

Esperanto: 'an' "active"-quote, ^circumflex, and no-break spaces

.. class:: language-et

Estonian: 'an' "active"-quote, ^circumflex, and no-break spaces

.. class:: language-gl

Galician: 'an' "active"-quote, ^circumflex, and no-break spaces

.. class:: language-de

German: 'an' "active"-quote, ^circumflex, and no-break spaces

Spanish: option clash with Galician!

..
   .. class:: language-es

   Spanish: 'an' "active"-quote, ^circumflex, and no-break spaces


.. _babel: http://www.ctan.org/packages/babel