Hello,
I'd like to use custom fonts with pdfLaTeX and Overleaf like described on this Overleaf website.
To generate the required font files I use the following script.
In that script I set 3 variables:
FONTFOUNDRY="Magique Fonts"
FONTNAME="old_stamper"
FONTFAMILY="OldStamper"
I run the script and I get the required font files that I can copy into the directory tree mentioned in the Overleaf documentation:
old_stamper.map OldStamperr8t.tfm OldStamperro8t.tfm OldStamperro.ttf OldStamperr.ttf t1OldStamper.fd
I also use the file latexmkrc like described in the Overleaf documentation:
$ENV{'TEXINPUTS'}='myfonts/tex//:' . $ENV{'TEXINPUTS'};
$ENV{'T1FONTS'}='myfonts/fonts/type1//:' . $ENV{'T1FONTS'};
$ENV{'AFMFONTS'}='myfonts/fonts/afm//:' . $ENV{'AFMFONTS'};
$ENV{'TEXFONTMAPS'}='myfonts/fonts/map//:' . $ENV{'TEXFONTMAPS'};
$ENV{'TFMFONTS'}='myfonts/fonts/tfm//:' . $ENV{'TFMFONTS'};
$ENV{'TTFONTS'}='myfonts/fonts/ttf//:' . $ENV{'TTFONTS'};
$ENV{'VFFONTS'}='myfonts/fonts/vf//:' . $ENV{'VFFONTS'};
$ENV{'ENCFONTS'}='myfonts/fonts/enc//:' . $ENV{'ENCFONTS'};
Then I include the generated map file into my main.tex using
\pdfmapfile{+old_stamper.map}
Because the script says:
# 5. Use
# \renewcommand{\[rm|sf|tt]default}{FONTFAMILY}
# \renewcommand{\familydefault}{\[rm|sf|tt]default}
# in preamble to change the font for the whole document.
I do it in my main.tex file:
\renewcommand{\sfdefault}{OldStamper}
\renewcommand{\familydefault}{\sfdefault}
and I start the compilation. The compiler says:
Font T1/OldStamper/b/n/75=OldStamperb8t at 75.0pt not loadable: Metric (TFM) file not found.
pdfTeX error (font): invalid font identifier.
MT@font ->T1/OldStamper/b/n/75
It's not so bad because I can comment the line
%\renewcommand{\familydefault}{\sfdefault}
and after \begin{document} I can write
\usefont{T1}{OldStamper}{m}{n}
and It could work.
Now I run the compilation again, this time without errors but the new font characters cannot be found, see the attached logs.
Q: How can I get the font working on Overleaf?
Greetings
This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023) (preloaded format=pdflatex 2023.8.28) 11 SEP 2023 07:54
entering extended mode
\write18 enabled.
%&-line parsing enabled.
**main.tex
(./main.tex
LaTeX2e <2023-06-01> patch level 1
L3 programming layer <2023-06-30>
(/usr/local/texlive/2023/texmf-dist/tex/latex/base/article.cls
Document Class: article 2023/05/17 v1.4n Standard LaTeX document class
(/usr/local/texlive/2023/texmf-dist/tex/latex/base/size11.clo
File: size11.clo 2023/05/17 v1.4n Standard LaTeX file (size option)
)
\c@part=\count185
\c@section=\count186
\c@subsection=\count187
\c@subsubsection=\count188
\c@paragraph=\count189
\c@subparagraph=\count190
\c@figure=\count191
\c@table=\count192
\abovecaptionskip=\skip48
\belowcaptionskip=\skip49
\bibindent=\dimen140
) (/usr/local/texlive/2023/texmf-dist/tex/latex/base/inputenc.sty
Package: inputenc 2021/02/14 v1.3d Input encoding file
\inpenc@prehook=\toks17
\inpenc@posthook=\toks18
) (/usr/local/texlive/2023/texmf-dist/tex/latex/base/fontenc.sty
Package: fontenc 2021/04/29 v2.0v Standard LaTeX package
) (/usr/local/texlive/2023/texmf-dist/tex/generic/babel/babel.sty
Package: babel 2023/07/15 v3.92 The Babel package
\babel@savecnt=\count193
\U@D=\dimen141
\l@unhyphenated=\language87
(/usr/local/texlive/2023/texmf-dist/tex/generic/babel/txtbabel.def)
\bbl@readstream=\read2
\bbl@dirlevel=\count194
(/usr/local/texlive/2023/texmf-dist/tex/generic/babel-polish/polish.ldf
Language: polish 2022/03/12 1.3 Babel support for Polish
Package babel Info: Making " an active character on input line 101.
)) (/usr/local/texlive/2023/texmf-dist/tex/generic/babel/locale/pl/babel-polish.tex
Package babel Info: Importing font and identification data for polish
(babel) from babel-pl.ini. Reported on input line 11.
) (/usr/local/texlive/2023/texmf-dist/tex/latex/libertine/libertine.sty
Package: libertine 2022/09/12 (Bob Tennent) Supports Libertine and Biolinum fonts for all LaTeX engines.
(/usr/local/texlive/2023/texmf-dist/tex/generic/iftex/ifxetex.sty
Package: ifxetex 2019/10/25 v0.7 ifxetex legacy package. Use iftex instead.
(/usr/local/texlive/2023/texmf-dist/tex/generic/iftex/iftex.sty
Package: iftex 2022/02/03 v1.0f TeX engine tests
)) (/usr/local/texlive/2023/texmf-dist/tex/generic/iftex/ifluatex.sty
Package: ifluatex 2019/10/25 v1.5 ifluatex legacy package. Use iftex instead.
) (/usr/local/texlive/2023/texmf-dist/tex/latex/xkeyval/xkeyval.sty
Package: xkeyval 2022/06/16 v2.9 package option processing (HA)
(/usr/local/texlive/2023/texmf-dist/tex/generic/xkeyval/xkeyval.tex (/usr/local/texlive/2023/texmf-dist/tex/generic/xkeyval/xkvutils.tex
\XKV@toks=\toks19
\XKV@tempa@toks=\toks20
(/usr/local/texlive/2023/texmf-dist/tex/generic/xkeyval/keyval.tex))
\XKV@depth=\count195
File: xkeyval.tex 2014/12/03 v2.7a key=value parser (HA)
)) (/usr/local/texlive/2023/texmf-dist/tex/latex/base/textcomp.sty
Package: textcomp 2020/02/02 v2.0n Standard LaTeX package
) (/usr/local/texlive/2023/texmf-dist/tex/latex/base/fontenc.sty
Package: fontenc 2021/04/29 v2.0v Standard LaTeX package
) (/usr/local/texlive/2023/texmf-dist/tex/latex/fontaxes/fontaxes.sty
Package: fontaxes 2020/07/21 v1.0e Font selection axes
LaTeX Info: Redefining \upshape on input line 29.
LaTeX Info: Redefining \itshape on input line 31.
LaTeX Info: Redefining \slshape on input line 33.
LaTeX Info: Redefining \swshape on input line 35.
LaTeX Info: Redefining \scshape on input line 37.
LaTeX Info: Redefining \sscshape on input line 39.
LaTeX Info: Redefining \ulcshape on input line 41.
LaTeX Info: Redefining \textsw on input line 47.
LaTeX Info: Redefining \textssc on input line 48.
LaTeX Info: Redefining \textulc on input line 49.
)
LaTeX Info: Redefining \oldstylenums on input line 483.
(/usr/local/texlive/2023/texmf-dist/tex/latex/libertine/LinLibertine_I.tex)) (/usr/local/texlive/texmf-local/tex/latex/microtype/microtype.sty
Package: microtype 2022/06/23 v3.0f Micro-typographical refinements (RS)
(/usr/local/texlive/2023/texmf-dist/tex/latex/etoolbox/etoolbox.sty
Package: etoolbox 2020/10/05 v2.5k e-TeX tools for LaTeX (JAW)
\etb@tempcnta=\count196
)
\MT@toks=\toks21
\MT@tempbox=\box51
\MT@count=\count197
LaTeX Info: Redefining \noprotrusionifhmode on input line 1045.
LaTeX Info: Redefining \leftprotrusion on input line 1046.
LaTeX Info: Redefining \rightprotrusion on input line 1056.
LaTeX Info: Redefining \textls on input line 1234.
\MT@outer@kern=\dimen142
LaTeX Info: Redefining \textmicrotypecontext on input line 1858.
\MT@listname@count=\count198
(/usr/local/texlive/texmf-local/tex/latex/microtype/microtype-pdftex.def
File: microtype-pdftex.def 2022/06/23 v3.0f Definitions specific to pdftex (RS)
LaTeX Info: Redefining \lsstyle on input line 900.
LaTeX Info: Redefining \lslig on input line 900.
\MT@outer@space=\skip50
)
Package microtype Info: Loading configuration file microtype.cfg.
(/usr/local/texlive/texmf-local/tex/latex/microtype/microtype.cfg
File: microtype.cfg 2022/06/23 v3.0f microtype main configuration file (RS)
)) (/usr/local/texlive/2023/texmf-dist/tex/latex/lipsum/lipsum.sty (/usr/local/texlive/2023/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty (/usr/local/texlive/2023/texmf-dist/tex/latex/l3kernel/expl3.sty
Package: expl3 2023-06-30 L3 programming layer (loader)
(/usr/local/texlive/2023/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def
File: l3backend-pdftex.def 2023-04-19 L3 backend support: PDF output (pdfTeX)
\l__color_backend_stack_int=\count199
\l__pdf_internal_box=\box52
))
Package: l3keys2e 2023-02-02 LaTeX2e option processing using LaTeX3 keys
)
Package: lipsum 2021-09-20 v2.7 150 paragraphs of Lorem Ipsum dummy text
\g__lipsum_par_int=\count266
\l__lipsum_a_int=\count267
\l__lipsum_b_int=\count268
(/usr/local/texlive/2023/texmf-dist/tex/latex/lipsum/lipsum.ltd.tex)){/usr/local/texlive/2023/texmf-var/fonts/map/pdftex/updmap/pdftex.map}{myfonts/fonts/map/old_stamper.map} (/usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/hyperref.sty
Package: hyperref 2023-07-08 v7.01b Hypertext links for LaTeX
(/usr/local/texlive/2023/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty
Package: ltxcmds 2020-05-10 v1.25 LaTeX kernel commands for general use (HO)
) (/usr/local/texlive/2023/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty
Package: pdftexcmds 2020-06-27 v0.33 Utility functions of pdfTeX for LuaTeX (HO)
(/usr/local/texlive/2023/texmf-dist/tex/generic/infwarerr/infwarerr.sty
Package: infwarerr 2019/12/03 v1.5 Providing info/warning/error messages (HO)
)
Package pdftexcmds Info: \pdf@primitive is available.
Package pdftexcmds Info: \pdf@ifprimitive is available.
Package pdftexcmds Info: \pdfdraftmode found.
) (/usr/local/texlive/2023/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty
Package: kvsetkeys 2022-10-05 v1.19 Key value parser (HO)
) (/usr/local/texlive/2023/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty
Package: kvdefinekeys 2019-12-19 v1.6 Define keys (HO)
) (/usr/local/texlive/2023/texmf-dist/tex/generic/pdfescape/pdfescape.sty
Package: pdfescape 2019/12/09 v1.15 Implements pdfTeX's escape features (HO)
) (/usr/local/texlive/2023/texmf-dist/tex/latex/hycolor/hycolor.sty
Package: hycolor 2020-01-27 v1.10 Color options for hyperref/bookmark (HO)
) (/usr/local/texlive/2023/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty
Package: letltxmacro 2019/12/03 v1.6 Let assignment for LaTeX macros (HO)
) (/usr/local/texlive/2023/texmf-dist/tex/latex/auxhook/auxhook.sty
Package: auxhook 2019-12-17 v1.6 Hooks for auxiliary files (HO)
) (/usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/nameref.sty
Package: nameref 2023-08-07 v2.53 Cross-referencing by name of section
(/usr/local/texlive/2023/texmf-dist/tex/latex/refcount/refcount.sty
Package: refcount 2019/12/15 v3.6 Data extraction from label references (HO)
) (/usr/local/texlive/2023/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty
Package: gettitlestring 2019/12/15 v1.6 Cleanup title references (HO)
(/usr/local/texlive/2023/texmf-dist/tex/latex/kvoptions/kvoptions.sty
Package: kvoptions 2022-06-15 v3.15 Key value format for package options (HO)
))
\c@section@level=\count269
)
\@linkdim=\dimen143
\Hy@linkcounter=\count270
\Hy@pagecounter=\count271
(/usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/pd1enc.def
File: pd1enc.def 2023-07-08 v7.01b Hyperref: PDFDocEncoding definition (HO)
Now handling font encoding PD1 ...
... no UTF-8 mapping file for font encoding PD1
) (/usr/local/texlive/2023/texmf-dist/tex/generic/intcalc/intcalc.sty
Package: intcalc 2019/12/15 v1.3 Expandable calculations with integers (HO)
)
\Hy@SavedSpaceFactor=\count272
(/usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/puenc.def
File: puenc.def 2023-07-08 v7.01b Hyperref: PDF Unicode definition (HO)
Now handling font encoding PU ...
... no UTF-8 mapping file for font encoding PU
)
Package hyperref Info: Option `colorlinks' set `true' on input line 4050.
Package hyperref Info: Hyper figures OFF on input line 4167.
Package hyperref Info: Link nesting OFF on input line 4172.
Package hyperref Info: Hyper index ON on input line 4175.
Package hyperref Info: Plain pages OFF on input line 4182.
Package hyperref Info: Backreferencing OFF on input line 4187.
Package hyperref Info: Implicit mode ON; LaTeX internals redefined.
Package hyperref Info: Bookmarks ON on input line 4434.
\c@Hy@tempcnt=\count273
(/usr/local/texlive/2023/texmf-dist/tex/latex/url/url.sty
\Urlmuskip=\muskip16
Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc.
)
LaTeX Info: Redefining \url on input line 4772.
\XeTeXLinkMargin=\dimen144
(/usr/local/texlive/2023/texmf-dist/tex/generic/bitset/bitset.sty
Package: bitset 2019/12/09 v1.3 Handle bit-vector datatype (HO)
(/usr/local/texlive/2023/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty
Package: bigintcalc 2019/12/15 v1.5 Expandable calculations on big integers (HO)
))
\Fld@menulength=\count274
\Field@Width=\dimen145
\Fld@charsize=\dimen146
Package hyperref Info: Hyper figures OFF on input line 6051.
Package hyperref Info: Link nesting OFF on input line 6056.
Package hyperref Info: Hyper index ON on input line 6059.
Package hyperref Info: backreferencing OFF on input line 6066.
Package hyperref Info: Link coloring ON on input line 6069.
Package hyperref Info: Link coloring with OCG OFF on input line 6076.
Package hyperref Info: PDF/A mode OFF on input line 6081.
(/usr/local/texlive/2023/texmf-dist/tex/latex/base/atbegshi-ltx.sty
Package: atbegshi-ltx 2021/01/10 v1.0c Emulation of the original atbegshi
package with kernel methods
)
\Hy@abspage=\count275
\c@Item=\count276
\c@Hfootnote=\count277
)
Package hyperref Info: Driver (autodetected): hpdftex.
(/usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/hpdftex.def
File: hpdftex.def 2023-07-08 v7.01b Hyperref driver for pdfTeX
(/usr/local/texlive/2023/texmf-dist/tex/latex/base/atveryend-ltx.sty
Package: atveryend-ltx 2020/08/19 v1.0a Emulation of the original atveryend package
with kernel methods
)
\Fld@listcount=\count278
\c@bookmark@seq@number=\count279
(/usr/local/texlive/2023/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty
Package: rerunfilecheck 2022-07-10 v1.10 Rerun checks for auxiliary files (HO)
(/usr/local/texlive/2023/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty
Package: uniquecounter 2019/12/15 v1.4 Provide unlimited unique counter (HO)
)
Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 285.
)
\Hy@SectionHShift=\skip51
) (/usr/local/texlive/2023/texmf-dist/tex/latex/xcolor/xcolor.sty
Package: xcolor 2022/06/12 v2.14 LaTeX color extensions (UK)
(/usr/local/texlive/2023/texmf-dist/tex/latex/graphics-cfg/color.cfg
File: color.cfg 2016/01/02 v1.6 sample color configuration
)
Package xcolor Info: Driver file: pdftex.def on input line 227.
(/usr/local/texlive/2023/texmf-dist/tex/latex/graphics-def/pdftex.def
File: pdftex.def 2022/09/22 v1.2b Graphics/color driver for pdftex
) (/usr/local/texlive/2023/texmf-dist/tex/latex/graphics/mathcolor.ltx)
Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1353.
Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1357.
Package xcolor Info: Model `RGB' extended on input line 1369.
Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1371.
Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1372.
Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1373.
Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1374.
Package xcolor Info: Model `Gray' substituted by `gray' on input line 1375.
Package xcolor Info: Model `wave' substituted by `hsb' on input line 1376.
) (/usr/local/texlive/2023/texmf-dist/tex/latex/graphics/graphicx.sty
Package: graphicx 2021/09/16 v1.2d Enhanced LaTeX Graphics (DPC,SPQR)
(/usr/local/texlive/2023/texmf-dist/tex/latex/graphics/graphics.sty
Package: graphics 2022/03/10 v1.4e Standard LaTeX Graphics (DPC,SPQR)
(/usr/local/texlive/2023/texmf-dist/tex/latex/graphics/trig.sty
Package: trig 2021/08/11 v1.11 sin cos tan (DPC)
) (/usr/local/texlive/2023/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration
)
Package graphics Info: Driver file: pdftex.def on input line 107.
)
\Gin@req@height=\dimen147
\Gin@req@width=\dimen148
) (/usr/local/texlive/2023/texmf-dist/tex/latex/geometry/geometry.sty
Package: geometry 2020/01/02 v5.9 Page Geometry
(/usr/local/texlive/2023/texmf-dist/tex/generic/iftex/ifvtex.sty
Package: ifvtex 2019/10/25 v1.7 ifvtex legacy package. Use iftex instead.
)
\Gm@cnth=\count280
\Gm@cntv=\count281
\c@Gm@tempcnt=\count282
\Gm@bindingoffset=\dimen149
\Gm@wd@mp=\dimen150
\Gm@odd@mp=\dimen151
\Gm@even@mp=\dimen152
\Gm@layoutwidth=\dimen153
\Gm@layoutheight=\dimen154
\Gm@layouthoffset=\dimen155
\Gm@layoutvoffset=\dimen156
\Gm@dimlist=\toks22
) (/usr/local/texlive/2023/texmf-dist/tex/latex/transparent/transparent.sty
Package: transparent 2022-10-27 v1.5 Transparency with color stacks
(/usr/local/texlive/2023/texmf-dist/tex/latex/transparent/transparent-nometadata.sty
Package: transparent-nometadata 2022-10-27 v1.5 Transparency via pdfTeX's color stack (HO)
)) (/usr/local/texlive/2023/texmf-dist/tex/latex/eso-pic/eso-pic.sty
Package: eso-pic 2023/05/03 v3.0c eso-pic (RN)
\ESO@tempdima=\dimen157
\ESO@tempdimb=\dimen158
)
LaTeX Font Info: Trying to load font information for T1+LinuxLibertineT-TLF on input line 41.
(/usr/local/texlive/2023/texmf-dist/tex/latex/libertine/T1LinuxLibertineT-TLF.fd
File: T1LinuxLibertineT-TLF.fd 2017/03/20 (autoinst) Font definitions for T1/LinuxLibertineT-TLF.
)
LaTeX Font Info: Font shape `T1/LinuxLibertineT-TLF/m/n' will be
(Font) scaled to size 10.95pt on input line 41.
(./output.aux)
\openout1 = `output.aux'.
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 41.
LaTeX Font Info: ... okay on input line 41.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 41.
LaTeX Font Info: ... okay on input line 41.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 41.
LaTeX Font Info: ... okay on input line 41.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 41.
LaTeX Font Info: ... okay on input line 41.
LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 41.
LaTeX Font Info: ... okay on input line 41.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 41.
LaTeX Font Info: ... okay on input line 41.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 41.
LaTeX Font Info: ... okay on input line 41.
LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 41.
LaTeX Font Info: ... okay on input line 41.
LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 41.
LaTeX Font Info: ... okay on input line 41.
\c@mv@tabular=\count283
\c@mv@boldtabular=\count284
LaTeX Info: Redefining \microtypecontext on input line 41.
Package microtype Info: Applying patch `item' on input line 41.
Package microtype Info: Applying patch `toc' on input line 41.
Package microtype Info: Applying patch `eqnum' on input line 41.
Package microtype Info: Applying patch `footnote' on input line 41.
Package microtype Info: Generating PDF output.
Package microtype Info: Character protrusion enabled (level 2).
Package microtype Info: Using default protrusion set `alltext'.
Package microtype Info: Automatic font expansion enabled (level 2),
(microtype) stretch: 20, shrink: 20, step: 1, non-selected.
Package microtype Info: Using default expansion set `alltext-nott'.
LaTeX Info: Redefining \showhyphens on input line 41.
Package microtype Info: No adjustment of tracking.
Package microtype Info: No adjustment of interword spacing.
Package microtype Info: No adjustment of character kerning.
Package microtype Info: Loading generic protrusion settings for font family
(microtype) `LinuxLibertineT-TLF' (encoding: T1).
(microtype) For optimal results, create family-specific settings.
(microtype) See the microtype manual for details.
Package hyperref Info: Link coloring ON on input line 41.
(./output.out) (./output.out)
\@outlinefile=\write3
\openout3 = `output.out'.
(/usr/local/texlive/2023/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
\scratchcounter=\count285
\scratchdimen=\dimen159
\scratchbox=\box53
\nofMPsegments=\count286
\nofMParguments=\count287
\everyMPshowfont=\toks23
\MPscratchCnt=\count288
\MPscratchDim=\dimen160
\MPnumerator=\count289
\makeMPintoPDFobject=\count290
\everyMPtoPDFconversion=\toks24
) (/usr/local/texlive/2023/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf
Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 485.
(/usr/local/texlive/2023/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Live
))
*geometry* driver: auto-detecting
*geometry* detected driver: pdftex
*geometry* verbose mode - [ preamble ] result:
* driver: pdftex
* paper: custom
* layout: <same size as paper>
* layoutoffset:(h,v)=(0.0pt,0.0pt)
* modes:
* h-part:(L,W,R)=(36.135pt, 508.16623pt, 36.135pt)
* v-part:(T,H,B)=(108.405pt, 470.03952pt, 36.135pt)
* \paperwidth=580.43622pt
* \paperheight=614.57951pt
* \textwidth=508.16623pt
* \textheight=470.03952pt
* \oddsidemargin=-36.135pt
* \evensidemargin=-36.135pt
* \topmargin=36.13501pt
* \headheight=0.0pt
* \headsep=0.0pt
* \topskip=11.0pt
* \footskip=0.0pt
* \marginparwidth=0.0pt
* \marginparsep=10.0pt
* \columnsep=72.26999pt
* \skip\footins=0.0pt
* \hoffset=0.0pt
* \voffset=0.0pt
* \mag=1000
* \@twocolumntrue
* \@twosidefalse
* \@mparswitchfalse
* \@reversemarginfalse
* (1in=72.27pt=25.4mm, 1cm=28.453pt)
LaTeX Font Info: Trying to load font information for T1+OldStamper on input line 43.
(myfonts/tex/t1OldStamper.fd
File: t1OldStamper.fd Font definitions for T1/OldStamper.
)
Package microtype Info: Fixing zero \fontdimen 6 for font `T1/OldStamper/m/n/10.95'
(microtype) (new value: 10.95pt) on input line 43.
Package microtype Info: Loading generic protrusion settings for font family
(microtype) `OldStamper' (encoding: T1).
(microtype) For optimal results, create family-specific settings.
(microtype) See the microtype manual for details.
Package microtype Info: Character `A' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `F' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `J' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `K' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `L' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `T' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `V' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `W' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `X' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `Y' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `k' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `r' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `v' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `w' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `x' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `y' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `1' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `4' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `7' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `.' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `,' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `:' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `;' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `!' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `?' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `@' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `~ (= ~)' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `%' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `*' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `+' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `(' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `)' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `/' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `-' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `textendash ' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `textemdash ' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `textquoteleft ' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `textquoteright ' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `textquotedblleft ' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `textquotedblright ' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `AE ' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `_' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `textbackslash ' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `quotesinglbase ' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `quotedblbase ' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `guilsinglleft ' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `guilsinglright ' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `guillemotleft ' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `guillemotright ' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `textexclamdown ' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `textquestiondown ' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `textbraceleft ' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `textbraceright ' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `textless ' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `textgreater ' is missing
(microtype) in font `T1/OldStamper/m/n/10.95'.
(microtype) Ignoring protrusion settings for this character.
Missing character: There is no E in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no a in font OldStamperr8t!
Missing character: There is no m in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no u in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no m in font OldStamperr8t!
Missing character: There is no o in font OldStamperr8t!
Missing character: There is no d in font OldStamperr8t!
Missing character: There is no . in font OldStamperr8t!
Missing character: There is no F in font OldStamperr8t!
Missing character: There is no u in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no c in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no f in font OldStamperr8t!
Missing character: There is no a in font OldStamperr8t!
Missing character: There is no c in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no l in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no l in font OldStamperr8t!
Missing character: There is no a in font OldStamperr8t!
Missing character: There is no c in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no n in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no a in font OldStamperr8t!
Missing character: There is no d in font OldStamperr8t!
Missing character: There is no u in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no . in font OldStamperr8t!
Missing character: There is no S in font OldStamperr8t!
Missing character: There is no u in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no p in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no n in font OldStamperr8t!
Missing character: There is no d in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no p in font OldStamperr8t!
Missing character: There is no o in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no n in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no . in font OldStamperr8t!
Missing character: There is no I in font OldStamperr8t!
Missing character: There is no n in font OldStamperr8t!
Missing character: There is no m in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no r in font OldStamperr8t!
Missing character: There is no a in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no , in font OldStamperr8t!
Missing character: There is no c in font OldStamperr8t!
Missing character: There is no u in font OldStamperr8t!
Missing character: There is no r in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no u in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no d in font OldStamperr8t!
Missing character: There is no , in font OldStamperr8t!
Missing character: There is no n in font OldStamperr8t!
Missing character: There is no o in font OldStamperr8t!
Missing character: There is no n in font OldStamperr8t!
Missing character: There is no u in font OldStamperr8t!
Missing character: There is no m in font OldStamperr8t!
Missing character: There is no m in font OldStamperr8t!
Missing character: There is no y in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no d in font OldStamperr8t!
Missing character: There is no , in font OldStamperr8t!
Missing character: There is no u in font OldStamperr8t!
Missing character: There is no l in font OldStamperr8t!
Missing character: There is no l in font OldStamperr8t!
Missing character: There is no a in font OldStamperr8t!
Missing character: There is no m in font OldStamperr8t!
Missing character: There is no c in font OldStamperr8t!
Missing character: There is no o in font OldStamperr8t!
Missing character: There is no r in font OldStamperr8t!
Missing character: There is no p in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no r in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no g in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no , in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no a in font OldStamperr8t!
Missing character: There is no p in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no n in font OldStamperr8t!
Missing character: There is no . in font OldStamperr8t!
Missing character: There is no P in font OldStamperr8t!
Missing character: There is no r in font OldStamperr8t!
Missing character: There is no a in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no n in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no p in font OldStamperr8t!
Missing character: There is no r in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no u in font OldStamperr8t!
Missing character: There is no m in font OldStamperr8t!
Missing character: There is no , in font OldStamperr8t!
Missing character: There is no m in font OldStamperr8t!
Missing character: There is no a in font OldStamperr8t!
Missing character: There is no g in font OldStamperr8t!
Missing character: There is no n in font OldStamperr8t!
Missing character: There is no a in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no n in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no l in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no f in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no n in font OldStamperr8t!
Missing character: There is no d in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no g in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no a in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no , in font OldStamperr8t!
Missing character: There is no p in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no d in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no p in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no d in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no p in font OldStamperr8t!
Missing character: There is no r in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no u in font OldStamperr8t!
Missing character: There is no m in font OldStamperr8t!
Missing character: There is no l in font OldStamperr8t!
Missing character: There is no o in font OldStamperr8t!
Missing character: There is no r in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no m in font OldStamperr8t!
Missing character: There is no , in font OldStamperr8t!
Missing character: There is no q in font OldStamperr8t!
Missing character: There is no u in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no c in font OldStamperr8t!
Missing character: There is no o in font OldStamperr8t!
Missing character: There is no n in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no c in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no u in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no r in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no o in font OldStamperr8t!
Missing character: There is no r in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no o in font OldStamperr8t!
Missing character: There is no r in font OldStamperr8t!
Missing character: There is no . in font OldStamperr8t!
Missing character: There is no P in font OldStamperr8t!
Missing character: There is no r in font OldStamperr8t!
Missing character: There is no a in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no n in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no p in font OldStamperr8t!
Missing character: There is no r in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no u in font OldStamperr8t!
Missing character: There is no m in font OldStamperr8t!
Missing character: There is no , in font OldStamperr8t!
Missing character: There is no m in font OldStamperr8t!
Missing character: There is no a in font OldStamperr8t!
Missing character: There is no g in font OldStamperr8t!
Missing character: There is no n in font OldStamperr8t!
Missing character: There is no a in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no n in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no l in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no f in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no n in font OldStamperr8t!
Missing character: There is no d in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no g in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no a in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no , in font OldStamperr8t!
Missing character: There is no p in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no d in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no p in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no d in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no p in font OldStamperr8t!
Missing character: There is no r in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no u in font OldStamperr8t!
Missing character: There is no m in font OldStamperr8t!
Missing character: There is no l in font OldStamperr8t!
Missing character: There is no o in font OldStamperr8t!
Missing character: There is no r in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no m in font OldStamperr8t!
Missing character: There is no , in font OldStamperr8t!
Missing character: There is no q in font OldStamperr8t!
Missing character: There is no u in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no c in font OldStamperr8t!
Missing character: There is no o in font OldStamperr8t!
Missing character: There is no n in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no c in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no u in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no r in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no o in font OldStamperr8t!
Missing character: There is no r in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no o in font OldStamperr8t!
Missing character: There is no r in font OldStamperr8t!
Missing character: There is no . in font OldStamperr8t!
Missing character: There is no P in font OldStamperr8t!
Missing character: There is no r in font OldStamperr8t!
Missing character: There is no a in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no n in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no p in font OldStamperr8t!
Missing character: There is no r in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no u in font OldStamperr8t!
Missing character: There is no m in font OldStamperr8t!
Missing character: There is no , in font OldStamperr8t!
Missing character: There is no m in font OldStamperr8t!
Missing character: There is no a in font OldStamperr8t!
Missing character: There is no g in font OldStamperr8t!
Missing character: There is no n in font OldStamperr8t!
Missing character: There is no a in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no n in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no l in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no f in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no n in font OldStamperr8t!
Missing character: There is no d in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no g in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no a in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no , in font OldStamperr8t!
Missing character: There is no p in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no d in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no p in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no d in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no p in font OldStamperr8t!
Missing character: There is no r in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no u in font OldStamperr8t!
Missing character: There is no m in font OldStamperr8t!
Missing character: There is no l in font OldStamperr8t!
Missing character: There is no o in font OldStamperr8t!
Missing character: There is no r in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no m in font OldStamperr8t!
Missing character: There is no , in font OldStamperr8t!
Missing character: There is no q in font OldStamperr8t!
Missing character: There is no u in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no c in font OldStamperr8t!
Missing character: There is no o in font OldStamperr8t!
Missing character: There is no n in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no c in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no u in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no r in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no o in font OldStamperr8t!
Missing character: There is no r in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no o in font OldStamperr8t!
Missing character: There is no r in font OldStamperr8t!
Missing character: There is no . in font OldStamperr8t!
Missing character: There is no P in font OldStamperr8t!
Missing character: There is no r in font OldStamperr8t!
Missing character: There is no a in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no n in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no p in font OldStamperr8t!
Missing character: There is no r in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no u in font OldStamperr8t!
Missing character: There is no m in font OldStamperr8t!
Missing character: There is no , in font OldStamperr8t!
Missing character: There is no m in font OldStamperr8t!
Missing character: There is no a in font OldStamperr8t!
Missing character: There is no g in font OldStamperr8t!
Missing character: There is no n in font OldStamperr8t!
Missing character: There is no a in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no n in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no l in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no f in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no n in font OldStamperr8t!
Missing character: There is no d in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no g in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no a in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no , in font OldStamperr8t!
Missing character: There is no p in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no d in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no p in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no d in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no p in font OldStamperr8t!
Missing character: There is no r in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no u in font OldStamperr8t!
Missing character: There is no m in font OldStamperr8t!
Missing character: There is no l in font OldStamperr8t!
Missing character: There is no o in font OldStamperr8t!
Missing character: There is no r in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no m in font OldStamperr8t!
Missing character: There is no , in font OldStamperr8t!
Missing character: There is no q in font OldStamperr8t!
Missing character: There is no u in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no c in font OldStamperr8t!
Missing character: There is no o in font OldStamperr8t!
Missing character: There is no n in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no c in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no u in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no r in font OldStamperr8t!
Missing character: There is no . in font OldStamperr8t!
Missing character: There is no E in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no a in font OldStamperr8t!
Missing character: There is no m in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no u in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no m in font OldStamperr8t!
Missing character: There is no o in font OldStamperr8t!
Missing character: There is no d in font OldStamperr8t!
Missing character: There is no . in font OldStamperr8t!
Missing character: There is no F in font OldStamperr8t!
Missing character: There is no u in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no c in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no f in font OldStamperr8t!
Missing character: There is no a in font OldStamperr8t!
Missing character: There is no c in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no l in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no l in font OldStamperr8t!
Missing character: There is no a in font OldStamperr8t!
Missing character: There is no c in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no n in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no a in font OldStamperr8t!
Missing character: There is no d in font OldStamperr8t!
Missing character: There is no u in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no . in font OldStamperr8t!
Missing character: There is no S in font OldStamperr8t!
Missing character: There is no u in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no p in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no n in font OldStamperr8t!
Missing character: There is no d in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no p in font OldStamperr8t!
Missing character: There is no o in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no n in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no . in font OldStamperr8t!
Missing character: There is no E in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no a in font OldStamperr8t!
Missing character: There is no m in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no u in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no m in font OldStamperr8t!
Missing character: There is no o in font OldStamperr8t!
Missing character: There is no d in font OldStamperr8t!
Missing character: There is no . in font OldStamperr8t!
Missing character: There is no F in font OldStamperr8t!
Missing character: There is no u in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no c in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no f in font OldStamperr8t!
Missing character: There is no a in font OldStamperr8t!
Missing character: There is no c in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no l in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no l in font OldStamperr8t!
Missing character: There is no a in font OldStamperr8t!
Missing character: There is no c in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no n in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no a in font OldStamperr8t!
Missing character: There is no d in font OldStamperr8t!
Missing character: There is no u in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no . in font OldStamperr8t!
Missing character: There is no S in font OldStamperr8t!
Missing character: There is no u in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no p in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no n in font OldStamperr8t!
Missing character: There is no d in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no p in font OldStamperr8t!
Missing character: There is no o in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no n in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no . in font OldStamperr8t!
Missing character: There is no E in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no a in font OldStamperr8t!
Missing character: There is no m in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no u in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no m in font OldStamperr8t!
Missing character: There is no o in font OldStamperr8t!
Missing character: There is no d in font OldStamperr8t!
Missing character: There is no . in font OldStamperr8t!
Missing character: There is no F in font OldStamperr8t!
Missing character: There is no u in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no c in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no f in font OldStamperr8t!
Missing character: There is no a in font OldStamperr8t!
Missing character: There is no c in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no l in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no l in font OldStamperr8t!
Missing character: There is no a in font OldStamperr8t!
Missing character: There is no c in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no n in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no a in font OldStamperr8t!
Missing character: There is no d in font OldStamperr8t!
Missing character: There is no u in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no . in font OldStamperr8t!
Missing character: There is no S in font OldStamperr8t!
Missing character: There is no u in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no p in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no n in font OldStamperr8t!
Missing character: There is no d in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no s in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no p in font OldStamperr8t!
Missing character: There is no o in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no e in font OldStamperr8t!
Missing character: There is no n in font OldStamperr8t!
Missing character: There is no t in font OldStamperr8t!
Missing character: There is no i in font OldStamperr8t!
Missing character: There is no . in font OldStamperr8t!
[1
] (./output.aux)
***********
LaTeX2e <2023-06-01> patch level 1
L3 programming layer <2023-06-30>
***********
Package rerunfilecheck Info: File `output.out' has not changed.
(rerunfilecheck) Checksum: D41D8CD98F00B204E9800998ECF8427E;0.
)
Here is how much of TeX's memory you used:
13981 strings out of 475237
235076 string characters out of 5764570
1918244 words of memory out of 5000000
35040 multiletter control sequences out of 15000+600000
564321 words of font info for 44 fonts, out of 8000000 for 9000
1141 hyphenation exceptions out of 8191
79i,5n,93p,1001b,477s stack positions out of 10000i,1000n,20000p,200000b,200000s
Output written on output.pdf (1 page, 1210 bytes).
PDF statistics:
13 PDF objects out of 1000 (max. 8388607)
9 compressed objects within 1 object stream
2 named destinations out of 1000 (max. 500000)
4097 words of extra memory for PDF output out of 10000 (max. 10000000)