Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
thesis_lore [2014/04/17 21:36] chat.hullthesis_lore [2017/08/04 22:31] (current) – [Filing in the Summer] dyas
Line 1: Line 1:
 ======Thesis Lore====== ======Thesis Lore======
  
-The [[http://grad.berkeley.edu/policies/pdf/dissertation_guide.pdf|Dissertation Guide]] lists the various rules for building and submitting a dissertation, so start there.  The [[filing timeline]] is also very handy.+The [[http://grad.berkeley.edu/academic-progress/dissertation/|Dissertation Guide]] lists the various rules for building and submitting a dissertation, so start there.  The [[filing timeline]] is also very handy.
  
 ======Advancing to Candidacy====== ======Advancing to Candidacy======
Line 46: Line 46:
 - file by December deadline or you must re-apply for admission to the university - file by December deadline or you must re-apply for admission to the university
  
 +**For international students:** if you want to use OPT, then you need a new I-20 F1-OPT and employment authorization (EAD) card to work in the US. The starting date of the EAD card depends on your program end date. The rules may be tricky and change over time. Please consult to the Berkeley International Office before making decision of finishing in the Summer or Fall semester.
  
  
Line 82: Line 82:
   \setlength{\tabcolsep}{0.05in}   \setlength{\tabcolsep}{0.05in}
  
-Adjust to taste.  If that's not enough, you can use the pdflscape package and invoke the landscape environment to make your tables landscaped. (Don't use \rotate command.) Here's how a table might begin:+Adjust to taste.  If you're really desperate, you can make the columns separation negative 
 + 
 +   % change 
 +   \begin{deluxetable}{l*{14}{r}ccc} 
 +   % to 
 +   \begin{deluxetable}{@{\extracolsep{-6pt}}l*{14}{r}ccc} 
 +    
 +If that's not enough, you can use the pdflscape package and invoke the landscape environment to make your tables landscaped. (Don't use \rotate command.) Here's how a table might begin:
  
   \begin{landscape}   \begin{landscape}
Line 92: Line 99:
  
 The downside to using the landscape environment is that you have to put it outside of the floating table environment.  This results in LaTeX putting the table in that exact place relative to the text, meaning you could end up with half the page before the table being empty.  Another alternative, at least for tables that are wide, but short, is to use the "sidewaystable" environment in the "rotating" package. Whether or not this would suffer the same problems as deluxetable when also dealing with very long tables is unknown. The downside to using the landscape environment is that you have to put it outside of the floating table environment.  This results in LaTeX putting the table in that exact place relative to the text, meaning you could end up with half the page before the table being empty.  Another alternative, at least for tables that are wide, but short, is to use the "sidewaystable" environment in the "rotating" package. Whether or not this would suffer the same problems as deluxetable when also dealing with very long tables is unknown.
 +
  
 ====Figures==== ====Figures====