blob: 508a340200794a8364cc71929e56aaa8397c1be0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
\documentclass{article}
\include{sampleformat}
%PACKAGEOPTIONS
\usepackage{mathptmx}
\renewcommand{\jmath}{j}
\begin{document}
\include{textfragment}
\end{document}
|