|
|
Welcome to the TeXnik web site Abstracts |
![]() |
||||||||||
|
2 different Abstracts |
Book of Abstracts |
One Column Abstract in a 2 column mode |
Books of Abstracts. abstbook is a LaTeX2e class file for making ``books of abstracts'', commonly used for conferences. It is based on report class, however \chapter has been redefined and shouldn't be used.
Two different Abstracts If you want to have two abstracts in different languages then use the koma classes and write in the text: \vspace*{\fill}
%\thispagestyle{empty}
\selectlanguage{english}
\addsec{\abstractname}% for koma-classes
This is an english abstract. I don't know what to write, but I know,
that it is the abstract.
\vfill
\selectlanguage{swedish}
\addsec{\abstractname}
This should be a swedish abstract. I don't speek swedish, so it isn't
realy a swedish abstract.
\vfill
\clearpage
Now you can insert the TOC or anything else.
|
|||||||||||