Files
dotfiles/dot_vim/plugged/vimtex/test/test-state/test_parse_documentclass.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}