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
Previous revision
info:ise_tech_report [2016/11/30 15:07]
ted [\noindent inside tabular]
info:ise_tech_report [2024/03/13 12:19] (current)
mjm519
Line 29: Line 29:
 {} {}
 </code> </code>
 +
 +An ''\ifthenelse'' statement was added the to the ''isetechreport.sty'' 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.
Line 55: Line 74:
 ===== Using Texworks/MikTeX for Windows ===== ===== Using Texworks/MikTeX for Windows =====
  
-If you wish you can download the isetechincalreport package from [[http://coral.ise.lehigh.edu/wiki/lib/exe/fetch.php/wiki:isetechreport.zip|this link]] and extract the contents to a folder within access of your Texworks distribution. Then, simply add+If you wish you can clone the isetechincalreport package from the git repo on coral with 
 +<code> git clone https://github.com/LehighISE/TechReport.git </code> 
 +and move it to a folder within access of your Texworks or other Latex distribution. Then, simply add
  
 <code tex> <code tex>
info/ise_tech_report.1480536424.txt.gz · Last modified: 2016/11/30 15:07 by ted