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/05/31 10:43]
sertalpbilal
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>
Line 82: Line 103:
 ===== Troubleshooting ===== ===== Troubleshooting =====
  
-==== \noindent inside tabular ==== +==== Problems with tabular environment ==== 
-If you have a \noindent error when compiling with latex, either get rid of your \centering command inside tabular elements, or comment out +If you have any kind of error that has to do with the tabular environment, please first make sure you are using the latest version of the tech report package, as a bug related to this was fixed (see above). Although it should not be necessary, please also make sure that you have added the \titlepage command in your document. Finally, if you have a \noindent error when compiling with latex, try getting rid of any \centering commands inside the tabular elements. If you are still having troublefeel free to ask.
-<code> +
-\renewenvironment{tabular}[2][]{\begin{center}} +
-                                   {\end{center}} +
-</code> +
-inside ''isetechincalreport.sty'' file. +
  
 ===== Installing Technical Report Latex Package ===== ===== Installing Technical Report Latex Package =====
  
 FIXME FIXME
info/ise_tech_report.1464705805.txt.gz · Last modified: 2016/05/31 10:43 by sertalpbilal