% Abstract template for AtC-AtG Magnetics Conference
% Make sure that the compiler is set to XeLaTeX, NOT pdflatex
% For local compilation, this template requires the following dependencies
% which may not be installed by default:
% Fontspec for specifying fonts: https://ctan.org/pkg/fontspec
% Noto fonts for international languages: https://ctan.org/tex-archive/fonts/noto or https://www.google.com/get/noto/help/install/
% IEEE Transactions style: https://ctan.org/pkg/ieeetran
% To submit this abstract, please download all files as a .zip file (Menu->Download->Source), and also download a compiled PDF version and include it in the zip file.
% The files should be named REGION_FIRSTNAME_LASTNAME.zip and REGION_FIRSTNAME_LASTNAME.pdf
% REGION is one of:
% EU (Europe, Middle East, Africa)
% AS (Asia, Pacific)
% AM (Americas)
\documentclass[draftclsnofoot,conference,transmag,onecolumn,11pt]{IEEEtran}
\usepackage{include/atcatg}
% OPTIONAL: LANGUAGES
% If you would like to provide your name in another script, please add your language here (Chinese, Japanese, Korean are already included)
\setotherlanguages{arabic,hindi,tamil,greek,thai,tibetan,russian,turkish}
% CORRECT BAD HYPHENATION HERE
\hyphenation{op-tical net-works semi-conduc-tor}
\begin{document}
% PAPER TITLE
% Titles are generally capitalized except for words such as a, an, and, as,
% at, but, by, for, in, nor, of, on, or, the, to and up, which are usually
% not capitalized unless they are the first or last word of the title.
% Linebreaks \\ can be used within to get better formatting as desired.
% Do not put math or special symbols in the title except for chemical composition
\title{Presentation Title Here, Chemical Example ABO\textsubscript{3}}
% AUTHOR NAMES AND AFFILIATIONS
% Author names should be given in Latin script (English)
% with the given name formatted normally,
% followed by family/patronymic/surname in the \familyname{YOURNAME} block.
% If you cannot input accented letters from your keyboard, please see the following website for accent codes: https://www.overleaf.com/learn/latex/International_language_support#Reference_guide
% Non-Latin script version of the name can be optionally supplied in unicode using \altname{language}{YOURNAME}
% If the language is not found, you can add it to the \setotherlanguages{} list above
% The presenter should be noted in the \presenter[email_address]{FULL NAME HERE} block, preferably with an email address where conference attendees can contact you included
% Follow each name with \affiliations{number} - authors can have multiple affiliations separated by commas
% Each line of authors should be on a separate \authorline{} - do not use \\ to force line breaks
% Follow all names with affiliations, \affiliation{number}{Institution Name, Country}
% Please do not distinguish between different departments at the same institution, or include full addresses, but do include the country name
\author{
\authorline{
\presenter[email@domain.tld]{First \familyname{Author}}\affiliations{1},
Second \familyname{Author}\altname{russian}{Автор Второй}\affiliations{\#1},
Third \familyname{Author}\altname{chinese}{第三作者}\affiliations{\#2},
}
\authorline{
Fourth \familyname{Author}\altname{korean}{네 번째 저자}\affiliations{1,3},
Fifth \familyname{Author}\altname{arabic}{المؤلف الخامس}\affiliations{1,2}
}
\affiliation{1}{Institution One Name, Country}
\affiliation{2}{Institution Two Name, Country}
\affiliation{3}{Institution Three Name, Country}% <-this % stops an unwanted space
\thanks{\#These authors contributed equally}
}
\maketitle
% ABSTRACT TEXT
% Please type your abstract in English here.
% Text and inline equations only, no figures, tables or block equations.
% The full length of the abstract text must fit within the text box.
\abstracttext{
Please type your abstract in English here. The abstract should include text, mathematical symbols and inline equations (for example $T_C = 500$ K, or $\mu_B = -\nicefrac{e\hslash}{2m_e}$) only, with no figures, tables, or equation blocks.
The full length of the abstract text must fit fully within this text box, which can comfortably fit 2500 characters or 375 words, plus a few inline equations and citations. Citations \cite{latexcompanion} should be included, limited to a total of eight references \cite{einstein,knuthwebsite,articleexample,IEEEhowto:kopka,IEEEexample:phdurl,IEEEexample:unpublished}.
}
\vfill
% REFERENCES - LIMITED TO 8
% Limited to 8 references total. The box is set to 8 lines, however if individual references run to the next line and exceed the box dimensions, do not worry.
% MANUAL BIBLIOGRAPHY
% If you do not have a bibtex .bib file, you may add manually formatted references here.
% References should generally follow IEEE style: https://ieeeauthorcenter.ieee.org/wp-content/uploads/IEEE-Reference-Guide.pdf
% but additionally, please omit article titles, and limit the author list to one name et al. if there are three or more authors.
\manualrefs{
\bibitem{articleexample}
F. LastName \emph{et al.}, \emph{Journal Name}, vol. 3, no. 12, pp. 50-62, 2020.
\bibitem{IEEEhowto:kopka}
H.~Kopka and P.~W. Daly, \emph{A Guide to \LaTeX}, 3rd~ed. Harlow, England: Addison-Wesley, 1999.
}
% BIBTEX BIBLIOGRAPHY
% Include a .bib file below to use bibtex.
% For full list of possible bibliography types, see: https://www.bibtex.com/e/entry-types/
\bibliographystyle{include/IEEEtran-notitle}
\references{
\bibliography{bibliography} %if using bibtex, change to the name of your own .bib file
}
\end{document}