From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- macros/latex/contrib/t2/examples/example3.tex | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 macros/latex/contrib/t2/examples/example3.tex (limited to 'macros/latex/contrib/t2/examples/example3.tex') diff --git a/macros/latex/contrib/t2/examples/example3.tex b/macros/latex/contrib/t2/examples/example3.tex new file mode 100644 index 0000000000..0bb1851f24 --- /dev/null +++ b/macros/latex/contrib/t2/examples/example3.tex @@ -0,0 +1,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} -- cgit v1.2.3