Frequently Asked Questions (FAQ)
Papers preparation, submission, etc.
Q1. How to prepare the paper using journal sample?
A1. Please, visit our sample page.
Theorems, definitions and other mathematical envirouments.
Q1. The font and size of theorems, lemmas, propositions?
A1. The size is normal, i.e. the same as in the whole text. The font of words theorems, lemmas, propositions must be bold. The font of body must me slanted.
Q2. The font and size of definitions, remarks, notes?
A2. The size is normal, i.e. the same as in the whole text. The font of words definitions, remarks, notes must be bold. The font of body must be romman.
Figures, tables, etc.
Q1. I have figures in the paper. What format do you accept?
A1. Preferably: PostScript (ps) and Encapsulated PostScript (eps). See Post Script.
Q2. How to include ps or eps file in latex code?
A2. In order to include the PostScript files generated, it is necessary to include graphicx package:
The code to include file is: \begin{figure}[t!] \center[scale=1]{figure_name.ps} \caption{Caption of the figure.} \end{figure} Q3. What about the tables? A3. The latex code is similar: \begin{table}[t!] \begin{tabular}{cc} 11 & 12\\ 21 & 22 \end{tabular} \caption{Caption of the table.} \end{table} This produces: 11 12 21 22 Table 1: Caption of the table.