Archivum Mathematicum welcomes the submission of high quality research papers that are of interest to a substantial number of its readers.
The submission of a paper implies the author's assurance that it has not been published or submitted for publication elsewhere.
Papers to be considered for publication should be sent electronically (in the form of a PDF file) to the Editorial Office. The authors are invited to suggest the Editor(s) to be associated with the manuscript during the submission process.
Manuscripts should contain:
Authors are strongly encouraged to use TeX typesetting software to prepare their papers. The LaTeX macro package is especially recommended.
amsart (AMS article class)Example preamble:
\documentclass{amsart}
\setlength{\textwidth}{125truemm}
\setlength{\textheight}{190truemm}
\title[Short Title]{Full Title of the Article}
\author{Author Name}
\address{Department, University, City, Country}
\email{author@institution.edu}
\subjclass[2020]{Primary 14J60; Secondary 14F05}
\keywords{keyword1, keyword2, keyword3}
\begin{document}
\begin{abstract}
Abstract text goes here.
\end{abstract}
\maketitle
% Article content
\bibliographystyle{alpa}
\bibliography{references}
\end{document}
Authors are strongly encouraged to use BibTeX for managing references:
.bib file containing all bibliographic entries cited in your paper.bib file along with your .tex file upon submissionalphaExample BibTeX entry:
@article{author2024,
author = {Author, A. and Coauthor, B.},
title = {Title of the article},
journal = {Journal Name},
volume = {10},
year = {2024},
pages = {123--145},
doi = {10.xxxx/xxxxx}
}
In your LaTeX document, cite references using \cite{author2024} and include:
\bibliographystyle{alpha}
\bibliography{yourfilename}
For journal names, please use the abbreviations used in the MathSciNet or zbMATH Open databases.
Once an article has reached its final form and is accepted for publication, authors will be asked to supply the appropriate electronic files:
.tex file with any relevant macros included in the preamble, named after the article number as assigned by the Editorial Office (e.g., AM1234.tex).bib file (e.g., AM1234.bib)One proof is supplied, which should be corrected and returned promptly.
.bib file