\documentclass{article}
\usepackage{chirun}
\title{This is a test document}
\begin{document}
\maketitle
This is a line.
\section{A section}
A line in a section.
\end{document}
When rendered as a standalone document with the -f command-line switch, the table of contents is empty.
When rendered with a config.yml as a chapter item, the title and section headers appear in the table of contents.
Here's a minimal example .tex file:
When rendered as a standalone document with the
-f
command-line switch, the table of contents is empty. When rendered with a config.yml as a chapter item, the title and section headers appear in the table of contents.