% The structure of LaTeX-file of scientific paper % % This form is intended to prepare the conference proceedings % in A4 format. % \documentstyle[12pt,twoside]{article} \pagestyle{myheadings} \tolerance=750 \setlength{\topmargin}{-1cm} \setlength{\headheight}{1.0cm} %---------------------- \setlength{\headsep}{1.0cm} \setlength{\textheight}{23.5cm} \setlength{\oddsidemargin}{0.5cm} \setlength{\evensidemargin}{0.5cm} \setlength{\textwidth}{16.5cm} %---------------------- \renewcommand{\refname}{\begin{center}{\normalsize\rm REFERENCES}\end{center}} \newcommand{\N}{\symbol{242}} \begin{document} \vspace{\baselineskip} \begin{center} \large{TITLE OF PAPER} \end{center} \markboth{\hfill Last Name, First Name \hfill } {\hfill Title of paper (or part of title) for colontituls \hfill} \begin{center} \large{\bf Last Name, First Name } \end{center} \begin{center} \large{\it Full title of organisation} \end{center} % Example : % \large{\it Rostov State University, \\ Mechanics and Mathematics % Department} \begin{center} \normalsize{Full address, E-mail} \end{center} % Example : % \normalsize{Zorge str.,5, Rostov State university, Rostov-on-Don, % 344104, Russia \\ % E-mail: ivanov@math.rsu.ru} % % If authors work in different organisations: % \begin{center} % \large{\bf Schwarzenegger A.$^{*}$, Hammer Ì.$^{**}$, Lungren D.$^{*}$} % \end{center} % % \begin{center} % \large{\it $^{*}$ Dortmund University} % % \normalsize{Joseph-von-Fraunhover Str. 20, Dortmund 44227, GERMANY\\ % E-mail: scrd@mdi-ger.de} % % \large{\it $^{**}$ Australian National University \\ % Research Scool of Physical Scinces} % % \normalsize{Australian National University, Canberra, ACT, 0200, % Australia \\ E-mail: mhammer@phys.anu.au} % \end{center} \vspace{\baselineskip} \small The place for annotation of paper \vspace{\baselineskip} \normalsize The place for main text of paper. Full volume of paper should not exceed 12 pages by using this format. The authors should use normalsize font by help command $\backslash$normalsize as above. Only black/white images as PCX or BMP files are used for insertion in text. % Example of include of file with picture % % \begin{figure} % \centering % \unitlength=0.24pt %Coefficient for laser printer 300 DPI % \begin{picture}(904,370) %Picture dimensions in pixels % \put(0,370){\special{em:graph Fig1.pcx}} %Picture output from file Fig1.pcx % \end{picture} % \end{figure} \vspace{\baselineskip} Acknoledgements ... \vspace{\baselineskip} Financial support ... % Example of bibliography \begin{thebibliography}{99} \bibitem{1} {\it Trusdell C.\/} First Course of Rational of Continuum Mechanic. New-York: Prentice Hall, 1975. 592~p. \bibitem{2} {\it Roye W., Crostack H.-A. } Profile- and deformation- measurements with high axial resolution using the acoustic holography // Nuclear Enging and Design. 1987. Vol.~102. \N~1. P.~313--317. \bibitem{3} {\it Koiter W.T.\/} Couple--stresses in the theory of elasticity // Proc. Neterland. Akad. Wetensh. 1964. B--67. \N~1. P.~17--44. \end{thebibliography} \end{document}