Heraclitus
Texts and translations
-
Loeb (from the fourth volume
of writings of Hippocrates in the Loeb series; translated by W.H.S.
Jones; the numbering of the fragments is Bywater's; I selected the pages
with the pdftk
program, and I trimmed the margins with the briss program)
-
The same Loeb text, four pages on a
side: print these back to back on A4 paper, cut the stack in half,
fold over, and fold again to make an A6 booklet. I used the pdfpages
package for this: see the tex files for step 1 and step 2, or just see below.
-
Philoctetes (from the French website of that name,
which has this text also in html)
The tex files needed to produce the A6 booklet are short, so they can be
printed out here. First run pdflatex on the following, which I called
heraclitus-text-pdf-2.tex:
\documentclass[a4paper]{article}
\usepackage[final]{pdfpages}
\begin{document}
\includepdf[pages=-,signature=64,landscape]{heraclitus-loeb-cropped.pdf}
\end{document}
Then run pdflatex on:
\documentclass[a4paper]{article}
\usepackage[final]{pdfpages}
\begin{document}
\includepdf[pages=-,signature=32,landscape]{heraclitus-text-pdf-2.pdf}
\end{document}