summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/encxvlna/encxvlna.tex
blob: af5e630322fe6eea339dbbdc53133b1c4fac9317 (plain)
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
62
63
64
65
66
%% $Id: encxvlna.tex 202 2008-06-14 18:55:05Z zw $
\input utf8-t1 % encTeX required for handling UTF-8 transparently
\documentclass[12pt,a4paper]{article}
\usepackage[czech,english]{babel}
\languageattribute{czech}{split} % czech.ldf v.3.2 required
% See e.g. http://icebearsoft.euweb.cz/tex/csh_babel.php
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{verbatim}
\usepackage[protrusion=false,expansion=true,stretch=8,shrink=24,step=4]{microtype}
\oddsidemargin -5mm
\evensidemargin\oddsidemargin
\headheight 0mm
\headsep 0mm
\topmargin -5mm
\textheight 25cm
\footskip 1cm
\textwidth 17cm
\def\sup#1{\ensuremath{^\mathrm{#1}}}
\DeclareRobustCommand\TL{\TeX\ Live}
\newif\ifeng
\DeclareRobustCommand*\cmd[1]{\texttt{\char`\\#1}}
\mubytein 0 % Dirty hack, url.sty contains illegal characters!!!
\usepackage[bookmarks,bookmarksopenlevel=2,bookmarksopen,
    pdftitle={ENCXVLNA,\ Vlna\ implemented\ in\ encTeX},
    pdfauthor={Petr\ Olsak\ and\ Zdenek\ Wagner},
    pdfkeywords={vlna,\ encTeX}]{hyperref}
% To be used after all packages and definitions...
\usepackage{encxvlna} % You need the egg before having the hen :-(
\begin{document}
\title{\textsc{encxvlna}\\Vlna implemented in enc\TeX}
\author{Petr Olšák \& Zdeněk Wagner\\\url{http://math.feld.cvut.cz/olsak} \&
\url{http://icebearsoft.euweb.cz}}
\date{14\sup{th} June 2008}
\maketitle
\def\contentsname{Contents\,/\,Obsah}
\tableofcontents

\engtrue\input{vlna-inc}

\clearpage

\begin{otherlanguage*}{czech}
\engfalse\input{vlna-inc}
\end{otherlanguage*}

\section{\texorpdfstring{\ldots}{...} from fmtutil.cnf}\label{fmtutil}
\begingroup\footnotesize
\begin{verbatim}
tex             tex     -               tex.ini
pdftex          pdftex  -               -enc -translate-file=cp227.tcx *pdftex.ini
latex           pdftex  language.dat    -enc -translate-file=cp227.tcx *latex.ini
pdflatex        pdftex  language.dat    -enc -translate-file=cp227.tcx *pdflatex.ini

# - Czech / Slovak for UTF8 locale (see above for ISO-8859-2). Enable
# "by hand", not by "fmtutil --enablefmt", because definitions for
# ISO-8859-2 / UTF8 share the same name.
csplain      pdftex     -               -etex -enc csplain-utf8.ini
cslatex      pdftex     -               -etex -enc cslatex-utf8.ini
pdfcsplain   pdftex     -               -etex -enc csplain-utf8.ini
pdfcslatex   pdftex     -               -etex -enc cslatex-utf8.ini
\end{verbatim}
\endgroup

\end{document}