This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
info:ise_tech_report [2016/11/30 15:14] ted [Using Texworks/MikTeX for Windows] |
info:ise_tech_report [2024/03/13 12:19] (current) mjm519 |
||
---|---|---|---|
Line 29: | Line 29: | ||
{} | {} | ||
</ | </ | ||
+ | |||
+ | An '' | ||
+ | < | ||
+ | \newif\iflegacy | ||
+ | ... | ||
+ | \legacyfalse | ||
+ | |||
+ | ... | ||
+ | |||
+ | \begin{center} | ||
+ | \iflegacy | ||
+ | \includegraphics[height=0.8in]{ise.eps}\\ | ||
+ | \else | ||
+ | \includegraphics[scale=0.35]{header-ISE.jpg} \\ | ||
+ | \fi | ||
+ | |||
+ | </ | ||
+ | |||
+ | This section was tested using [[https:// | ||
See [[tech_report_example.tex]] for an example. | See [[tech_report_example.tex]] for an example. | ||
Line 56: | Line 75: | ||
If you wish you can clone the isetechincalreport package from the git repo on coral with | If you wish you can clone the isetechincalreport package from the git repo on coral with | ||
- | < | + | < |
and move it to a folder within access of your Texworks or other Latex distribution. Then, simply add | and move it to a folder within access of your Texworks or other Latex distribution. Then, simply add | ||