diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/lshort-russian/src/title.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/lshort-russian/src/title.tex | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/lshort-russian/src/title.tex b/Master/texmf-dist/doc/latex/lshort-russian/src/title.tex new file mode 100644 index 00000000000..1c0cdfa8981 --- /dev/null +++ b/Master/texmf-dist/doc/latex/lshort-russian/src/title.tex @@ -0,0 +1,75 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Contents: The title page +% $Id: title.tex,v 1.2 2003/03/19 20:57:47 oetiker Exp $ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\ifx\pdfoutput\undefined % We're not running pdftex +\else +\pdfbookmark{Title Page}{title} +\fi +\newlength{\centeroffset} +\setlength{\centeroffset}{-0.5\oddsidemargin} +\addtolength{\centeroffset}{0.5\evensidemargin} +%\addtolength{\textwidth}{-\centeroffset} +\thispagestyle{empty} +\vspace*{\stretch{1}} +\noindent\hspace*{\centeroffset}\makebox[0pt][l]{\begin{minipage}{\textwidth} +\flushright +{\Huge\bfseries Не очень краткое\\ +введение в \LaTeXe + +} +\noindent\rule[-1ex]{\textwidth}{5pt}\\[2.5ex] +\hfill\emph{\Large или \LaTeXe{} за \pageref{verylast} минут} +\end{minipage}} + +\vspace{\stretch{1}} +\noindent\hspace*{\centeroffset}\makebox[0pt][l]{\begin{minipage}{\textwidth} +\flushright +{\bfseries +Tobias Oetiker\\[1.5ex] +Hubert Partl, Irene Hyna и Elisabeth Schlegl\\[3ex]} +Версия~4.12, 13 April, 2003\\[3cm] +Перевод: Б.~Тоботрас, 22 мая 2003~г. +\end{minipage}} + +%\addtolength{\textwidth}{\centeroffset} +\vspace{\stretch{2}} + + +\pagebreak +\begin{small} + +% \selectlanguage{english} + + Copyright \copyright 1995-2002 Tobias Oetiker and all the Contributers to + LShort. All rights reserved. + + This document is free; you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This document is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE\@. See the GNU + General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this document; if not, write to the Free Software + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + +% \selectlanguage{russian} + +\end{small} + + +\endinput + +% + +% Local Variables: +% TeX-master: "lshort2e" +% mode: latex +% mode: flyspell +% End: |