Difference between revisions of "Publication Tools"

From WikiBiron
 
Line 3: Line 3:
 
<ul>
 
<ul>
  
   <LI> FIRST OF ALL, you should check [http://www.usc.edu/schools/GraduateSchool/current_thesis_dissert.html  USC The Graduate School Thesis/Dissertation Submission Website] and follow the instructions there.
+
   <LI> <B><I>FIRST OF ALL</I></B>, you should check [http://www.usc.edu/schools/GraduateSchool/current_thesis_dissert.html  USC The Graduate School Thesis/Dissertation Submission Website] and follow the instructions there.
 
   <LI> If you use LaTex, you can use the package [http://www-robotics.usc.edu/~gerkey/tools/latextools.html LaTeX tools by brian gerkey] or [http://robotics.usc.edu/~dshell/latex.php USC Robotics webpage].
 
   <LI> If you use LaTex, you can use the package [http://www-robotics.usc.edu/~gerkey/tools/latextools.html LaTeX tools by brian gerkey] or [http://robotics.usc.edu/~dshell/latex.php USC Robotics webpage].
 
  <ul>  
 
  <ul>  
   <li> Modified version meeting USC graduate school as of Sep 2008 can be found [http://biron.usc.edu/~jaekim/resources/ModUSCthesis.zip here].
+
   <li> Modified version meeting USC graduate school requirements (as of Sep 2008) can be found [http://biron.usc.edu/~jaekim/resources/ModUSCthesis.zip here].
   <li> The only unsolved problem in 'modUSCthesis.sty' is to convert italic font in table of contents (TOC) into normal font. To do so, after compiling your main tex files (assume the name of main tex file is 'CompressionThesis.tex'), open 'CompressionThesis.toc'. Then, add LaTex command, '\normalfont', in front of the name of TOC items.
+
   <li> The only unsolved problem in 'modUSCthesis.sty' is converting italic font in table of contents (TOC) into normal font. <br> But this can be fixed by the following trick.
 +
  <br><br> 1. After compiling your main tex files (assume the name of main tex file is <I>CompressionThesis.tex</I>), open <I>CompressionThesis.toc</I>. Then, add LaTex command, '\normalfont', in front of the name of TOC items.
 
    
 
    
  <br><br> For example, if you want to change 'List of Tables' in italic to normal font, change '\contentsline {chapter}{List of Tables}' into '\contentsline {chapter}{\normalfont List of Tables}' in 'CompressionThesis.toc' file.
+
  <br><br> 2. Example: If you want to change 'List of Tables' in italic to normal font, change <br><B>\contentsline {chapter}{List of Tables}</B> <br>into <br><B>\contentsline {chapter}{<I>\normalfont</I> List of Tables}</B> <br>in <I>CompressionThesis.toc</I> file.
  
  <br><br> After modifying 'CompressionThesis.toc' file, you should compile again with the option which does not compile 'CompressionThesis.toc' again. <br> For example, in WinEDT, if you push the button LaTex, it will re-compile 'CompressionThesis.toc' file while if you push the button Tex, it will not compile 'CompressionThesis.toc'.
+
  <br><br> 3. After modifying <I>CompressionThesis.toc</I> file, you should compile again with the option which does not compile <I>CompressionThesis.toc</I> again. <br> For example, in WinEDT, if you push the button LaTex, it will re-compile <I>CompressionThesis.toc</I> file while if you push the button Tex, it will not compile <I>CompressionThesis.toc</I>.
 
  </ul>
 
  </ul>
 
</ul>
 
</ul>
Line 21: Line 22:
 
<ul>
 
<ul>
  
   <LI>
+
   <LI> [http://www.ieee.org/web/publications/authors/transjnl/index.html IEEE templates]
  
  
Line 31: Line 32:
 
<ul>
 
<ul>
  
   <LI>
+
   <LI> [http:// Poster style file and package download]
  
  
 
</ul>
 
</ul>
 
<br><br>
 
<br><br>

Revision as of 17:20, 3 October 2008

Dissertation

  • FIRST OF ALL, you should check USC The Graduate School Thesis/Dissertation Submission Website and follow the instructions there.
  • If you use LaTex, you can use the package LaTeX tools by brian gerkey or USC Robotics webpage.
    • Modified version meeting USC graduate school requirements (as of Sep 2008) can be found here.
    • The only unsolved problem in 'modUSCthesis.sty' is converting italic font in table of contents (TOC) into normal font.
      But this can be fixed by the following trick.

      1. After compiling your main tex files (assume the name of main tex file is CompressionThesis.tex), open CompressionThesis.toc. Then, add LaTex command, '\normalfont', in front of the name of TOC items.

      2. Example: If you want to change 'List of Tables' in italic to normal font, change
      \contentsline {chapter}{List of Tables}
      into
      \contentsline {chapter}{\normalfont List of Tables}
      in CompressionThesis.toc file.

      3. After modifying CompressionThesis.toc file, you should compile again with the option which does not compile CompressionThesis.toc again.
      For example, in WinEDT, if you push the button LaTex, it will re-compile CompressionThesis.toc file while if you push the button Tex, it will not compile CompressionThesis.toc.



Paper



Poster

  • [http:// Poster style file and package download]