PRADS2022 Instructions
PRADS2022 Instructions
PRADS2022 Instructions
Abstract. In this paper you will find important instructions for authors of the contributions to the
Proceedings using LATEX 2ε system together with the class file PRADS2022.cls. The abstract itself
should summarize the contents of the paper and should contain from 200 to 250 words. It should be
written in abstract style in 9 pt size and 1 cm left and right text margins.
Key words: You can list your keywords using the keywords style.
1. Introduction
You are encouraged to use LATEX 2ε system for the preparation of your contribution to the Proceedings
of the 15th International Symposium on Practical Design of Ships and Other Floating Structures with the
class file PRADS2022.cls. The LATEX source of these instructions can be used as a template.
In case you are not familiar with the LATEX system you can use MS Word. Instructions for Word users
are in a separate document that can be found at PRADS 2022 website.
2. Document layout
The printing area of your contribution is 122 mm 193 mm on A4 paper size.
Font of the manuscript should be Times New Roman and for the body of the text use 10pt size with
single line spacing. Bold type and underlining should be avoided. For the notation of the manuscript
authors use 10 pt font size, for their institutions 9 pt font size as well for the abstract and keywords.
3. Paper preparation
For the preparation of your contribution a complete, integrated LATEX 2ε class file is provided: PRADS2022.cls.
Papers not complying with the given style will be reformatted. This could lead to the change of the
overall number of pages. The given class file should run on any standard LATEX 2ε installation. If any
∗ Correspondence to: sime.malenica@bureauveritas.com
1
of the fonts, class files, or packages it requires are missing from your installation please send an email
to PRADS2022@fsb.hr.
Using LATEX 2ε with PRADS2022.cls class file your contribution will be automatically typeset in
Computer Modern Roman (CM) fonts. Please do not change this preset fonts. It is also advisable to keep
your own macros to a minimum.
Headings should not be capitalized and for its generation use standard LATEX 2ε commands like section,
subsection and subsubsection. Including * like with
\subsection*{Acknowledgments}
\documentclass[twoside]{PRADS2022}
\usepackage{url}
\begin{document}
\maketitle
\begin{abstract}
Some text for abstract
\end{abstract}
\keywords{list of key words}
\section{Introduction}
Text in the body of the article
...
\end{document}
2
50 0.1
45 0.09
40 0.08
35 0.07
=D
30 0.06
=D
[Æ ℄
25 0.05
PSfrag repla
ements
x 20 0.04
y 15 0.03
z
10 0.02
5 0.01
0 0
0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1
r
Figure 1. This example figure presents propeller geometry with β pitch angle (solid line) and c chord (dashed line)
distribution along span. Sample figure with different line types can be described in caption by emphasising the elements
description in italics.
It is important to use given commands for the notation of your institution. Commands \ainst{1}
and \ainstnum{1}, in case of article with more then one author, link the author with its institution (in
this case first and third author with the first institution). Also please notate the author responsable for the
correspondence using the command \cauthor within the \author command and full correspondence
address in \caddress. For e-mail address (and also for web sites) you can use command \url{} from
url package.
Class file PRADS2022.cls defines headers for your contribution with command
\cmndheads{<author>}{<title>}, however <author> and <title> should be short enough
to fit into the headers.
3
Table 1. An example table
k Hk (ξ) hHk2 i
0 1 1
1 ξ 1
2 −1 + ξ 2 2
3 −3ξ + ξ 3 6
4 3 − 6ξ 2 + ξ 4 24
\begin{table}
\caption{An example table}
\centering
\begin{tabular}{c|c|c}\hline
$k$ & $H_k(\xi)$ & $\langle H_kˆ2\rangle$ \\\hline
0 & $1$ & 1\\
1 & $\xi$ & 1\\
2 & $-1+\xiˆ2$ & 2\\
3 & $-3\xi+\xiˆ3$ & 6\\
4 & $3-6\xiˆ2+\xiˆ4$ & 24 \\\hline
\end{tabular}
\label{sample-table}
\end{table}
3.3. Formulas
Equations or formulas are centered and set in a separate line with extra space above and below, and
they also should be numbered for reference. The equation numbers should be consecutive within your
contribution and should be written in parentheses on the right margin. This can be easily achieved with the
equation environment, like for example
dθ
fu (u? ) = (1)
du?
Source for the example equation (1) would be:
\begin{equation}\label{eq:1}
f_u(uˆ{\star})=\frac{d\theta}{duˆ{\star}}
\end{equation}
3.4. References
For the references you can use thebibliography environment: to initiate the references list use
command \begin{thebibliography}{99} which automatically defines section References with-
out assigned number. Each reference defined with \bibitem{<label>} can be cited in the body of
the article with \cite{<label>}. In the output these labels are replaced with numbers in the square
brackets. Reference entries should be printed in order of citation in a smaller font. Parameter {99} in the
command for start of reference list defines widest number of a reference. Examples are given at the end
of this article to present the general style of references. The reference list is completed with the command
\end{thebibliography}
You can also use BibTeX application for the generation of the reference list instead of using thebibliography
environment it would have a form like
\bibliographystyle{unsrt}
\bibliography{sample}
The citation rule remains the same i.e. you should use \cite{<label>} where the <label> is
defined within a separate file sample.bib.
4
3.5. Program code
Program listings or program commands in the text are normally set in typewriter font, e.g., CMTT10 or
Courier.
Acknowledgments
For Acknowledgments the heading should be treated as a subsection heading and should not be assigned
a number.
References
[1] M. Goossens, F. Mittelbach and A. Samarin. The LATEX Companion. Addison-Wesley, Boston, MA, USA, 1994.
[2] H. Kopka and P.W. Daly, A Guide to LATEX 2ε : Document Preparation for Beginners and Advanced Users.
Addison-Wesley, Boston, MA, USA, 2nd edition, 1995.
[3] L. Lamport. LATEX: A Document Preparation System. Addison-Wesley, Boston, MA, USA, 2nd edition, 1994.
[4] T. Oetiker. The (Not So) Short Introduction to LATEX 2ε . Avaible online from http://ctan.tug.org/
tex-archive/info/lshort/english/lshort.pdf
[5] S. Oualline. Practical C Programming. O’Reilly & Associates, Inc., Sebastopol, CA, USA, 3rd edition, 1997.
[6] D. Quagliarella and A. Vicini. Coupling genetic algorithms and gradient based optimization techniques. In
D. Quagliarella, J. Périaux, C. Polini and G. Winter, editors, Genetic Algorithms and Evolution Strategies in
Engineering and Computer Science, pages 289–309. John Wiley and Sons, Chichester, 1997;
[7] W.G. Jin, Y.K. Cheung and O.C. Zienkiewicz. Trefftz method for Kirchoff plate bending problems. International
Journal for Numerical Methods in Engineering, 36(5):765–781, 1991.
[8] Interconnect Performance page. http://www.scl.ameslab.gov/Projects/ClusterCookbook/
icpef.html, February 10th 1999.