[cstex] Zbornik v LaTeXu

Richard Balogh balogh at elf.stuba.sk
Mon Jul 5 22:27:39 CEST 2010


Dobry den,

chcel som pospajat zbornik tvoreny prispevkami v .pdf do jedneho suboru s obsahom, zahlaviami a cislovanymi stranami.
Pospajanie pomocou pdfpages funguje, aj doplnenie cisiel stran a zahlavi.

Ale neviem si poradit s obsahom, vonkoncom uz nie spravit ho aj klikaci pomocou hyperref.
Neriesili ste niekto podobny problem prosim?


Dakujem,

Richard Balogh

Moja predstava (nefungujuca) je takato:


\documentclass[a4paper,11pt]{article}

\usepackage{pdfpages}

\usepackage{fancyhdr}
\lhead{\bfseries Proceedings of the Conference}
\chead{}
\rhead{\bfseries \thepage}
\lfoot{}
\cfoot{}
\rfoot{}
\pagestyle{empty}

%\usepackage[pdftex]{hyperref}

\begin{document}

% \includepdf[pages=-]{CoverPage.pdf}

\tableofcontents

\newpage
\setcounter{page}{1} %% reset the counter


\addcontentsline{toc}{chapter}{Title of the paper ID63}
\addtocontents{\textit{Author Name}}
\includepdf[pages=1,pagecommand={\thispagestyle{plain}}]{63.pdf}
\includepdf[pages=2-,pagecommand={\thispagestyle{fancy}}]{63.pdf}

\addcontentsline{toc}{chapter}{Title of the paper ID33}
\addtocontents{\textit{Another Author Name}}
\includepdf[pages=1,pagecommand={\thispagestyle{plain}}]{33.pdf}
\includepdf[pages=2-,pagecommand={\thispagestyle{fancy}}]{33.pdf}


\end{document}



More information about the csTeX mailing list