15 lines
209 B
TeX
15 lines
209 B
TeX
% Leading comments here
|
|
% Leading comments here
|
|
|
|
\documentclass[
|
|
12pt, % 12 pt font
|
|
a4paper, % A4 paper
|
|
twoside, % two-side layout
|
|
]{article}
|
|
|
|
\begin{document}
|
|
|
|
Hello, world!
|
|
|
|
\end{document}
|