Ticket #59722: check_this.tex

File check_this.tex, 256 bytes (added by diochnos, 5 years ago)

A simple tex file to reproduce the issue.

Line 
1\documentclass[letterpaper,11pt]{article}
2
3\title{Something}
4\author{Someone}
5
6
7\begin{document}
8
9\maketitle
10
11\begin{abstract}
12Does dvipdf work? Let's see ...
13\end{abstract}
14
15\section{A Basic Test}
16If you can read this, then it is working!
17
18\end{document}