File: example3.tex

package info (click to toggle)
texlive-lang 2018.20190227-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,175,732 kB
  • sloc: perl: 58,868; xml: 39,109; makefile: 4,050; sh: 4,033; python: 2,969; ansic: 2,846; ruby: 1,003; lisp: 714; awk: 636; java: 159; sed: 142; csh: 25; cpp: 12
file content (26 lines) | stat: -rw-r--r-- 750 bytes parent folder | download | duplicates (24)
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
% This is the file example3.tex of the T2 package.

% If you need to process a Plain TeX file, you may use a LaTeX `plain'
% package by David Carlisle.  You can get it from
% CTAN:macros/latex/contrib/carlisle/plain.sty
% In this case, you do not need any hacks with plainenc.tex to typeset
% Cyrillic, and all the LaTeX power (including NFSS) is available. In
% particular, `babel' package works out of the box, as well as inputenc.

\documentclass{article}

\usepackage[koi8-r]{inputenc}
\usepackage[russian]{babel}
\usepackage{plain}

\begin{document}

\begin{plain}

\input{file} % Input a Plain TeX file.
             % You may also type Plain TeX commands here
             % directly, without \input'ing any file.

\end{plain}

\end{document}