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
Next revision Both sides next revision
info:ise_tech_report [2015/03/29 13:07]
aykutbulut
info:ise_tech_report [2015/03/29 14:08]
aykutbulut
Line 9: Line 9:
 \ifthenelse{\coralreport = 1}{\\ \ifthenelse{\coralreport = 1}{\\
  This part will be active if coralreport variable is 1.\\  This part will be active if coralreport variable is 1.\\
-+}\\ 
-+{\\ 
- This part is active if coralreport variable is not 1.+ This part is active if coralreport variable is not 1.\\
 } }
 '' ''
Line 18: Line 18:
  
 '' ''
-\ifthenelse{\coralreport = 1}{ +\ifthenelse{\coralreport = 1}{\\ 
- This part will be active if coralreport variable is 1. + This part will be active if coralreport variable is 1.\\ 
-}+}\\
 {} {}
 '' ''
  
-See [[info:tech_report_example|this]] for an example.+See [[http://coral.ie.lehigh.edu/~aykut/tech_report_example.tex]] for an example.
  
 In the example output is controlled by ''\def\coralreport{1}'' on the first line. If the value given to ''coralreport'' variable is 1, then technical report will be produced, journal paper otherwise. In the example output is controlled by ''\def\coralreport{1}'' on the first line. If the value given to ''coralreport'' variable is 1, then technical report will be produced, journal paper otherwise.
  
-In line 5 of the example we add the ''ifthen'' package required.+In line 5 of the example we add the required ''ifthen'' package.
  
-At line 37-54 We add the title page information. Latex will use this information if ''coralreport'' variable is 1, ignore otherwise. You should edit this section for your report.+At line 37-54 we add isetechreport package using ''ifthenelse'' command. We also insert the title page information. Latex will use this information if ''coralreport'' variable is 1, ignore otherwise. You should edit this section for your report.
  
 There are three more variables defined in lines 50-52. This variables determine the type of the technical report. There are three types of technical reports, coral, cvcr and ise. Example shows the case where we want an ISE technical report. If you want a different type you should edit this section (ex, for a coral report /coraltrue /cvcrfalse /isefalse). There are three more variables defined in lines 50-52. This variables determine the type of the technical report. There are three types of technical reports, coral, cvcr and ise. Example shows the case where we want an ISE technical report. If you want a different type you should edit this section (ex, for a coral report /coraltrue /cvcrfalse /isefalse).
  
-Note that +In lines 60-70 we specify the authors. This example illustrates the case where different format of authors is used for journal and tech report. Again ''ifthenelse'' command is used to use the right format for each case.
  
 +In lines 85-89 ''ifthenelse'' command is used to add the keywords for journal format.
  
  
info/ise_tech_report.txt · Last modified: 2024/03/13 12:19 by mjm519