User Tools

Site Tools


info:ise_tech_report

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
info:ise_tech_report [2021/06/03 10:48]
ted [Using Texworks/MikTeX for Windows]
info:ise_tech_report [2024/03/13 12:16]
mjm519
Line 29: Line 29:
 {} {}
 </code> </code>
 +
 +An ifthenelse statement was added the package which can be used to update legacy (pre-2023) Technical reports using the old logo.
 +<code>
 +\newif\iflegacy
 +    ...
 +\legacyfalse
 +
 +    ...
 +
 +  \begin{center}
 +    \iflegacy 
 +        \includegraphics[height=0.8in]{ise.eps}\\
 +   \else
 +        \includegraphics[scale=0.35]{header-ISE.jpg} \\
 +   \fi
 +
 +</code>
 +
 +This section was tested using [[https://www.overleaf.com/|Overleaf]]
  
 See [[tech_report_example.tex]] for an example. See [[tech_report_example.tex]] for an example.
info/ise_tech_report.txt ยท Last modified: 2024/03/13 12:19 by mjm519