File: example5.tex

package info (click to toggle)
tetex-src 3.0.dfsg.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 122,292 kB
  • ctags: 2,709
  • sloc: makefile: 2,323; perl: 1,820; sh: 1,378; lisp: 448; python: 335; xml: 175; sed: 138; ansic: 138; yacc: 52
file content (35 lines) | stat: -rw-r--r-- 1,133 bytes parent folder | download | duplicates (22)
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
% 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