IWLS - International Workshop on Lot Sizing Template
Auteur
Andrea Visentin
Last Updated
il y a 2 ans
License
Creative Commons CC BY 4.0
Résumé
LaTex template for the International Workshop on Lot Sizing
%% TEMPLATE for articles submitted to the IWLS 2022
%%
%%
%% Please do not remove lines commented out with %+
%% these are for the editors' use.
%%
\documentclass[12pt]{article}
\usepackage{epsfig}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Do not change these:
\textwidth=6.0in \textheight=8.25in
%% Adjust these for your printer:
\leftmargin=-0.3in \topmargin=-0.20in
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% personal abbreviations and macros
% the following package contains macros used in this document:
\input pcmacros.tex
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% To include an item in the INDEX of the conference volume,
% flag it with \index{<item name>}
% The use of this macro is illustrated in the text.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\def\Title#1{\begin{center} {\Large {\bf #1} } \end{center}}
\begin{document}
\Title{Insert your title here}
\bigskip\bigskip
%+\addtocontents{toc}{{\it First Author}}
%+\label{AuthorNameStart}
\begin{raggedright}
{\it First Author \index{LastName, FirstName.}\\
Affiliation \\
email}
\bigskip\bigskip
\end{raggedright}
\begin{raggedright}
{\it Second Author \index{LastName, FirstName.}\\
Affiliation \\
email}
\bigskip\bigskip
\end{raggedright}
\begin{abstract}
Insert your abstract here.
\end{abstract}
\section{Introduction}\label{intro}
Your text comes here.
Citations ~\cite{RefJ}, ~\cite{RefB}.
\section{Section title}\label{sec:1}
Figure Template: in Figure~\ref{fig:1}.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% use this format to include an .eps figure into your paper
%%
%\begin{figure}[htb]
%\begin{center}
%\epsfig{file=Figure1.eps,height=1.5in}
%\caption{Figure.}
%\label{fig:1}
%\end{center}
%\end{figure}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Table Template: in Table~\ref{tab:1}.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% use this format to include a LaTeX table into your paper
%%
\begin{table}[b]
\begin{center}
\begin{tabular}{l|ccc}
A & B & C & D \\
\hline
Row1 & 1 & 1 & 1 \\
Row2 & 2 & 2 & 2 \\ \hline
\end{tabular}
\caption{Table1.}
\label{tab:1}
\end{center}
\end{table}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Section title}\label{sec:2}
\begin{equation}
a^2+b^2=c^2
\end{equation}
\begin{thebibliography}{99}
%%
\bibitem{RefJ}
% Format for Journal Reference
Author, Article title, Journal, Volume, page numbers (year)
% Format for books
\bibitem{RefB}
Author, Book title, page numbers. Publisher, place (year)
\end{thebibliography}
\end{document}