Add new comment

Dateien zusammenfügen

Submitted by Erik Wegner on
Body

Der folgende LaTeX-Code verbindet mehrere einzelne PDF-Dateien zu einer gemeinsamen Datei mit Lesezeichen:

\documentclass{article}
\usepackage{pdfpages}

\newcommand{\inpdf}[3]{\includepdf[%
  pagecommand={\thispagestyle{plain}},%
  addtotoc={1,section,1,{#1},{#2}}]{#3}}

\begin{document}
  \inpdf{Anschreiben}{ansch}{anschreiben.pdf}
  \inpdf{Anlage 1}{anl1}{anlage1.pdf}
\end{document}
Categories
About text formats

Activitypub

  • Allowed HTML tags: <a href hreflang> <em> <strong> <ul type> <ol start type='1 A I'> <li> <dl> <dt> <dd> <h2 id='jump-*'> <h3 id> <h4 id> <h5 id> <h6 id>
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.
CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.