Skip to content

Instantly share code, notes, and snippets.

View miikapaal's full-sized avatar

Miika Päällysaho miikapaal

View GitHub Profile
@miikapaal
miikapaal / compile-book.tex
Last active March 23, 2025 07:16
LaTeX file for compiling books in PDF format when content is split to multiple PDF files (e.g. one for each chapter).
\documentclass{article}
\usepackage{pdfpages}
\usepackage{pgffor}
\usepackage{graphicx}
%%% Author: Miika Päällysaho
%%% Date created: 2024-03-23
%%% LaTeX file for compiling books in PDF format when content is split to multiple PDF files (e.g. one for each chapter).
%%% To compile while specifying the output file name, run the following from the command line: