diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/t2/examples/example5.tex')
-rw-r--r-- | Master/texmf-dist/doc/generic/t2/examples/example5.tex | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/t2/examples/example5.tex b/Master/texmf-dist/doc/generic/t2/examples/example5.tex new file mode 100644 index 00000000000..335fa1fe4b3 --- /dev/null +++ b/Master/texmf-dist/doc/generic/t2/examples/example5.tex @@ -0,0 +1,35 @@ +% This is the file example5.tex of the T2 package. +% +% This file can be used (after some needed modifications) to build a +% `custom' LaTeX format file using `mylatex' by David Carlisle. You can +% find it at CTAN:macros/latex/contrib/carlisle/mylatex.ltx +% See the documentation on usage of this approach in mylatex.ltx. + +\documentclass{article} + +\usepackage[T2A]{fontenc} +\usepackage[koi8-r]{inputenc} +\usepackage[russian]{babel} + +% This is standard for Russian typesetting: +\usepackage{indentfirst} + +% To get \texttrademark, \textregistered, \textcopyright, \quotesinglbase, +% \textbrokenbar and some other symbols looking good: +\usepackage{textcomp} + +% Make \varkappa, \leqslant, \geqslant (and a lot of other) symbols +% available (they are used in Russian mathematical books instead of +% \kappa, \leq, \geq; also \varepsilon instead of \epsilon and +% \varphi instead of \phi are often used). +\usepackage{amssymb} + +% If you are not using complex mathematical typesetting, comment out +% the line below. +\usepackage{amsmath} + +% if you want straight integral signs (and other stuff) +\usepackage{euler} + +\begin{document} +% END OF FILE |