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
|
*** encguide.tex.org 2009-09-24 17:00:50.000000000 +0200
--- encguide.tex 2011-07-01 22:00:17.000000000 +0200
***************
*** 34,40 ****
\documentclass{ltxguide}[1994/11/20]
! \usepackage[T1]{fontenc}
\IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}
\usepackage{textcomp}
\usepackage{url}
--- 34,40 ----
\documentclass{ltxguide}[1994/11/20]
! \usepackage{fontspec}% \usepackage[T1]{fontenc}
\IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}
\usepackage{textcomp}
\usepackage{url}
***************
*** 1226,1232 ****
\newblock {\em {TUG}boat}, 11(4):514--516, 1990.
\bibitem{fontinst} \emph{The \Pkg{fontinst} package}:
! \textlangle CTAN\textrangle\url{/fonts/utilities/fontinst}.
\bibitem{Rei:TB17-2-102} Fukui Rei:
\emph{\textsl{TIPA}: A system for processing phonetic
--- 1226,1234 ----
\newblock {\em {TUG}boat}, 11(4):514--516, 1990.
\bibitem{fontinst} \emph{The \Pkg{fontinst} package}:
! \href{ftp://ftp.ctan.org/tex-archive/fonts/utilities/fontinst}{%
! \textlangle CTAN\textrangle\nolinkurl{/fonts/utilities/fontinst}%
! }.
\bibitem{Rei:TB17-2-102} Fukui Rei:
\emph{\textsl{TIPA}: A system for processing phonetic
***************
*** 1266,1272 ****
\newblock Addison-Wesley, Reading, Massachusetts, second edition, 1994.
\bibitem{LH-Fonts} \emph{The \Pkg{lh}-Fonts for Cyrillic}:
! \textlangle CTAN\textrangle\url{/fonts/cyrillic/lh}.
\bibitem{A-W:MG2004}
Frank Mittelbach and Michel Goossens.
--- 1268,1276 ----
\newblock Addison-Wesley, Reading, Massachusetts, second edition, 1994.
\bibitem{LH-Fonts} \emph{The \Pkg{lh}-Fonts for Cyrillic}:
! \href{ftp://ftp.ctan.org/tex-archive/fonts/cyrillic/lh}{%
! \textlangle CTAN\textrangle\nolinkurl{/fonts/cyrillic/lh}%
! }.
\bibitem{A-W:MG2004}
Frank Mittelbach and Michel Goossens.
|