summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/eskdx/test
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/eskdx/test')
-rw-r--r--Master/texmf-dist/doc/latex/eskdx/test/footnote.tex28
-rw-r--r--Master/texmf-dist/doc/latex/eskdx/test/freesizesheets.tex105
-rw-r--r--Master/texmf-dist/doc/latex/eskdx/test/general2.tex288
-rw-r--r--Master/texmf-dist/doc/latex/eskdx/test/pagestyle.tex27
4 files changed, 448 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/eskdx/test/footnote.tex b/Master/texmf-dist/doc/latex/eskdx/test/footnote.tex
new file mode 100644
index 00000000000..4c3af448352
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eskdx/test/footnote.tex
@@ -0,0 +1,28 @@
+\documentclass[russian,utf8,footnoteasterisk]{eskdtext}
+%\usepackage[T2A]{fontenc}
+%\usepackage{pscyr}
+\usepackage[unicode]{hyperref}
+
+\begin{document}
+\section{Сноски}
+\point Если необходимо пояснить отдельные данные, приведенные в
+документе, то эти данные следует обозначать надстрочными знаками
+сноски.
+
+Сноски в тексте располагают с абзацного отступа в конце страницы, на
+которой они обозначены, и отделяют от текста короткой тонкой
+горизонтальной линией с левой стороны, а к данным, расположенным в
+таблице, в конце таблицы над линией, обозначающей окончание таблицы.
+
+\point Знак сноски ставят непосредственно после того слова, числа,
+символа, предложения, к которому дается пояснение, и перед текстом
+пояснения.
+
+\point Знак сноски выполняют арабскими цифрами со скобкой и помещают
+на уровне верхнего обреза шрифта.
+
+Пример "--- ,,... печатающее устройство\footnote{текст сноски}...''.
+\newpage
+Eot один пример "--- ,,... печатающее устройство\footnote{текст сноски}...''.
+
+\end{document}
diff --git a/Master/texmf-dist/doc/latex/eskdx/test/freesizesheets.tex b/Master/texmf-dist/doc/latex/eskdx/test/freesizesheets.tex
new file mode 100644
index 00000000000..75e8e234c06
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eskdx/test/freesizesheets.tex
@@ -0,0 +1,105 @@
+\documentclass[
+ 14pt,
+ russian,
+ koi8-r,
+ pointsubsection,
+ floatsingle,
+ ]
+{eskdtext}
+
+\usepackage[T2A]{fontenc}
+\usepackage{eskdfreesize} %
+\usepackage{longtable,array}
+\usepackage{calc}
+
+\ESKDtitle{eskdtext}
+\ESKDdocName{ . }
+\ESKDsignature{ }
+\ESKDauthor{~.~.}
+\ESKDtitleApprovedBy{ }{. .}
+
+% ,
+\newcounter{printalotfirst}
+\newcounter{printalotsecond}
+\newcommand{\printalot}[2]{
+ \setcounter{printalotfirst}{0}
+ \setcounter{printalotsecond}{#1}
+ \whiledo{\value{printalotfirst}<\value{printalotsecond}}
+ {#2 \stepcounter{printalotfirst}}
+}
+
+\newcommand{\printcnt}{180} % 0.7 4
+
+\begin{document}
+ \section*{4 }
+ \printalot{\printcnt}{4 }\par
+ \printalot{\printcnt}{4 }
+
+% A3
+\ESKDportraitAIII{
+ \section*{3 }
+ \printalot{\printcnt*2}{3 }\par
+ \printalot{\printcnt*2}{3 }
+}
+\ESKDlandscapeAIII{
+ \section*{3 }
+ \printalot{\printcnt*2}{3 }\par
+ \printalot{\printcnt*2}{3 }
+}
+
+% A2
+\ESKDportraitAII{
+ \section*{2 }
+ \printalot{\printcnt*4}{2 }\par
+ \printalot{\printcnt*4}{2 }
+}
+\ESKDlandscapeAII{
+ \section*{2 }
+ \printalot{\printcnt*4}{2 }\par
+ \printalot{\printcnt*4}{2 }
+}
+
+% A1
+\ESKDportraitAI{
+ \section*{1 }
+ \printalot{\printcnt*8}{1 }\par
+ \printalot{\printcnt*8}{1 }
+}
+\ESKDlandscapeAI{
+ \section*{1 }
+ \printalot{\printcnt*8}{1 }\par
+ \printalot{\printcnt*8}{1 }
+}
+
+% A0
+\ESKDportraitAZERO{
+ \section*{0 }
+ \printalot{\printcnt*16}{0 }\par
+ \printalot{\printcnt*16}{0 }
+}
+\ESKDlandscapeAZERO{
+ \section*{0 }
+ \printalot{\printcnt*16}{0 }\par
+ \printalot{\printcnt*16}{0 }
+}
+
+%
+\renewcommand\ESKDtheColumnXXXIIfree{ <<>>}
+\ESKDfreeSize{5000mm}{297mm}{
+ \printalot{\printcnt*16}{ <<>>}\par
+ \printalot{\printcnt*16}{ <<>>}
+}
+
+\renewcommand\ESKDtheColumnXXXIIfree{\' }
+\ESKDfreeSize{500mm}{500mm}{
+ \printalot{\printcnt*4}{\' }\par
+ \printalot{\printcnt*4}{\' }
+}
+
+% 4
+\newpage
+\section*{ 4}
+ \printalot{\printcnt}{4 }\par
+ \printalot{\printcnt}{4 }
+
+\end{document}
diff --git a/Master/texmf-dist/doc/latex/eskdx/test/general2.tex b/Master/texmf-dist/doc/latex/eskdx/test/general2.tex
new file mode 100644
index 00000000000..736763e3221
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eskdx/test/general2.tex
@@ -0,0 +1,288 @@
+\documentclass[russian,koi8-r,pointsection]{eskdtext}
+\usepackage{eskdchngsheet}
+\usepackage[T2A]{fontenc}
+\usepackage{pscyr}
+\usepackage{amstext}
+\usepackage{amsmath}
+\usepackage{listings}
+
+\ESKDdepartment{}
+\ESKDcompany{}
+\ESKDclassCode{ }
+\ESKDtitle{eskdx}
+\ESKDdocName{ .
+}
+\ESKDsignature{ }
+\ESKDauthor{~.~.}
+\ESKDtitleApprovedBy{ }{. .}
+\ESKDtitleAgreedBy{ }{.
+.}
+\ESKDtitleAgreedBy{ }{.
+.}
+\ESKDtitleAgreedBy{ }{.
+.}
+\ESKDtitleDesignedBy{ }{. }
+\ESKDtitleDesignedBy{ }{. }
+\ESKDdate{2006/02/25}
+
+\usepackage[unicode]{hyperref}
+
+\begin{document}
+\maketitle
+\tableofcontents
+\newpage
+\section{ }
+\point
+ eskdx.
+\point :
+\begin{itemize}
+\item ;
+\item ;
+\item (, , ):
+\item (, );
+\item ;
+\item ;
+\item ;
+\item ;
+\item ;
+\item .
+\end{itemize}
+
+\section{}
+\point
+.
+
+\point
+ (, ),
+ .
+ .
+ , .
+ . , ,
+ .
+
+\point , . ,
+, .
+
+\point
+, . .
+ , .
+
+\point
+ 3, 4 ,
+ "--- $15~\text{}$.
+ "--- 2 ,
+ "--- $8~\text{}$.
+
+\section{ }
+\point ,
+ ( $15$ $17~\text{}$).
+
+ , , , .
+
+\point
+.
+
+, , .
+
+ , ,
+ .
+
+\point :
+\begin{itemize}
+\item ;
+\item ;
+\item .
+\end{itemize}
+\point :
+\begin{enumerate}
+\item ;
+\item :
+\begin{enumerate}
+\item ;
+\item ;
+\end{enumerate}
+\item .
+\end{enumerate}
+
+\point ,
+.
+
+\section{}
+\point ,
+,
+.
+
+ ,
+ ,
+ , ,
+, , .
+
+\point , ,
+, , ,
+.
+
+\point
+ .
+
+ "--- ,,... \footnote{ }...''.
+
+\section{}
+\point
+,
+. ,
+ , ,
+ .
+ ,
+ .
+ ``'' .
+
+ $\rho, \text{}/\text{}^3$,
+
+\begin{equation}
+\label{eq:1}
+\rho = \frac{m}{V},
+\end{equation}
+\begin{ESKDexplanation}
+\item[ ] $m$ "--- , ;
+\item $V$ "--- , $\text{}^3$.
+\end{ESKDexplanation}
+
+\point , , ,
+ ,
+ .
+ "--- (1).
+
+ ,
+, ... \eqref{eq:1}.
+
+\section{}
+ .
+~\ref{t:1}.
+
+\begin{table}[b]
+\caption{ }
+\label{t:1}
+\begin{tabular}{|c|c|c|c|}
+\hline
+\multicolumn{1}{|p{4cm}|}{ , }&
+\multicolumn{1}{p{4cm}|}{ $1000~\text{.}$ , }&
+\multicolumn{1}{p{4cm}|}{ , }&
+\multicolumn{1}{p{4cm}|}{ $1000~\text{.}$ ,
+}\\\hline
+$1{,}1$ & $0{,}045$ & $2{,}0$ & $0{,}192$\\\hline
+$1{,}2$ & $0{,}043$ & $2{,}5$ & $0{,}350$\\\hline
+$1{,}4$ & $0{,}111$ & $3{,}0$ & $0{,}553$\\\hline
+\end{tabular}
+\end{table}
+
+
+
+
+
+ .
+
+\section{}
+ ~\ref{f:1}.
+\begin{figure}[t]
+\begin{center}
+\setlength{\unitlength}{50mm}
+\begin{picture}(1,1)
+\linethickness{\ESKDlineThin}
+\put(0,0){\line(1,0){1}}
+\put(1,0){\line(0,1){1}}
+\put(0,1){\line(1,0){1}}
+\put(0,0){\line(0,1){1}}
+\put(0,0){\line(1,1){1}}
+\put(1,0){\line(-1,1){1}}
+\end{picture}
+\end{center}
+\caption{ }
+\label{f:1}
+\end{figure}
+
+
+
+
+
+
+
+
+
+
+
+ .
+
+\ESKDappendix{}{ c }
+\begin{figure}[h]
+\begin{center}
+\setlength{\unitlength}{1mm}
+\begin{picture}(60,60)
+\linethickness{\ESKDlineThin}
+\put(30,30){\oval(60,60)}
+\put(22,40){\circle*{5}}
+\put(38,40){\circle*{5}}
+\put(20,20){\line(1,-1){5}}
+\put(25,15){\line(1,0){10}}
+\put(35,15){\line(1,1){5}}
+\end{picture}
+\end{center}
+\end{figure}
+
+\ESKDappendix{}{ c }
+, ,
+
+ ,
+ \eqref{tabwidth}.
+
+ :
+\begin{equation}
+\label{tabwidth}
+W_\text{} = K \cdot W_\text{textwidth} - 2 \cdot W_\text{tabcolsep}
+- N_\text{rule} \cdot W_\text{arrayrulewidth},
+\end{equation}
+\begin{ESKDexplanation}
+\item[ ] $K$ "--- ;
+\item $W_\text{textwidth}$ "--- ;
+\item $W_\text{tabcolsep}$ "---
+ , , ;
+\item $N_\text{rule}$ "---
+ ( $1$, $1{,}5$);
+\item $W_\text{arrayrulewidth}$ "--- ,
+ .
+\end{ESKDexplanation}
+
+\ESKDappendix{}{ c }
+\section{}
+ .
+ .
+ .
+ .
+ .
+ .
+\subsection{}
+ .
+ .
+ .
+ .
+ .
+ .
+
+\ESKDappendix{}{ }
+\lstset{columns=fixed,language=[LaTeX]TeX,%
+basicstyle=\small,breaklines=true}
+\lstinputlisting{general.tex}
+
+\newpage
+\begin{thebibliography}{99}
+\bibitem{1} 1~.~., 2~.~. . "--- .:
+ , 1999. "--- 543~.
+\bibitem{2} 3~.~., 4~.~. . "--- .:
+ , 1999. "--- 543~.
+\end{thebibliography}
+
+\begin{ESKDchangeSheet}
+\rule{0mm}{\textheight-4cm}&&&&&&&&&\\
+\end{ESKDchangeSheet}
+
+\end{document}
+% vim:tw=70
diff --git a/Master/texmf-dist/doc/latex/eskdx/test/pagestyle.tex b/Master/texmf-dist/doc/latex/eskdx/test/pagestyle.tex
new file mode 100644
index 00000000000..db49b219f70
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eskdx/test/pagestyle.tex
@@ -0,0 +1,27 @@
+\documentclass[russian,koi8-r]{eskdtext}
+\usepackage[T2A]{fontenc}
+\usepackage{pscyr}
+
+\ESKDdocName{ . }
+
+\begin{document}
+\section{ }
+ ( formII).
+\newpage
+\section{ }
+ ( formIIa).
+\newpage
+\ESKDstyle{empty}
+\section{ empty}
+ empty, ,
+, .
+\newpage
+ empty.
+\newpage
+\ESKDthisStyle{formIIab}
+ formIIab. empty.
+\newpage
+ empty.
+
+
+\end{document}