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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
README for the `langcode' package
Adjust Language-Dependent Settings
by Language Code
(C) Uwe Lueck 2012/09/20
`langcode.sty' in the first instance provides a command
\uselangcode{<chars>}
to adjust language-dependent settings, such as key words,
typographical conventions, and language codes (ISO-639-1).
An author frequently writing documents in two or more languages
can use the same commands independently of the language,
provided they are gathered in a list macro to be used by the
`dowith' package. If `\<cmd>' is in the list, it is set to work
like `\<chars><cmd>', and a macro `\langcode' will expand to
<chars> (the respective tokens), usable in URLs.
The package is ``generic," based on `plainpkg'. The code has
been used with `morehype' and `catchdq' (`catcodes'), but may
be useful more generally.
REQUIRED PACKAGES: plainpkg, stackrel, dowith
RELATED PACKAGES: babel, polyglossia;
morehype, catchdq (catcodes)
KEYWORDs: language support; German, macro programming
(programming structures), hypertext
LICENSE:
The package file `langcode.sty' and the documentation files
`langcode.pdf' and `langcode.tex' can be redistributed and/or
modified under the terms of the LaTeX Project Public License;
either version 1.3c of the License, or any later version, see
http://www.latex-project.org/lppl.txt
We did our best to help you, but there is NO WARRANTY.
The `langcode' package is author-maintained in the sense of
this license.
The latest public version of the package is available at
http://mirror.ctan.org/macros/generic/langcode/
A TDS version of the package is available as
http://mirror.ctan.org/install/macros/generic/langcode.tds.zip
Please report bugs, problems, and suggestions via
http://www.contact-ednotes.sty.de.vu
|