File: 10-simpledoc.tex

package info (click to toggle)
liblatex-driver-perl 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 512 kB
  • sloc: perl: 2,776; makefile: 4
file content (13 lines) | stat: -rw-r--r-- 349 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
% Test input file for checking of simple formatting.
% Do not make gratuitous changes here as the text is checked by the
% test script 10-simpledoc.t.

\documentclass{article}
\date{20 September 2007}
\author{A.N. Other}
\title{Simple Test Document 10}
\begin{document}
\maketitle

This is a test document with a single line of text.
\end{document}