FORMAT FOR
ABSTRACT AND POSTER
Please
use the below latex code to write your abstracts and send your tex file
to calistay@tkmd.org
with subject TKMD Abstract until April 15, 2024.
You may
download the tex file Abstract.tex
or copy from below.
\documentclass[a4paper,12pt,twoside]{article}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amscd}
\usepackage[latin5]{inputenc}
\textwidth 15cm
\oddsidemargin 0cm
\evensidemargin 0.5cm
\parindent 0cm
\newcommand{\vbos}{\rule{0pt}{2ex}}
\usepackage{fancyhdr}
\addtolength{\textheight}{2cm}
\addtolength{\topmargin}{-0.75cm}
\DeclareMathOperator{\mydiv}{div}
\renewcommand\refname{References/Kaynaklar}
\begin{document}
\begin{center}
\begin{Large}
\textbf{Title}
\end{Large}
%Below only speaker's information should be written. If any, the names of coauthors should be mentioned later.
\vspace{0.5cm}
Name Surname
\vspace{0.5cm}
\begin{small}
Institution, City, Country\\
\texttt{e-mail}
\end{small}
\end{center}
\vspace{0.3cm}
Abstract text.
\vspace{0.2cm}
%Only the first letter of the first keyword should be capitalized.
\begin{small}
\textbf{Keywords.} Keyword1, keyword2, ....
\end{small}
%If there are coauthors they should be mentioned here.
\vspace{0.2cm}
\begin{small}
This is a joint work with ..., ... and ....
\end{small}
\vspace{1cm}
\begin{center}
\begin{Large}
\textbf{Ba\c{s}l\i k}
\end{Large}
%Below only speaker's information should be written. If any, the names of coauthors should be mentioned later.
\vspace{0.5cm}
\.{I}sim Soyisim
\vspace{0.5cm}
\begin{small}
Kurum, \c{S}ehir, Ülke\\
\texttt{e-mail}
\end{small}
\end{center}
\vspace{0.3cm}
Özet metni.
\vspace{0.2cm}
%Only the first letter of the first keyword should be capitalized.
\begin{small}
\textbf{Anahtar Kelimeler.} Anahtar kelime1, anahtar kelime2, ....
\end{small}
%If there are coauthors they should be mentioned here.
\vspace{0.2cm}
\begin{small}
..., ... ve .... ile ortak \c{c}al\i \c{s}mad\i r.
\end{small}
%Here you may list the references you have cited. Please do not write any references which is not cited in the abstract text and the number of references shoul not exceed 5.
\begin{small}
\begin{thebibliography}{10}
\bibitem{paper1}
A.A. Aaaaa, \textsl{Book Title}, Publisher, City/Country Year.
\bibitem{paper2}
A. Aaaaa, B.B. Bbbbbb, C. Ccccc and D. Ddddd, Article title, \textsl{Journal Title} \textbf{Volume Number} (Year), start page number--end page number.
\end{thebibliography}
\end{small}
\end{document}
The
size of the poster must be
591x841. To prepare a poster in this size you may use the format below:
\documentclass[final]{beamer}
\mode<presentation>
{ \usetheme{Berlin}}
\usepackage{times}
\usepackage{amsmath,amsthm, amssymb, latexsym}
\boldmath
\usepackage[english]{babel}
\usepackage[latin1]{inputenc}
\usepackage[orientation=portrait,size=a1,scale=.9,debug]{beamerposter}
\graphicspath{{figures/}}
\title[Title]{Title}
\author{Author}
\institute{Institute}
\begin{document}
\huge
\begin{frame}{}
\vfill
\begin{columns}[t]
\begin{column}{.48\linewidth}
\begin{block}{Introduction}
...\\
....\end{block}
\end{column}
\begin{column}{.48\linewidth}
\begin{block}{Column 2}
...\\
...
\end{block}
\end{column}
\end{columns}
\vfill
\vfill
\begin{block}{\large Row 2}
....\\
... \end{block}
\vfill
\vfill
...
\end{frame}
\end{document}<\font>
You may find different choices for a poster in this link.
|