+1
−0
+6
−95
ornl-template-example.tex
0 → 100644
+75
−0
+6
−10
ornltm.cls
0 → 100644
+356
−0
Loading
The cover page, OSTI page, and title page are all implemented. Notable changes: - Using commands (author, title, date, reportnum, restrict) to insert content into the style - If no report number is defined, the paper is treated as "draft" mode. - Using MakeUppercase to format section headings rather than requiring the user to type them in expicitly. (If they reuse their content with a different style class, they don't have to lowercase it.) - Using more pure LaTeX commands rather than a mix of TeX and LaTeX (avoid vskip and hskip, which have slightly different behavior; using more consistent font commands including defining ``\textbsf`` and ``\textbi`` for bold sans-serif and bold italics) - Using more minipages and stretch, less ``\vtop to 0`` - Marking what packages are actually needed, not including ones that aren't - Trying to use more font-like units; the original document has in,mm,pt Remaining: - Front matter - TOC styling - Section heading glue - Long abstract option