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/05/31 10:43] sertalpbilal |
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 55: | Line 74: | ||
===== Using Texworks/ | ===== Using Texworks/ | ||
- | If you wish you can download | + | 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 | ||
<code tex> | <code tex> | ||
Line 82: | Line 103: | ||
===== Troubleshooting ===== | ===== Troubleshooting ===== | ||
- | ==== \noindent inside | + | ==== Problems with tabular |
- | If you have a \noindent error when compiling with latex, | + | If you have any kind of error that has to do with the tabular environment, |
- | < | + | |
- | \renewenvironment{tabular}[2][]{\begin{center}} | + | |
- | | + | |
- | </ | + | |
- | inside '' | + | |
- | ==== Installing Technical Report Latex Package ==== | + | ===== Installing Technical Report Latex Package |
FIXME | FIXME |