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/30 16:04]
aykutbulut [Installing Technical Report Latex Package]
info:ise_tech_report [2016/03/16 13:09]
aykutbulut [Using the Latex Package]
Line 13: Line 13:
 Technical report package can be used with ''ifthen'' package. ''ifthen'' package provides command ''\ifthenelse'' which is used as follows, Technical report package can be used with ''ifthen'' package. ''ifthen'' package provides command ''\ifthenelse'' which is used as follows,
  
-'' +<code> 
-\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. 
 +
 +</code>
  
 If no action is required then you can skip the content. The following shows the case where no action is required when ''coralreport'' is not 1. If no action is required then you can skip the content. The following shows the case where no action is required when ''coralreport'' is not 1.
  
-'' +<code> 
-\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. 
-}\\+}
 {} {}
-''+</code>
  
-See [[http://coral.ie.lehigh.edu/~aykut/tech_report_example.tex]] for an example.+See [[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.
info/ise_tech_report.txt · Last modified: 2024/03/13 12:19 by mjm519