texstyles 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (130) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +50 -0
  3. data/.travis.yml +4 -0
  4. data/Gemfile +4 -0
  5. data/LICENSE.txt +21 -0
  6. data/README.md +34 -0
  7. data/Rakefile +10 -0
  8. data/lib/texstyles.rb +26 -0
  9. data/lib/texstyles/style.rb +38 -0
  10. data/styles/a0poster-landscape.tex.erb +84 -0
  11. data/styles/a0poster-portrait.tex.erb +84 -0
  12. data/styles/aa.tex.erb +46 -0
  13. data/styles/aa_onecolumn.tex.erb +45 -0
  14. data/styles/aa_twocolumn.tex.erb +47 -0
  15. data/styles/aaai.tex.erb +29 -0
  16. data/styles/abnt.tex.erb +141 -0
  17. data/styles/acl.tex.erb +46 -0
  18. data/styles/acm.tex.erb +77 -0
  19. data/styles/acm_large.tex.erb +82 -0
  20. data/styles/acm_sig_alternate.tex.erb +116 -0
  21. data/styles/acm_sig_strict.tex.erb +90 -0
  22. data/styles/acs.tex.erb +76 -0
  23. data/styles/agu.tex.erb +211 -0
  24. data/styles/aiaa.tex.erb +84 -0
  25. data/styles/aip_preprint.tex.erb +65 -0
  26. data/styles/aip_reprint.tex.erb +67 -0
  27. data/styles/aisb2008.tex.erb +31 -0
  28. data/styles/aj_manuscript.tex.erb +76 -0
  29. data/styles/aj_preprint.tex.erb +78 -0
  30. data/styles/ajps.tex.erb +69 -0
  31. data/styles/alma.tex.erb +53 -0
  32. data/styles/ams_one.tex.erb +115 -0
  33. data/styles/ams_two.tex.erb +119 -0
  34. data/styles/apa_doc.tex.erb +21 -0
  35. data/styles/apj_emulate.tex.erb +104 -0
  36. data/styles/apj_manuscript.tex.erb +76 -0
  37. data/styles/aps.tex.erb +79 -0
  38. data/styles/aps_preprint.tex.erb +79 -0
  39. data/styles/article.tex.erb +28 -0
  40. data/styles/asp.tex.erb +26 -0
  41. data/styles/authorea-double-numbered.tex.erb +65 -0
  42. data/styles/authorea-double.tex.erb +62 -0
  43. data/styles/authorea-numbered.tex.erb +62 -0
  44. data/styles/authorea.tex.erb +59 -0
  45. data/styles/biogeosciences.tex.erb +71 -0
  46. data/styles/bioinformatics.tex.erb +34 -0
  47. data/styles/bmc.tex.erb +212 -0
  48. data/styles/book.tex.erb +22 -0
  49. data/styles/cernatsnote.tex.erb +28 -0
  50. data/styles/cernyrep.tex.erb +28 -0
  51. data/styles/chandra.tex.erb +182 -0
  52. data/styles/cogsci.tex.erb +43 -0
  53. data/styles/cornell.tex.erb +75 -0
  54. data/styles/cv.tex.erb +30 -0
  55. data/styles/development.tex.erb +55 -0
  56. data/styles/dfgproposal.tex.erb +103 -0
  57. data/styles/dod.tex.erb +221 -0
  58. data/styles/doe.tex.erb +62 -0
  59. data/styles/econf.tex.erb +174 -0
  60. data/styles/egu.tex.erb +73 -0
  61. data/styles/elsevier.tex.erb +138 -0
  62. data/styles/elsevier_review.tex.erb +140 -0
  63. data/styles/elsevier_softwarex.tex.erb +132 -0
  64. data/styles/elsevier_twocolumn.tex.erb +148 -0
  65. data/styles/empty.tex.erb +29 -0
  66. data/styles/epjc.tex.erb +78 -0
  67. data/styles/f1000.tex.erb +38 -0
  68. data/styles/frontiersENG.tex.erb +66 -0
  69. data/styles/frontiersFPHY.tex.erb +67 -0
  70. data/styles/frontiersMED.tex.erb +66 -0
  71. data/styles/frontiersSCNS.tex.erb +66 -0
  72. data/styles/g3.tex.erb +57 -0
  73. data/styles/geophysics.tex.erb +38 -0
  74. data/styles/gji.tex.erb +51 -0
  75. data/styles/hess.tex.erb +71 -0
  76. data/styles/hst.tex.erb +37 -0
  77. data/styles/iclr.tex.erb +35 -0
  78. data/styles/ieee_bare_conf.tex.erb +316 -0
  79. data/styles/ieee_bare_jrnl.tex.erb +459 -0
  80. data/styles/ieee_bare_jrnl_compsoc.tex.erb +530 -0
  81. data/styles/ifac.tex.erb +36 -0
  82. data/styles/ijcai.tex.erb +60 -0
  83. data/styles/imsart_aas.tex.erb +82 -0
  84. data/styles/imsart_as.tex.erb +82 -0
  85. data/styles/iop.tex.erb +93 -0
  86. data/styles/iram_proposal.tex.erb +93 -0
  87. data/styles/jacow.tex.erb +77 -0
  88. data/styles/jfm.tex.erb +43 -0
  89. data/styles/jhep.tex.erb +57 -0
  90. data/styles/jinst.tex.erb +46 -0
  91. data/styles/jrss.tex.erb +32 -0
  92. data/styles/jxb.tex.erb +56 -0
  93. data/styles/lncs.tex.erb +75 -0
  94. data/styles/mdpi.tex.erb +122 -0
  95. data/styles/mit.tex.erb +186 -0
  96. data/styles/mnras.tex.erb +41 -0
  97. data/styles/nasa.tex.erb +111 -0
  98. data/styles/nature.tex.erb +34 -0
  99. data/styles/nature_scirep.tex.erb +36 -0
  100. data/styles/nih.tex.erb +223 -0
  101. data/styles/nime.tex.erb +82 -0
  102. data/styles/nips.tex.erb +26 -0
  103. data/styles/nsf.tex.erb +66 -0
  104. data/styles/osaexpress.tex.erb +73 -0
  105. data/styles/osaletters.tex.erb +54 -0
  106. data/styles/peerj.tex.erb +45 -0
  107. data/styles/plos.tex.erb +69 -0
  108. data/styles/plos2015.tex.erb +237 -0
  109. data/styles/pnas.tex.erb +118 -0
  110. data/styles/report.tex.erb +17 -0
  111. data/styles/rsc.tex.erb +99 -0
  112. data/styles/sciadvances.tex.erb +120 -0
  113. data/styles/science.tex.erb +127 -0
  114. data/styles/sigchi.tex.erb +91 -0
  115. data/styles/sigplan.tex.erb +94 -0
  116. data/styles/spie.tex.erb +68 -0
  117. data/styles/spieman.tex.erb +75 -0
  118. data/styles/springer.tex.erb +92 -0
  119. data/styles/springer_twocolumn.tex.erb +92 -0
  120. data/styles/svmono.tex.erb +63 -0
  121. data/styles/trb.tex.erb +150 -0
  122. data/styles/tufte-handout.tex.erb +60 -0
  123. data/styles/uchicago.tex.erb +53 -0
  124. data/styles/ucriverside.tex.erb +79 -0
  125. data/styles/uiowa.tex.erb +78 -0
  126. data/styles/umich.tex.erb +68 -0
  127. data/styles/uvic.tex.erb +196 -0
  128. data/styles/uwollongong.tex.erb +149 -0
  129. data/texstyles.gemspec +25 -0
  130. metadata +258 -0
@@ -0,0 +1,63 @@
1
+ %%%%%%%%%%%%%%%%%%%% book.tex %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2
+ %
3
+ % sample root file for the chapters of your "monograph"
4
+ %
5
+ % Use this file as a template for your own input.
6
+ %
7
+ %%%%%%%%%%%%%%%% Springer-Verlag %%%%%%%%%%%%%%%%%%%%%%%%%%
8
+
9
+
10
+ % RECOMMENDED %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
11
+ \documentclass[graybox,envcountchap,sectrefs]{svmono}
12
+
13
+ % choose options for [] as required from the list
14
+ % in the Reference Guide
15
+
16
+ \usepackage{mathptmx}
17
+ \usepackage{helvet}
18
+ \usepackage{courier}
19
+ %
20
+ \usepackage{type1cm}
21
+
22
+ \usepackage{makeidx} % allows index generation
23
+ \usepackage{graphicx} % standard LaTeX graphics tool
24
+ % when including figure files
25
+ \usepackage{multicol} % used for the two-column index
26
+ \usepackage[bottom]{footmisc}% places footnotes at page bottom
27
+
28
+ <%=@default_packages%>
29
+
30
+
31
+ % see the list of further useful packages
32
+ % in the Reference Guide
33
+
34
+ \makeindex % used for the subject index
35
+ % please use the style svind.ist with
36
+ % your makeindex program
37
+
38
+ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
39
+
40
+ <%=@header%>
41
+
42
+ \begin{document}
43
+ <% if !@alternative_author_string.to_s.empty? %>
44
+ <%= @alternative_author_string %>
45
+ <% else %>
46
+ \author{<%=@first_author%><% if !@coauthor_list.to_a.empty? %><% for author in @coauthor_list %>, <%=author%><% end %><% end %>}
47
+ <% end %>
48
+
49
+ \title{<%=@long_title%>}
50
+ \subtitle{}
51
+ \maketitle
52
+
53
+ \frontmatter%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
54
+
55
+ <% if @abstract and !@abstract.blank? %>
56
+ \extrachap{Abstract}
57
+ <%=@abstract%>
58
+ <% end %>
59
+
60
+ \tableofcontents
61
+
62
+ \mainmatter%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
63
+
@@ -0,0 +1,150 @@
1
+ %
2
+ % Transportation Research Board conference paper template
3
+ % version 1.1
4
+ %
5
+ % David R. Pritchard, http://davidpritchard.org
6
+ % 1.0 - Mar. 2009
7
+ % 1.1 - Sep. 2011, fixes for captions
8
+
9
+
10
+
11
+ % PAGE LAYOUT
12
+ %------------------------------------------
13
+
14
+ % Custom paper settings...
15
+ \documentclass[titlepage,oneside,12pt]{article}
16
+
17
+ \oddsidemargin 0.0in
18
+ \topmargin -0.5in
19
+ \headheight 0.3in
20
+ \headsep 0.2in
21
+ \textwidth 6.5in
22
+ \textheight 9.0in
23
+ \setlength{\parindent}{0.5in}
24
+
25
+ % PAGE HEADER
26
+ %------------------------------------------
27
+ % Adjust the header text below (INSERT AUTHORS HERE)
28
+ \oddsidemargin 0.0in
29
+ \usepackage[tiny,rm]{titlesec}
30
+ \newpagestyle{trbstyle}{
31
+ \sethead{<%=@first_author%>}{}{\thepage}
32
+ }
33
+ \pagestyle{trbstyle}
34
+
35
+ % HEADINGS
36
+ %------------------------------------------
37
+ \renewcommand*{\refname}{\uppercase{References}}
38
+ \titleformat{\section}{\bfseries}{}{0pt}{\uppercase}
39
+ \titlespacing*{\section}{0pt}{12pt}{*0}
40
+ \titleformat{\subsection}{\bfseries}{}{0pt}{}
41
+ \titlespacing*{\subsection}{0pt}{12pt}{*0}
42
+ \titleformat{\subsubsection}{\itshape}{}{0pt}{}
43
+ \titlespacing*{\subsubsection}{0pt}{12pt}{*0}
44
+
45
+ % LISTS
46
+ %------------------------------------------
47
+ % Adjust lists a little. Not quite perfectly fitting TRB style, but vaguely
48
+ % close at least.
49
+ \usepackage{enumitem}
50
+ \setlist[1]{labelindent=0.5in,leftmargin=*}
51
+ \setlist[2]{labelindent=0in,leftmargin=*}
52
+
53
+ % CAPTIONS
54
+ %------------------------------------------
55
+ % Get the captions right. Authors must still be careful to use "Title Case"
56
+ % for table captions, and "Sentence case." for figure captions.
57
+ \usepackage{ccaption}
58
+ \usepackage{amsmath}
59
+ \makeatletter
60
+ \renewcommand{\fnum@figure}{\textbf{FIGURE~\thefigure} }
61
+ \renewcommand{\fnum@table}{\textbf{TABLE~\thetable} }
62
+ \makeatother
63
+ \captiontitlefont{\bfseries \boldmath}
64
+ \captiondelim{\;}
65
+ %\precaption{\boldmath}
66
+
67
+
68
+ % FONTS
69
+ %------------------------------------------
70
+ % Three options for fonts. I prefer Times for text and Computer Modern for
71
+ % math.
72
+
73
+ % Times for text, Computer Modern for math
74
+ \usepackage{times}
75
+ % Times for text and math
76
+ %\usepackage{pslatex}
77
+ % Times for text and math
78
+ %\usepackage{times,mathptmx}
79
+
80
+ % Some pdf conversion tricks? Unsure.
81
+ %\usepackage[T1]{fontenc}
82
+ \usepackage{textcomp}
83
+
84
+
85
+ % CITATIONS
86
+ %------------------------------------------
87
+ % TRB uses an Author (num) citation style. I haven't found a way to make
88
+ % LaTeX/Bibtex do this automatically using the standard \cite macro, but
89
+ % this modified \trbcite macro does the trick.
90
+
91
+ % TODO: sort&compress option?
92
+ \usepackage[sort,numbers]{natbib}
93
+ \newcommand{\trbcite}[1]{\citeauthor{#1} ({\it \citenum{#1}})}
94
+ \setcitestyle{round}
95
+
96
+
97
+ % LINE NUMBERING
98
+ %------------------------------------------
99
+ % TRB likes line numbers on drafts to help reviewers refer to parts of the
100
+ % document. Comment out for final versions.
101
+
102
+ % Use this for draft submissions - line numbering... sort of.
103
+ %\usepackage{parano}
104
+ %\renewcommand\theparano{\textbf{\scriptsize [\arabic{parano}]}}
105
+ % Use this for final submissions - no line numbering
106
+ \newcommand{\parano}{}
107
+
108
+ <%=@header%>
109
+
110
+
111
+ % DOCUMENT START
112
+ %------------------------------------------
113
+
114
+ % Add any additional \usepackage declarations here.
115
+
116
+ \usepackage{graphicx}
117
+
118
+ <%=@default_packages%>
119
+
120
+ \begin{document}
121
+
122
+ \title{<%=@long_title%>}
123
+ <% if !@alternative_author_string.to_s.empty? %>
124
+ <%= @alternative_author_string %>
125
+ <% else %>
126
+ \author{
127
+ <%=@first_author%> \\
128
+ <%=@first_affiliation%> \\
129
+ <% if !@coauthor_list.to_a.empty? %><% for i in (0..@coauthor_list.length-1) %>\\
130
+ <%=@coauthor_list[i]%> \\
131
+ <%=@coauthor_affiliations[i]%> \\<% end %><% end %>
132
+ \\
133
+ }
134
+ <% end %>
135
+
136
+ %% This generates the title page from the information given above.
137
+ \thispagestyle{empty}
138
+ \maketitle
139
+
140
+ \newpage
141
+
142
+ \thispagestyle{empty}
143
+ \section{Abstract}
144
+ %% *** Put your Abstract here. ***
145
+ %% (At most 250 words.)
146
+
147
+ <%= @abstract %>
148
+
149
+ \newpage
150
+
@@ -0,0 +1,60 @@
1
+ \documentclass{tufte-handout}
2
+
3
+ %\geometry{showframe}% for debugging purposes -- displays the margins
4
+
5
+ <%= @default_packages %>
6
+
7
+ % Set up the images/graphics package
8
+ %\usepackage{graphicx}
9
+ \setkeys{Gin}{width=\linewidth,totalheight=\textheight,keepaspectratio}
10
+ \graphicspath{{graphics/}}
11
+
12
+ \title{<%=@long_title%>}
13
+ <% if !@alternative_author_string.to_s.empty? %>
14
+ <%= @alternative_author_string %>
15
+ <% else %>
16
+ \author[<%=@first_author%>]{<%=@first_author%><% if !@coauthor_list.to_a.empty? %><% for author in @coauthor_list %>, <%=author%><% end %><% end %>}
17
+ <% end %>
18
+ %\date{24 January 2009} % if the \date{} command is left out, the current date will be used
19
+
20
+ % The following package makes prettier tables. We're all about the bling!
21
+ %\usepackage{booktabs}
22
+
23
+ % The units package provides nice, non-stacked fractions and better spacing
24
+ % for units.
25
+ \usepackage{units}
26
+
27
+ % The fancyvrb package lets us customize the formatting of verbatim
28
+ % environments. We use a slightly smaller font.
29
+ \usepackage{fancyvrb}
30
+ \fvset{fontsize=\normalsize}
31
+
32
+ % Small sections of multiple columns
33
+ \usepackage{multicol}
34
+
35
+ % Provides paragraphs of dummy text
36
+ \usepackage{lipsum}
37
+
38
+ % These commands are used to pretty-print LaTeX commands
39
+ \newcommand{\doccmd}[1]{\texttt{\textbackslash#1}}% command name -- adds backslash automatically
40
+ \newcommand{\docopt}[1]{\ensuremath{\langle}\textrm{\textit{#1}}\ensuremath{\rangle}}% optional command argument
41
+ \newcommand{\docarg}[1]{\textrm{\textit{#1}}}% (required) command argument
42
+ \newenvironment{docspec}{\begin{quote}\noindent}{\end{quote}}% command specification environment
43
+ \newcommand{\docenv}[1]{\textsf{#1}}% environment name
44
+ \newcommand{\docpkg}[1]{\texttt{#1}}% package name
45
+ \newcommand{\doccls}[1]{\texttt{#1}}% document class name
46
+ \newcommand{\docclsopt}[1]{\texttt{#1}}% document class option name
47
+
48
+ <%=@header%>
49
+
50
+
51
+ \begin{document}
52
+
53
+ \maketitle% this prints the handout title, author, and date
54
+
55
+ <% if @abstract and !@abstract.blank? %>
56
+ \begin{abstract}
57
+ \noindent <%=@abstract%>
58
+ \end{abstract}
59
+ <% end %>
60
+
@@ -0,0 +1,53 @@
1
+ % ---- ETD Document Class and Useful Packages ---- %
2
+ \documentclass{ucetd}
3
+ \usepackage{subfigure,epsfig,amsfonts}
4
+ %\usepackage{natbib}
5
+ %\usepackage{amsmath}
6
+ %\usepackage{amssymb}
7
+ %\usepackage{amsthm}
8
+
9
+ <%=@default_packages%>
10
+ <%=@header%>
11
+
12
+ %% Use these commands to set biographic information for the title page:
13
+ \title{<%=@long_title%>}
14
+ <% if !@alternative_author_string.to_s.empty? %>
15
+ <%= @alternative_author_string %>
16
+ <% else %>
17
+ \author{<%=@first_author%>}
18
+ <% end %>
19
+ \department{Thesis Department}
20
+ \division{Thesis Division}
21
+ \degree{Type of Degree}
22
+ \date{Graduation Date}
23
+
24
+ %% Use these commands to set a dedication and epigraph text
25
+ %\dedication{Dedication Text}
26
+ %\epigraph{Epigraph Text}
27
+
28
+
29
+ \begin{document}
30
+ %% Basic setup commands
31
+ % If you don't want a title page comment out the next line and uncomment the line after it:
32
+ \maketitle
33
+ %\omittitle
34
+
35
+ % These lines can be commented out to disable the copyright/dedication/epigraph pages
36
+ %\makecopyright
37
+ %\makededication
38
+ %\makeepigraph
39
+
40
+
41
+ %% Make the various tables of contents
42
+ %\tableofcontents
43
+ %\listoffigures
44
+ %\listoftables
45
+
46
+ %\acknowledgments
47
+ % Enter Acknowledgements here
48
+
49
+ \abstract
50
+ <%=@abstract%>
51
+
52
+ \mainmatter
53
+
@@ -0,0 +1,79 @@
1
+ %% uctest.tex 11/3/94
2
+ %% Copyright (C) 1988-2004 Daniel Gildea, BBF, Ethan Munson.
3
+ %
4
+ % This work may be distributed and/or modified under the
5
+ % conditions of the LaTeX Project Public License, either version 1.3
6
+ % of this license or (at your option) any later version.
7
+ % The latest version of this license is in
8
+ % http://www.latex-project.org/lppl.txt
9
+ % and version 1.3 or later is part of all distributions of LaTeX
10
+ % version 2003/12/01 or later.
11
+ %
12
+ % This work has the LPPL maintenance status "maintained".
13
+ %
14
+ % The Current Maintainer of this work is Daniel Gildea.
15
+ %
16
+ % 2007/08/01
17
+ % LaTeX Package "ucr" is modified from LaTeX package "ucthesis."
18
+ % This modification is therefore under to the conditions of
19
+ % the LaTeX Project Public License.
20
+ % Its formality is suitable for the dissertation of Universty of
21
+ % California, Riverside.
22
+ % This test document is for the convenience of all students of
23
+ % Universty of California, Riverside.
24
+ % Contact Charles Yang at chcyang@yahoo.com if you like.
25
+ % Charles Yang has nothing to do with the original author's sarcasm.
26
+ %
27
+ % \documentclass[11pt]{ucthesis}
28
+ % \documentclass[11pt]{ucr}
29
+ \documentclass[oneside,final, letterpaper]{ucr}
30
+ \begin{document}
31
+
32
+ % Declarations for Front Matter
33
+
34
+ \title{<%=@long_title%>}
35
+ \author{<%=@first_author%>}
36
+ \degreemonth{Month}
37
+ \degreeyear{Year}
38
+ \degree{Doctor of Philosophy}
39
+ \chair{Professor}
40
+ \chairtwo{Professor}
41
+ \othermembers{Professor}
42
+ \numberofmembers{3}
43
+ \field{Field}
44
+ \campus{Riverside}
45
+
46
+ \maketitle
47
+ \copyrightpage{}
48
+ \approvalpage{}
49
+
50
+ \degreesemester{Fall}
51
+
52
+ \begin{frontmatter}
53
+
54
+ \begin{acknowledgements}
55
+ Acknowledgements.
56
+ \end{acknowledgements}
57
+
58
+ \begin{dedication}
59
+ \null\vfil
60
+ {\large
61
+ \begin{center}
62
+ Dedication.
63
+ \end{center}}
64
+ \vfil\null
65
+ \end{dedication}
66
+
67
+ <%= @abstract_begin_end %>
68
+
69
+ \tableofcontents
70
+ \listoffigures
71
+ \listoftables
72
+ \end{frontmatter}
73
+
74
+ % \part{First Part}
75
+
76
+ \nocite{*}
77
+ % \singlespacing
78
+
79
+
@@ -0,0 +1,78 @@
1
+ % thesis.tex (starting point of my thesis)
2
+
3
+ % Declare overall type of document (use 12pt report class):
4
+ \documentclass[12pt]{report}
5
+ <%=@default_packages%>
6
+
7
+ % Import uithesisXX.sty file:
8
+ \usepackage{uithesis03}
9
+
10
+ % Some examples (yours may be different):
11
+ \newtheorem{theorem}{Theorem}[section]
12
+ \newtheorem{lemma}[theorem]{Lemma}
13
+ \newcommand{\bfx}{{\ensuremath{\mathbf{x}}}}
14
+ \newcommand{\thetadd}{{\ensuremath{\bar{\theta}^{(\cdot)}_\cdot}}}
15
+
16
+
17
+ <%=@header%>
18
+
19
+ \begin{document}
20
+
21
+
22
+ % prelude.tex (specification of which features in `uithesisXX.sty' you
23
+ % are using, your personal information, and your title & abstract)
24
+
25
+ % Specify features of `uithesisXX.sty' you want to use:
26
+ \abtitlepgtrue % special title page announcing your abstract, not to
27
+ % be bound with thesis (required)
28
+ \abstractpgtrue % special version of your abstract suitable for
29
+ % microfilming, not to be bound with thesis (required)
30
+ \titlepgtrue % main title page (required)
31
+ \copyrighttrue % copyright page (optional)
32
+ \signaturepagetrue % page for thesis committee signatures (required)
33
+ \dedicationtrue % dedication page (optional)
34
+ \acktrue % acknowledgments page (optional)
35
+ \abswithesistrue % abstract to be bound with thesis (optional)
36
+ \tablecontentstrue % table of contents page (required)
37
+ \tablespagetrue % table of contents page for tables (required only if you
38
+ % have tables)
39
+ \figurespagetrue % table of contents page for figures (required only if
40
+ % you have figures)
41
+
42
+ \title{<%=@long_title%>} % use all capital letters
43
+
44
+ <% if !@alternative_author_string.to_s.empty? %>
45
+ <%= @alternative_author_string %>
46
+ <% else %>
47
+ \author{<%=@first_author%>} % use mixed upper & lower case
48
+ <% end %>
49
+ \advisor{Title and Name of My Advisor} % example:
50
+ % Associate Professor John Doe
51
+ \dept{Department} % your academic department
52
+ \submitdate{Date} % month & year of your graduation
53
+
54
+ \newcommand{\abstextwithesis}
55
+ {<%=@abstract%>}
56
+
57
+ \newcommand{\abstracttext}
58
+ {<%=@abstract%>}
59
+
60
+ \newcommand{\dedication}
61
+ { This is optional; start with the word ``To''; you do not need to end with
62
+ a period }
63
+
64
+ \newcommand{\acknowledgement}
65
+ { This is also optional. Use complete sentences here. }
66
+
67
+ % Take care of things in `uithesisXX.sty' behind the scenes (it sounds
68
+ % weird, but you need these commands):
69
+ \beforepreface
70
+ \afterpreface
71
+
72
+ % newcom.tex (new command definitions)
73
+
74
+
75
+
76
+
77
+
78
+