Commit 435b17be authored by Johnson, Seth R.'s avatar Johnson, Seth R.
Browse files

Upgrade to new tm style

parent d14c21d1
Loading
Loading
Loading
Loading
+12 −15
Original line number Diff line number Diff line
@@ -51,11 +51,13 @@ in the document header are:

| Command             | Description                                 |
| ------------        | -----------------------------------------   |
| `\author`    | Author names, joined by `\and`.           |
| `\title`     | The tech memo's title.                    |
| `\date`      | The publication date.                     |
| `\division`  | Your ORNL division name.                  |
| `\reportnum` | Report number; omit if still a draft.     |
| `\author{...}`      | Author names, joined by `\and`.             |
| `\title{...}`       | The tech memo's title.                      |
| `\date{...}`        | The publication date.                       |
| `\division{...}`    | Your ORNL division name.                    |
| `\reportnum{...}`   | Report number.                              |
| `\reportdraft`      | Mark the document as a draft.               |
| `\reportphoto{...}` | Specify a path to override the cover photo. |


The following commands belong in the document. They create the title pages and
@@ -67,17 +69,12 @@ set up document styling for the three main sections of the document.
| `\mainmatter`     | Begin the main content of the document.   |
| `\appendix`       | Begin appendices.                         |


## Limitations

- The table of contents titles are not uppercase like in the Microsoft Word
  template.
- The full set of document restrictions (OUO etc.) is not available in this
  template. If you add a `\restrict{Official use only}` command to your
  document's header, it will replace the "distribution is unlimited" text box
  with the "Official use only", but this does not fully conform to the official
  template. Since I anticipate that only a small fraction of tech memo users
  will need this capability I didn't make it a priority. Contributions are of
  course welcome.
  template. You can replicate the effect as you would in Microsoft Word by
  manually uppercasing section headers.

## Contributions

+3 −3
Original line number Diff line number Diff line
@@ -57,9 +57,9 @@

% Add a restriction notice to the cover page. Remove comment "%" below if that
% is desired.
\restrict{\small\sffamily (Additional example restrictions)}
% \restrict{Official use only}
% \restrict{Business Sensitive}
% \restrict{\small\sffamily (Additional example restrictions)}
% \restrict{\textbsf{UT--BATTELLE BUSINESS SENSITIVE}}
% \restrict{\textbsf{Not for public release}}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% ACRONYMS

ornltm/ornltm-graybar.png

deleted100644 → 0
−17.2 KiB
Loading image diff...

ornltm/ornltm-logo.jpg

0 → 100644
+351 KiB
Loading image diff...

ornltm/ornltm-logo.png

deleted100644 → 0
−25.8 KiB
Loading image diff...
Loading