iccr2024_templates
作者:
ICCR
最近上传:
1 年前
许可:
Creative Commons CC BY 4.0
摘要:
ICCR template for XX th International Conference on the use of Computers in Radiation therapy
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
ICCR template for XX th International Conference on the use of Computers in Radiation therapy
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
% Latex template for submission to the XXth International Conference on the use of Computers in Radiation therapy
% (ICCR 2024)
%
% Date: Oct 2023
%
% Modified from
% https://github.com/gschramm/fully3d_templates
%
% To build this document, we recommend to use latexmk via:
% ```latexmk -pdf iccr2024_template.tex```
% Building in the online editor overleaf also works.
\documentclass[11pt,twocolumn,twoside]{article}
\usepackage{iccr2024}
%%%%%% add your extra packages here (if needed) %%%%%
%%%%%% before, have a look which packages are already imported by the iccr2024 package %%%%%
%\usepackage{mypackage}
%%%%% add your bibtex file that contains the bibtex entries here %%%%%
%%%%% please include DOIs in the bibtex entries if possible %%%%%
\addbibresource{iccr2024_template.bib}
\begin{document}
%-------------------------------------------------------------------------------------------
%%%%% add your title here %%%%%
\title{A LaTex Template for a ICCR 2024 submission}
%%%%% add authors and affiliations here %%%%%
\author[1]{First~Author}
\author[1,2]{Second~Author}
\author[2]{Third~Author}
\affil[1]{Department of Radiotherapy,
University of Radiation Oncology, City, Country}
\affil[2]{Department of Radiology,
University of Computer Sciences, City, Country}
%%%%% don't change these 2 lines %%%%%
\maketitle
\thispagestyle{fancy}
%-------------------------------------------------------------------------------------------
%%%%% add your summary (abstract) here %%%%%%
%%%%% use footnotesize for this section %%%%%%
%%%%% please stick to the customabstract environment %%%%%%
\begin{customabstract}
Add your abstract here. This abstract can be slightly longer than the very short 150 words abstract that you have to enter in the submission system and that is used for the program.
\end{customabstract}
%-------------------------------------------------------------------------------------------
%%%%% main text %%%%%
%%%%% remove the dummy content and put your own content here %%%%%
%%%%% feel free to choose your own section titles %%%%%
%%%%% you don't need to put the content in a separate tex file %%%%%
% dummy_content.tex shows how to add sections, figures, tables, formulas, and references
% remove the following line, it just adds dummy content
\input{dummy_content.tex}
%-------------------------------------------------------------------------------------------
\printbibliography
\end{document}