Difference between revisions of "Publication Tools"

From WikiBiron
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
==<P><B>Dissertation</B></P>==
 
==<P><B>Dissertation</B></P>==
 
 
<ul>
 
<ul>
 
+
   <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.<br><br>
   <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].<br><br>
   <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 requirements (as of Sep 2008) can be found [http://biron.usc.edu/~jaekim/resources/ModUSCthesis.zip here].
+
   <li> Modified version satisfying USC graduate school requirements (as of Sep 2008) can be found [http://biron.usc.edu/~jaekim/resources/dissertation.zip here].
   <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.
+
   <li> The only unsolved problem in the modified <I>USCthesis.sty</I> 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> 1. After compiling your main tex files (assume the name of main tex file is <I>dissertation.tex</I>), open <I>dissertation.toc</I>. Then, add LaTex command, '\normalfont', in front of the name of TOC items.
 
    
 
    
   <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> 2. Example: If you want to change 'List of Tables' in italic to normal font, in <I>dissertation.toc</I> file, change <br><B>\contentsline {chapter}{List of Tables}</B> <br>into <br><B>\contentsline {chapter}{<I>\normalfont</I> List of Tables}</B>. <br><br> You can find <I>dissertation.toc</I> and <I>dissertation_correct.toc</I> in the package and compare.
 +
 
 +
  <br><br> 3. After modifying <I>dissertation.toc</I> file, you should compile again without regenerating or changing <I>dissertation.toc</I>. <br> For example, in WinEdt, if you push Texify button it will compile and regenerate <I>dissertation.toc</I> file while if you push LaTex button, it will not change <I>dissertation.toc</I>.
  
  <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 23: Line 22:
  
 
   <LI> [http://www.ieee.org/web/publications/authors/transjnl/index.html IEEE templates]
 
   <LI> [http://www.ieee.org/web/publications/authors/transjnl/index.html IEEE templates]
 +
  <LI> [http://www.ctan.org/tex-archive/macros/latex/contrib/IEEEtran/ Tex achive at CTAN website]
 +
  <LI> [http://biron.usc.edu/~jaekim/resources/reference.bib Merged version of bib file generated from IEEE template] <br> You can add yours following the format in above <I>reference.bib</I> and upload for other group members. In this way, we can have a full, unified list of references.
  
  
Line 32: Line 33:
 
<ul>
 
<ul>
  
   <LI> [http:// Poster style file and package download]
+
   <LI> [http://biron.usc.edu/~jaekim/resources/PosterTemplate.zip Poster style file and package download (LaTex)]
 +
  <LI> As of Sep. 2008, the width of paper rolls is 42 inches (106cm). The other dimension can be as long as you need. (The size of paper rolls can change so please check first.)
  
  
 
</ul>
 
</ul>
 
<br><br>
 
<br><br>

Latest revision as of 00:49, 4 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 satisfying USC graduate school requirements (as of Sep 2008) can be found here.
    • The only unsolved problem in the modified USCthesis.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 dissertation.tex), open dissertation.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, in dissertation.toc file, change
      \contentsline {chapter}{List of Tables}
      into
      \contentsline {chapter}{\normalfont List of Tables}.

      You can find dissertation.toc and dissertation_correct.toc in the package and compare.

      3. After modifying dissertation.toc file, you should compile again without regenerating or changing dissertation.toc.
      For example, in WinEdt, if you push Texify button it will compile and regenerate dissertation.toc file while if you push LaTex button, it will not change dissertation.toc.



Paper



Poster