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:14]
ted [Using Texworks/MikTeX for Windows]
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 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
-<code> git clone your_user_id@coral.ie.lehigh.edu:/srv/git/isetechreport </code>+<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 and move it to a folder within access of your Texworks or other Latex distribution. Then, simply add
  
info/ise_tech_report.1480536850.txt.gz ยท Last modified: 2016/11/30 15:14 by ted