-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsection_introduction.tex
More file actions
25 lines (21 loc) · 1.12 KB
/
section_introduction.tex
File metadata and controls
25 lines (21 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
\section*{Introduction}
A poster works just like a regular \LaTeX{} document. You can create a section
hierarchy using:
\begin{itemize}
\setlength{\itemindent}{1em}
\item \verb+\section*{Introduction}+
\item \verb+\subsection*{A subsection}+
\item \verb+\subsubsection*{A sub sub section}+
\item \verb+\paragraph*{A bolded text label for a paragraph}+
\end{itemize}
\noindent To customize various elements such as the:
\begin{description}
\setlength{\itemindent}{1em}
\item[Poster size], edit the \verb+papercustom.cfg+ file;
\item[Title, authors, etc.], edit the top of the \verb+paper.tex+ file;
\item[Title format], edit the \verb+title.tex+ file.
\end{description}
\noindent For more information on \LaTeX, view the the WikiBook \citet{wikibook:latex} as a reference.
If you are having trouble with something in \LaTeX, ask a question on \url{http://tex.stackexchange.com/}.
For this poster, a slight modification of the \verb+sciposter+ \citep{website:sciposter} package is used.
Refer to the \verb+sciposter+ manual \citep{manual:sciposter} for more detailed information on the package and the various options it offers.