mirror of
https://github.com/vale981/NotesTeX
synced 2025-03-04 17:31:42 -05:00
Fixed error in documentation
This commit is contained in:
parent
2ad8115b0d
commit
941c331e5d
5 changed files with 12 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
# Fdb version 3
|
||||
["pdflatex"] 1506031564 "NotesTeX.tex" "NotesTeX.pdf" "NotesTeX" 1506031565
|
||||
["pdflatex"] 1506041187 "NotesTeX.tex" "NotesTeX.pdf" "NotesTeX" 1506041188
|
||||
"/opt/local/etc/texmf/texmf.cnf" 1499356964 30503 aec7cb44a7dfe30611cca1456db118bf ""
|
||||
"/opt/local/share/texmf-texlive/fonts/enc/dvips/lm/lm-ec.enc" 1467164575 2375 baa924870cfb487815765f9094cf3728 ""
|
||||
"/opt/local/share/texmf-texlive/fonts/enc/dvips/lm/lm-mathsy.enc" 1467164575 2840 216e6e45ad352e2456e1149f28885bee ""
|
||||
|
@ -262,14 +262,14 @@
|
|||
"/opt/local/share/texmf/tex/latex/pgf/utilities/pgfrcs.sty" 1438958880 325 2bcd023400636339210573e2b3ee298b ""
|
||||
"/opt/local/var/db/texmf/fonts/map/pdftex/updmap/pdftex.map" 1499454290 2216798 0bc71ea90022d65f3e67a1f02ef0280a ""
|
||||
"/opt/local/var/db/texmf/web2c/pdftex/pdflatex.fmt" 1499360710 3520381 b9a97b9afff15c60eab6767711a8bc7c ""
|
||||
"NotesTeX.aux" 1506031564 4245 db3a94a4bbc07e9f71fecb600acef33a ""
|
||||
"NotesTeX.out" 1506031564 1147 53ed2692b76eb236b64f048eb54192e8 ""
|
||||
"NotesTeX.aux" 1506041188 4245 db3a94a4bbc07e9f71fecb600acef33a ""
|
||||
"NotesTeX.out" 1506041188 1147 53ed2692b76eb236b64f048eb54192e8 ""
|
||||
"NotesTeX.sty" 1506023876 23140 6a3c8ac24074eb43e316398a8e0bbc4f ""
|
||||
"NotesTeX.tex" 1506031560 24127 22732a358110eb70352bee6fe8c42ac3 ""
|
||||
"NotesTeX.toc" 1506031564 1530 0b9807b6134681484f7f039891d59e81 ""
|
||||
"NotesTeX.tex" 1506041184 24116 e24cbf53b389f0e1ba48b95b1dfb2ca2 ""
|
||||
"NotesTeX.toc" 1506041188 1530 0b9807b6134681484f7f039891d59e81 ""
|
||||
(generated)
|
||||
"NotesTeX.pdf"
|
||||
"NotesTeX.log"
|
||||
"NotesTeX.aux"
|
||||
"NotesTeX.out"
|
||||
"NotesTeX.aux"
|
||||
"NotesTeX.log"
|
||||
"NotesTeX.pdf"
|
||||
"NotesTeX.toc"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 2017/MacPorts 2017_1) (preloaded format=pdflatex 2017.7.6) 21 SEP 2017 18:06
|
||||
This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 2017/MacPorts 2017_1) (preloaded format=pdflatex 2017.7.6) 21 SEP 2017 20:46
|
||||
entering extended mode
|
||||
restricted \write18 enabled.
|
||||
%&-line parsing enabled.
|
||||
|
@ -2350,7 +2350,7 @@ k10.pfb></opt/local/share/texmf-texlive/fonts/type1/public/lm/lmtt10.pfb></opt/
|
|||
local/share/texmf-texlive/fonts/type1/public/lm/lmtt8.pfb></opt/local/share/tex
|
||||
mf-texlive/fonts/type1/public/lm/lmtti10.pfb></opt/local/share/texmf-texlive/fo
|
||||
nts/type1/public/amsfonts/symbols/msbm10.pfb>
|
||||
Output written on NotesTeX.pdf (11 pages, 567384 bytes).
|
||||
Output written on NotesTeX.pdf (11 pages, 567383 bytes).
|
||||
PDF statistics:
|
||||
336 PDF objects out of 1000 (max. 8388607)
|
||||
66 named destinations out of 1000 (max. 500000)
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -411,8 +411,8 @@ University of Minnesota
|
|||
\geometry{paperheight=845pt,paperwidth=597pt,
|
||||
marginparsep=.02\paperwidth,marginparwidth=.23\paperwidth,
|
||||
hoffset=-1in, voffset=-1in, headheight=.02\paperheight,
|
||||
headsep=.03\paperheight,footskip=0.7\paperheight,
|
||||
textheight=.82\paperheight,textwidth=.66\paperwidth}.
|
||||
headsep=.03\paperheight,footskip=20pt,
|
||||
textheight=.84\paperheight,textwidth=.64\paperwidth}.
|
||||
\end{verbatim}
|
||||
Ignoring most of the arguments, the \texttt{$\backslash$paperheight} and \texttt{$\backslash$paperwidth} are set to be the standard $8\times11$ inches but in \texttt{pt} format instead. All other options, with the exception of \texttt{$\backslash$hoffset} and \texttt{$\backslash$voffset}, inherit fractions of \texttt{$\backslash$paperheight} and \texttt{$\backslash$paperwidth}, the most important being \texttt{$\backslash$marginparwidth}. Increasing \texttt{$\backslash$marginparwidth} causes the margin to bleed off of the right side of the page. In order to increase, one \textbf{must} decrease the \texttt{$\backslash$textwidth} accordingly.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue