Fonts & Character Setserror compiling with LuaLaTeX

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
daviddoji
Posts: 13
Joined: Wed Sep 19, 2012 12:18 pm

error compiling with LuaLaTeX

Post by daviddoji »

I have a weird problem when I try to compile an append to my CV with LuaLaTeX. The output says something related with MiriadPro fonts, which are installed on my computer. Actually, I installed them to compile the document few months ago, but now it's not working anymore!

I'm using ArchLinux and I installed those fonts (MiriadPro and MinionPro)

Here is the MWE.

Code: Select all

%% start of file `template.tex'.
%% Copyright 2006-2010 Xavier Danaux (xdanaux@gmail.com).
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License version 1.3c,
% available at http://www.latex-project.org/lppl/.

% Version: 20110122-4

% Compilar con LuaLaTeX sin usar carpeta build
\documentclass[11pt,a4paper,nolmodern]{moderncv}

\usepackage{GoodCV}

\usepackage[english]{babel}
\linespread{1.4}    % change width between lines!!!


% for some reason, lines take up a lot of space in itemize in English...
\newenvironment{tightitemize}
   {\begin{itemize}
   \setlength{\parskip}{0pt}}
   {\end{itemize}}

%----------------------------------------------------------------------------------------
%	NAME AND CONTACT INFORMATION SECTION
%----------------------------------------------------------------------------------------
% See the GoodCV.sty file


% personal data
%\title{PhD in Physical Chemistry}
%\extrainfo{%
%\linkedin~\httplink{www.linkedin.com/in/}}
%\octocat~\httplink{www.github.com/}\\%
%Driving License} % optional, remove the line if not wanted}


%\myquote{Freely you have received, freely give}{Matthew 10:8}


%\nopagenumbers{}  % uncomment to suppress automatic page numbering for CVs longer than one page
%----------------------------------------------------------------------------------
%            content
%----------------------------------------------------------------------------------
\begin{document}

\setmainfont{Minion Pro}
\setsansfont{Myriad Pro}

\hyphenpenalty=10000

\makecvtitle % Print the CV title


\vspace*{-3.0\baselineskip}    % to adjust the space between title and blocks


\section{Publications}

\tldatelabelcventry{2013}{In Preparation}{Assessing fast structure formation processes in isotactic Polypropylene with a combination of nanocalorimetry and \textit{in-situ} nanofocus X-ray diffraction}{\textit{Y. I. Odarchenko, M. Rosenthal, D. Doblas et al.}}{Macro Letters}{}{}

%\tldatelabelcventry{2013}{Submitted}{Thermal transformations of gold glyconanoparticle coffee-ring residues: from superlattice rafts to gold nanocrystallites}{\textit{C. Riekel, E. Di Cola, M. Reynolds, M. Burghammer, M. Rosenthal, D. Doblas, D. A. Ivanov}}{Langmuir}{}{}

\tldatecventry{2014}{Thermal transformations of gold glyconanoparticle coffee-ring residues: from superlattice rafts to gold nanocrystallites}{\textit{C. Riekel, E. Di Cola, M. Reynolds, M. Burghammer, M. Rosenthal, D. Doblas, D. A. Ivanov}}{Langmuir}{2015, \textit{31} (1), 529--534}{}

\tldatecventry{2014}{Primary chemical sequence ultimately determines crystal thickness in segmented all-aliphatic copolymers}{\textit{Y. I. Odarchenko, D. V. Anokhin, D. Doblas et al.}}{Macromolecules}{2014, \textit{47} (22), 7890--7899}{}

\tldatecventry{2013}{High-resolution thermal imaging with a
combination of nano-focus X-ray diffraction
and ultra-fast chip calorimetry}{\textit{M. Rosenthal, D. Doblas et al.}}{Journal of Synchrotron Radiation}{2014, \textbf{21}, 223--228}{}


%----------------------------------------------------------------------------------------
%	COMMUNICATION SKILLS SECTION
%----------------------------------------------------------------------------------------

\section{Communication Skills}

\tldatecventry{2014}{\href{http://www.isl.eu/images/news/Budding_Science_Colloquium_2014.pdf}{\emph{Oral presentation at the $3^{rd}$ Budding Science Colloquium at ISL}}}{Saint-Louis}{France}{}{}

\tldatecventry{2014}{\href{http://www.estac11.fi/conferenceprogramme.html}{\emph{Oral presentation at the $11^{th}$ European Symposium on Thermal Analysis and Calorimetry}}}{Espoo}{Finland}{}{}

\tldatecventry{2014}{Poster at the $4^{th}$ Soft Materials Under External Constraints Annual Summer School}{Mittelwihr}{France}{}{}

\tldatecventry{2014}{\emph{Poster at the $10^{th}$ Journ\'ee Envol Recherche of the Foundation Airbus Group}}{Paris}{France}{}{}

\tldatecventry{2013}{\href{http://http://www.isl.eu/images/news/2nd_Budding_Science_Colloquium_2013.pdf}{\emph{Oral presentation at the $2^{nd}$ Budding Science Colloquium at ISL}}}{Saint-Louis}{France}{}{}

\tldatecventry{2013}{\emph{Poster at the $9^{th}$ Journ\'ee Envol Recherche of the EADS Foundation}}{Paris}{France}{}{}

\tldatecventry{2012}{\emph{Poster at the $7^{th}$ Meeting of the National Group of Solid State Physics of the Royal Physical Society of Spain}}{Seville}{Spain}{}{}


%----------------------------------------------------------------------------------------
%	EXTRA EDUCATION & COURSES SECTION
%----------------------------------------------------------------------------------------

\section{Courses}

\tldatecventry{2014}{Python for Scientists and Engineers}{Python Academy}{Leipzig}{Germany}{}

\tldatecventry{2013}{An Introduction to Interactive Programming in Python}{Coursera}{MOOC}{}{}

\end{document}

Code: Select all

\ProvidesPackage{GoodCV}
%\RequirePackage[pdftex]{hyperref}
\RequirePackage{metalogo}

% moderncv themes
%\moderncvtheme[orange]{classic} % optional argument are 'blue' (default), 'orange', 'red', 'green', 'grey' and 'roman' (for roman fonts, instead of sans serif fonts)
\moderncvtheme[orange]{casual}   % idem

% character encoding
%\usepackage[utf8]{inputenc}

% adjust the page margins
%\usepackage[scale=0.8]{geometry}
\usepackage[top=1.5cm, bottom=2cm, left=2cm, right=2cm]{geometry}

\usepackage{ifxetex,ifluatex}
\newif\ifxetexorluatex
\ifxetex
  \xetexorluatextrue
\else
  \ifluatex
    \xetexorluatextrue
  \else
    \xetexorluatexfalse
  \fi
\fi

\ifxetexorluatex
\usepackage{fontspec}
\defaultfontfeatures{Ligatures=TeX}
\newfontfamily{\githubfont}{Octicons}
\newfontfamily{\linkedinfont}{Myriad Pro}
\else
\newcommand\githubfont{}
\newcommand\linkedinfont{}
\fi

\usepackage{microtype}

\newcommand\octocat{{\githubfont\char"F209}}
\newcommand\linkedin{%
\scalebox{0.9}{%
\begin{tikzpicture}[baseline]%
\node[fill=color2,rounded corners=2pt,anchor=base] {%
\linkedinfont\bfseries\upshape\color{white}{in}%
};%
\end{tikzpicture}}}

% personal data
\firstname{}
\familyname{CV Append}
\address{John Doe}
%\mobile{}
%\phone{}
%\fax{fax (optional)}   % optional, remove the line if not wanted
\email{johndoe@gmail.com}
%\homepage{http://www.google.com}
%\href{www.linkedin.com/in/daviddoji}
%\extrainfo{\octocat~\url{http://github.com/}}

%\photo[64pt]{identity}


\AtBeginDocument{\renewcommand{\labelitemi}{--}}

\usepackage[firstyear=2012,lastyear=2015]{moderntimeline}
%\tlmaxdates{1999}{2012}
\tlwidth{0.3ex}


% Proper alignment
\usepackage[originalcommands]{ragged2e}
\renewcommand*{\cvcomputer}[4]{%
  \cvdoubleitem{#1}{\small\raggedleft#2}{#3}{\small\raggedleft#4}}
  

% Not all fonts have an sl shape
\renewcommand*{\cventry}[6]{%
  \cvline{#1}{%
    {\bfseries#2}%
    \ifx#3\else{, {\itshape#3}}\fi%
    \ifx#4\else{, #4}\fi%
    \ifx#5\else{, #5}\fi%
    .%
    \ifx#6\else{\newline{}\begin{minipage}[t]{\linewidth}\small#6\end{minipage}}\fi
    }}%


% Refine quote 
\newcommand*{\myquote}[2]{%
   \quote{\itshape #1 \\ \scshape \footnotesize #2}}

% Hobbies
\newcommand*{\cvhobby}[2]{\cvline{#1}{\small #2}}


% Developer/Contributor footnotes
\usepackage[bottom,norule,symbol*]{footmisc}
\newcommand*{\devnotes}[2]{%
\vfill
\footnotetext[1]{#1}
\footnotetext[2]{#2}
}

\newcommand*{\developer}{\footnotemark[1]}
\newcommand*{\contributor}{\footnotemark[2]}
This is the output error:

Code: Select all

LOG FILE :
This is LuaTeX, Version beta-0.79.1 (TeX Live 2014/Arch Linux) (rev 4971) (format=lualatex 2015.3.4) 9 MAR 2015 19:23
restricted \write18 enabled.
**DavidDoblas_CVAppend_en.tex
(./DavidDoblas_CVAppend_en.tex
LaTeX2e <2014/05/01>
Babel <3.9k> and hyphenation patterns for 79 languages loaded.
(/usr/share/texmf-dist/tex/latex/moderncv/moderncv.cls
Document Class: moderncv 2013/04/29 v1.5.1 modern curriculum vitae and letter do
cument class
(/usr/share/texmf-dist/tex/latex/base/size11.clo
File: size11.clo 2007/10/19 v1.4h Standard LaTeX file (size option)
)
(/usr/share/texmf-dist/tex/latex/etoolbox/etoolbox.sty
Package: etoolbox 2011/01/03 v2.1 e-TeX tools for LaTeX
(/usr/share/texmf-dist/tex/latex/etex-pkg/etex.sty
Package: etex 1998/03/26 v2.0 eTeX basic definition package (PEB)
\et@xins=\count79
)
\etb@tempcnta=\count80
)
(/usr/share/texmf-dist/tex/latex/base/ifthen.sty
Package: ifthen 2001/05/26 v1.1c Standard LaTeX ifthen package (DPC)
)
(/usr/share/texmf-dist/tex/latex/xcolor/xcolor.sty
Package: xcolor 2007/01/21 v2.11 LaTeX color extensions (UK)
(/usr/share/texmf-dist/tex/latex/latexconfig/color.cfg
File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive
)
Package xcolor Info: Driver file: pdftex.def on input line 225.
(/usr/share/texmf-dist/tex/latex/pdftex-def/pdftex.def
File: pdftex.def 2011/05/27 v0.06d Graphics/color for pdfTeX
(/usr/share/texmf-dist/tex/generic/oberdiek/infwarerr.sty
Package: infwarerr 2010/04/08 v1.3 Providing info/warning/error messages (HO)
)
(/usr/share/texmf-dist/tex/generic/oberdiek/ltxcmds.sty
Package: ltxcmds 2011/11/09 v1.22 LaTeX kernel commands for general use (HO)
)
(/usr/share/texmf-dist/tex/generic/oberdiek/pdftexcmds.sty
Package: pdftexcmds 2011/11/29 v0.20 Utility functions of pdfTeX for LuaTeX (HO)
(/usr/share/texmf-dist/tex/generic/oberdiek/ifluatex.sty
Package: ifluatex 2010/03/01 v1.3 Provides the ifluatex switch (HO)
Package ifluatex Info: LuaTeX detected.
)
(/usr/share/texmf-dist/tex/generic/oberdiek/ifpdf.sty
Package: ifpdf 2011/01/30 v2.3 Provides the ifpdf switch (HO)
Package ifpdf Info: pdfTeX in PDF mode is detected.
)
Package pdftexcmds Info: \pdf@primitive is available.
Package pdftexcmds Info: \pdf@ifprimitive is available.
Package pdftexcmds Info: \pdfdraftmode found.
(/usr/share/texmf-dist/tex/generic/oberdiek/luatex-loader.sty
Package: luatex-loader 2010/03/09 v0.4 Lua module loader (HO)
(/usr/share/texmf-dist/scripts/oberdiek/oberdiek.luatex.lua))
\pdftexcmds@toks=\toks14
)
\Gread@gobject=\count81
)
Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1337.
Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1341.
Package xcolor Info: Model `RGB' extended on input line 1353.
Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1355.
Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1356.
Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1357.
Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1358.
Package xcolor Info: Model `Gray' substituted by `gray' on input line 1359.
Package xcolor Info: Model `wave' substituted by `hsb' on input line 1360.
)
(/usr/share/texmf-dist/tex/generic/ifxetex/ifxetex.sty
Package: ifxetex 2010/09/12 v0.6 Provides ifxetex conditional
)
(/usr/share/texmf-dist/tex/latex/base/fontenc.sty
Package: fontenc 2005/09/27 v1.99g Standard LaTeX package
(/usr/share/texmf-dist/tex/latex/base/t1enc.def
File: t1enc.def 2005/09/27 v1.99g Standard LaTeX file
LaTeX Font Info: Redeclaring font encoding T1 on input line 43.
))
(/usr/share/texmf-dist/tex/latex/lm/lmodern.sty
Package: lmodern 2009/10/30 v1.6 Latin Modern Fonts
LaTeX Font Info: Overwriting symbol font `operators' in version `normal'
(Font) OT1/cmr/m/n --> OT1/lmr/m/n on input line 22.
LaTeX Font Info: Overwriting symbol font `letters' in version `normal'
(Font) OML/cmm/m/it --> OML/lmm/m/it on input line 23.
LaTeX Font Info: Overwriting symbol font `symbols' in version `normal'
(Font) OMS/cmsy/m/n --> OMS/lmsy/m/n on input line 24.
LaTeX Font Info: Overwriting symbol font `largesymbols' in version `normal'
(Font) OMX/cmex/m/n --> OMX/lmex/m/n on input line 25.
LaTeX Font Info: Overwriting symbol font `operators' in version `bold'
(Font) OT1/cmr/bx/n --> OT1/lmr/bx/n on input line 26.
LaTeX Font Info: Overwriting symbol font `letters' in version `bold'
(Font) OML/cmm/b/it --> OML/lmm/b/it on input line 27.
LaTeX Font Info: Overwriting symbol font `symbols' in version `bold'
(Font) OMS/cmsy/b/n --> OMS/lmsy/b/n on input line 28.
LaTeX Font Info: Overwriting symbol font `largesymbols' in version `bold'
(Font) OMX/cmex/m/n --> OMX/lmex/m/n on input line 29.
LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `normal'
(Font) OT1/cmr/bx/n --> OT1/lmr/bx/n on input line 31.
LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `normal'
(Font) OT1/cmss/m/n --> OT1/lmss/m/n on input line 32.
LaTeX Font Info: Overwriting math alphabet `\mathit' in version `normal'
(Font) OT1/cmr/m/it --> OT1/lmr/m/it on input line 33.
LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `normal'
(Font) OT1/cmtt/m/n --> OT1/lmtt/m/n on input line 34.
LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `bold'
(Font) OT1/cmr/bx/n --> OT1/lmr/bx/n on input line 35.
LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold'
(Font) OT1/cmss/bx/n --> OT1/lmss/bx/n on input line 36.
LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold'
(Font) OT1/cmr/bx/it --> OT1/lmr/bx/it on input line 37.
LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold'
(Font) OT1/cmtt/m/n --> OT1/lmtt/m/n on input line 38.
)
(/usr/share/texmf-dist/tex/latex/url/url.sty
\Urlmuskip=\muskip10
Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc.
)
(/usr/share/texmf-dist/tex/latex/graphics/graphicx.sty
Package: graphicx 2014/04/25 v1.0g Enhanced LaTeX Graphics (DPC,SPQR)
(/usr/share/texmf-dist/tex/latex/graphics/keyval.sty
Package: keyval 2014/05/08 v1.15 key=value parser (DPC)
\KV@toks@=\toks15
)
(/usr/share/texmf-dist/tex/latex/graphics/graphics.sty
Package: graphics 2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR)
(/usr/share/texmf-dist/tex/latex/graphics/trig.sty
Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
)
(/usr/share/texmf-dist/tex/latex/latexconfig/graphics.cfg
File: graphics.cfg 2010/04/23 v1.9 graphics configuration of TeX Live
)
Package graphics Info: Driver file: pdftex.def on input line 91.
)
\Gin@req@height=\dimen102
\Gin@req@width=\dimen103
)
(/usr/share/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty
\fancy@headwidth=\skip41
\f@ncyO@elh=\skip42
\f@ncyO@erh=\skip43
\f@ncyO@olh=\skip44
\f@ncyO@orh=\skip45
\f@ncyO@elf=\skip46
\f@ncyO@erf=\skip47
\f@ncyO@olf=\skip48
\f@ncyO@orf=\skip49
)
(/usr/share/texmf-dist/tex/latex/moderncv/tweaklist.sty)
(/usr/share/texmf-dist/tex/latex/tools/calc.sty
Package: calc 2007/08/22 v4.3 Infix arithmetic (KKT,FJ)
\calc@Acount=\count82
\calc@Bcount=\count83
\calc@Adimen=\dimen104
\calc@Bdimen=\dimen105
\calc@Askip=\skip50
\calc@Bskip=\skip51
LaTeX Info: Redefining \setlength on input line 75.
LaTeX Info: Redefining \addtolength on input line 76.
\calc@Ccount=\count84
\calc@Cskip=\skip52
)
(/usr/share/texmf-dist/tex/latex/l3packages/xparse/xparse.sty
(/usr/share/texmf-dist/tex/latex/l3kernel/expl3.sty
Package: expl3 2014/07/20 v5241 L3 programming layer (loader)
(/usr/share/texmf-dist/tex/latex/l3kernel/expl3-code.tex
Package: expl3 2014/07/20 v5241 L3 programming layer (code)
L3 Module: l3bootstrap 2014/05/26 v4889 L3 Bootstrap code
L3 Module: l3names 2014/06/02 v4993 L3 Namespace for primitives
L3 Module: l3basics 2014/07/09 v5187 L3 Basic definitions
L3 Module: l3expan 2014/06/16 v5146 L3 Argument expansion
L3 Module: l3tl 2014/07/17 v5214 L3 Token lists
L3 Module: l3str 2014/06/19 v5158 L3 Strings
L3 Module: l3seq 2014/07/18 v5232 L3 Sequences and stacks
L3 Module: l3int 2014/07/11 v5197 L3 Integers
\c_max_int=\count85
\l_tmpa_int=\count86
\l_tmpb_int=\count87
\g_tmpa_int=\count88
\g_tmpb_int=\count89
L3 Module: l3quark 2014/05/26 v4889 L3 Quarks
L3 Module: l3prg 2014/05/04 v4728 L3 Control structures
\g__prg_map_int=\count90
L3 Module: l3clist 2014/07/19 v5237 L3 Comma separated lists
L3 Module: l3token 2014/05/26 v4889 L3 Experimental token manipulation
L3 Module: l3prop 2014/07/17 v5215 L3 Property lists
L3 Module: l3msg 2014/05/30 v4943 L3 Messages
L3 Module: l3file 2014/07/09 v5188 L3 File and I/O operations
\l_iow_line_count_int=\count91
\l__iow_target_count_int=\count92
\l__iow_current_line_int=\count93
\l__iow_current_word_int=\count94
\l__iow_current_indentation_int=\count95
L3 Module: l3skip 2014/07/17 v5211 L3 Dimensions and skips
\c_zero_dim=\dimen106
\c_max_dim=\dimen107
\l_tmpa_dim=\dimen108
\l_tmpb_dim=\dimen109
\g_tmpa_dim=\dimen110
\g_tmpb_dim=\dimen111
\c_zero_skip=\skip53
\c_max_skip=\skip54
\l_tmpa_skip=\skip55
\l_tmpb_skip=\skip56
\g_tmpa_skip=\skip57
\g_tmpb_skip=\skip58
\c_zero_muskip=\muskip11
\c_max_muskip=\muskip12
\l_tmpa_muskip=\muskip13
\l_tmpb_muskip=\muskip14
\g_tmpa_muskip=\muskip15
\g_tmpb_muskip=\muskip16
L3 Module: l3keys 2014/06/12 v5121 L3 Key-value interfaces
\g__keyval_level_int=\count96
\l_keys_choice_int=\count97
L3 Module: l3fp 2014/07/18 v5223 L3 Floating points
\c__fp_leading_shift_int=\count98
\c__fp_middle_shift_int=\count99
\c__fp_trailing_shift_int=\count100
\c__fp_big_leading_shift_int=\count101
\c__fp_big_middle_shift_int=\count102
\c__fp_big_trailing_shift_int=\count103
\c__fp_Bigg_leading_shift_int=\count104
\c__fp_Bigg_middle_shift_int=\count105
\c__fp_Bigg_trailing_shift_int=\count106
L3 Module: l3box 2014/05/31 v4974 L3 Experimental boxes
\c_empty_box=\box26
\l_tmpa_box=\box27
\l_tmpb_box=\box28
\g_tmpa_box=\box29
\g_tmpb_box=\box30
L3 Module: l3coffins 2014/05/28 v4899 L3 Coffin code layer
\l__coffin_internal_box=\box31
\l__coffin_internal_dim=\dimen112
\l__coffin_offset_x_dim=\dimen113
\l__coffin_offset_y_dim=\dimen114
\l__coffin_x_dim=\dimen115
\l__coffin_y_dim=\dimen116
\l__coffin_x_prime_dim=\dimen117
\l__coffin_y_prime_dim=\dimen118
\c_empty_coffin=\box32
\l__coffin_aligned_coffin=\box33
\l__coffin_aligned_internal_coffin=\box34
\l_tmpa_coffin=\box35
\l_tmpb_coffin=\box36
\l__coffin_display_coffin=\box37
\l__coffin_display_coord_coffin=\box38
\l__coffin_display_pole_coffin=\box39
\l__coffin_display_offset_dim=\dimen119
\l__coffin_display_x_dim=\dimen120
\l__coffin_display_y_dim=\dimen121
L3 Module: l3color 2014/04/30 v4712 L3 Experimental color support
L3 Module: l3candidates 2014/07/18 v5232 L3 Experimental additions to l3kernel
\l__box_top_dim=\dimen122
\l__box_bottom_dim=\dimen123
\l__box_left_dim=\dimen124
\l__box_right_dim=\dimen125
\l__box_top_new_dim=\dimen126
\l__box_bottom_new_dim=\dimen127
\l__box_left_new_dim=\dimen128
\l__box_right_new_dim=\dimen129
\l__box_internal_box=\box40
\l__coffin_bounding_shift_dim=\dimen130
\l__coffin_left_corner_dim=\dimen131
\l__coffin_right_corner_dim=\dimen132
\l__coffin_bottom_corner_dim=\dimen133
\l__coffin_top_corner_dim=\dimen134
\l__coffin_scaled_total_height_dim=\dimen135
\l__coffin_scaled_width_dim=\dimen136
)
(/usr/share/texmf-dist/tex/latex/l3kernel/l3unicode-data.def
File: l3unicode-data.def 2014/06/30 v5166 L3 Unicode data
)
(/usr/share/texmf-dist/tex/latex/l3kernel/l3pdfmode.def
File: l3pdfmode.def 2014/07/18 v5232 L3 Experimental driver: PDF mode
\l__driver_color_stack_int=\count107
))
Package: xparse 2014/07/20 v5241 L3 Experimental document command parser
\l__xparse_current_arg_int=\count108
\l__xparse_m_args_int=\count109
\l__xparse_mandatory_args_int=\count110
\l__xparse_processor_int=\count111
\l__xparse_v_nesting_int=\count112
)
(/usr/share/texmf-dist/tex/latex/microtype/microtype.sty
Package: microtype 2013/05/23 v2.5a Micro-typographical refinements (RS)
\MT@toks=\toks16
\MT@count=\count113
LaTeX Info: Redefining \textls on input line 766.
\MT@outer@kern=\dimen137
LaTeX Info: Redefining \textmicrotypecontext on input line 1285.
\MT@listname@count=\count114
(/usr/share/texmf-dist/tex/latex/microtype/microtype-luatex.def
File: microtype-luatex.def 2013/05/23 v2.5a Definitions specific to luatex (RS)
(/usr/share/texmf-dist/tex/luatex/luatexbase/luatexbase.sty
Package: luatexbase 2013/05/11 v0.6 Resource management for the LuaTeX macro pro
grammer
(/usr/share/texmf-dist/tex/generic/oberdiek/luatex.sty
Package: luatex 2010/03/09 v0.4 LuaTeX basic definition package (HO)
\LuT@AllocAttribute=\count277
\LuT@AllocCatcodeTable=\count278
\CatcodeTableStack=\count279
\CatcodeTableIniTeX=\catcodetable1
\CatcodeTableString=\catcodetable3
\CatcodeTableOther=\catcodetable5
\CatcodeTableLaTeX=\catcodetable7
)
(/usr/share/texmf-dist/tex/luatex/luatexbase/luatexbase-compat.sty
Package: luatexbase-compat 2011/05/24 v0.4 Compatibility tools for LuaTeX
)
(/usr/share/texmf-dist/tex/luatex/luatexbase/luatexbase-modutils.sty
Package: luatexbase-modutils 2013/05/11 v0.6 Module utilities for LuaTeX
(/usr/share/texmf-dist/tex/luatex/luatexbase/luatexbase-loader.sty
Package: luatexbase-loader 2013/05/11 v0.6 Lua module loader for LuaTeX
(/usr/share/texmf-dist/tex/luatex/luatexbase/luatexbase.loader.lua))
(/usr/share/texmf-dist/tex/luatex/luatexbase/modutils.lua)
Lua module: luatexbase-modutils 2013/05/11 0.6 Module utilities for LuaTeX
)
(/usr/share/texmf-dist/tex/luatex/luatexbase/luatexbase-regs.sty
Package: luatexbase-regs 2011/05/24 v0.4 Registers allocation for LuaTeX
)
(/usr/share/texmf-dist/tex/luatex/luatexbase/luatexbase-attr.sty
Package: luatexbase-attr 2013/05/11 v0.6 Attributes allocation for LuaTeX
(/usr/share/texmf-dist/tex/luatex/luatexbase/attr.lua)
Lua module: luatexbase-attr 2013/05/11 0.6 Attributes allocation for LuaTeX
\lltxb@attr@unsetvalue=\count280
)
(/usr/share/texmf-dist/tex/luatex/luatexbase/luatexbase-cctb.sty
Package: luatexbase-cctb 2013/05/11 v0.6 Catcodetable allocation for LuaTeX
(/usr/share/texmf-dist/tex/luatex/luatexbase/cctb.lua)
Lua module: luatexbase-cctb 2013/05/11 0.6 Catcodetable allocation for LuaTeX
\lltxb@catcodetable@alloc=\count281
\CatcodeTableStack=\count282
\CatcodeTableIniTeX=\luatexcatcodetable1
\CatcodeTableString=\luatexcatcodetable3
\CatcodeTableOther=\luatexcatcodetable5
\CatcodeTableLaTeX=\luatexcatcodetable7
\CatcodeTableLaTeXAtLetter=\luatexcatcodetable9
\CatcodeTableExpl=\luatexcatcodetable11
)
(/usr/share/texmf-dist/tex/luatex/luatexbase/luatexbase-mcb.sty
Package: luatexbase-mcb 2013/05/11 v0.6 Callback management for LuaTeX
(/usr/share/texmf-dist/tex/luatex/luatexbase/mcb.lua)
Lua module: luatexbase-mcb 2013/05/11 0.6 register several functions in a callba
ck
))
(/usr/share/texmf-dist/tex/latex/microtype/microtype.lua)
Lua module: microtype 2013/05/15 2.5 microtype module.
LaTeX Info: Redefining \lsstyle on input line 644.
LaTeX Info: Redefining \lslig on input line 644.
\MT@outer@space=\skip256
)
Package microtype Info: Loading configuration file microtype.cfg.
(/usr/share/texmf-dist/tex/latex/microtype/microtype.cfg
File: microtype.cfg 2013/05/23 v2.5a microtype main configuration file (RS)
))
(/usr/share/texmf-dist/tex/latex/moderncv/moderncvcollection.sty
Package: moderncvcollection 2013/04/29 v1.5.1 moderncv collections
\c@collection@iterator=\count283
)
(/usr/share/texmf-dist/tex/latex/moderncv/moderncvcompatibility.sty
Package: moderncvcompatibility 2013/04/29 v1.5.1 modern curriculum vitae and let
ter compatibility patches
)
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \address with arg. spec. 'mG{}G{}' on line 234.
.................................................
\c@collection@phones@count=\count284
\c@collection@socials@count=\count285
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \social with arg. spec. 'O{}O{}m' on line 261.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \photo with arg. spec. 'O{64pt}O{0.4pt}m' on line
. 343.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \section with arg. spec. 'sm' on line 389.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \subsection with arg. spec. 'sm' on line 393.
.................................................
\c@cvcolumnscounter=\count286
\c@cvcolumnsautowidthcounter=\count287
\c@tmpiteratorcounter=\count288
\cvcolumnsdummywidth=\skip257
\cvcolumnswidth=\skip258
\cvcolumnsautowidth=\skip259
\cvcolumnautowidth=\skip260
\bibindent=\skip261
)
(./GoodCV.sty
Package: GoodCV
(/usr/share/texmf-dist/tex/latex/metalogo/metalogo.sty
Package: metalogo 2010/05/29 v0.12 Extended TeX logo macros
\xl@everylogo=\toks17
\xl@@everylogo=\toks18
LaTeX Info: Redefining \TeX on input line 193.
LaTeX Info: Redefining \LaTeX on input line 202.
LaTeX Info: Redefining \LaTeXe on input line 219.
)
(/usr/share/texmf-dist/tex/latex/moderncv/moderncvcolororange.sty
Package: moderncvcolororange 2013/04/29 v1.5.1 modern curriculum vitae and lette
r color scheme: orange
)
(/usr/share/texmf-dist/tex/latex/moderncv/moderncvstylecasual.sty
Package: moderncvstylecasual 2013/04/29 v1.5.1 modern curriculum vitae and lette
r style scheme: casual
(/usr/share/texmf-dist/tex/latex/moderncv/moderncvstyleclassic.sty
Package: moderncvstyleclassic 2013/04/29 v1.5.1 modern curriculum vitae and lett
er style scheme: classic
(/usr/share/texmf-dist/tex/latex/moderncv/moderncviconsmarvosym.sty
Package: moderncviconsmarvosym 2013/04/29 v1.5.1 modern curriculum vitae and let
ter icons: marvosym
(/usr/share/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty
(/usr/share/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty
(/usr/share/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty
(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex
\pgfutil@everybye=\toks19
\pgfutil@tempdima=\dimen256
\pgfutil@tempdimb=\dimen257
(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-common-lists.tex))
(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def
\pgfutil@abb=\box256
(/usr/share/texmf-dist/tex/latex/ms/everyshi.sty
Package: everyshi 2001/05/15 v3.00 EveryShipout Package (MS)
))
(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex
Package: pgfrcs 2013/12/20 v3.0.0 (rcs-revision 1.28)
))
Package: pgf 2013/12/18 v3.0.0 (rcs-revision 1.14)
(/usr/share/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty
(/usr/share/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty
(/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex
Package: pgfsys 2013/11/30 v3.0.0 (rcs-revision 1.47)
(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex
\pgfkeys@pathtoks=\toks20
\pgfkeys@temptoks=\toks21
(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex
\pgfkeys@tmptoks=\toks22
))
\pgf@x=\dimen258
\pgf@y=\dimen259
\pgf@xa=\dimen260
\pgf@ya=\dimen261
\pgf@xb=\dimen262
\pgf@yb=\dimen263
\pgf@xc=\dimen264
\pgf@yc=\dimen265
\w@pgf@writea=\write3
\r@pgf@reada=\read1
\c@pgf@counta=\count289
\c@pgf@countb=\count290
\c@pgf@countc=\count291
\c@pgf@countd=\count292
\t@pgf@toka=\toks23
\t@pgf@tokb=\toks24
\t@pgf@tokc=\toks25
(/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg
File: pgf.cfg 2008/05/14 (rcs-revision 1.7)
)
Driver file for pgf: pgfsys-pdftex.def
(/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-pdftex.def
File: pgfsys-pdftex.def 2013/07/18 (rcs-revision 1.33)
(/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def
File: pgfsys-common-pdf.def 2013/10/10 (rcs-revision 1.13)
)))
(/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex
File: pgfsyssoftpath.code.tex 2013/09/09 (rcs-revision 1.9)
\pgfsyssoftpath@smallbuffer@items=\count293
\pgfsyssoftpath@bigbuffer@items=\count294
)
(/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex
File: pgfsysprotocol.code.tex 2006/10/16 (rcs-revision 1.4)
))
(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex
Package: pgfcore 2010/04/11 v3.0.0 (rcs-revision 1.7)
(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex
(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex
(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex)
(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex
\pgfmath@dimen=\dimen266
\pgfmath@count=\count295
\pgfmath@box=\box257
\pgfmath@toks=\toks26
\pgfmath@stack@operand=\toks27
\pgfmath@stack@operation=\toks28
)
(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex
(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex)
(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code
.tex)
(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.code.tex)
(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison.code.te
x) (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code.tex)
(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code.tex)
(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex)
(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerarithmetics
.code.tex))) (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex
\c@pgfmathroundto@lastzeros=\count296
)) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex
File: pgfcorepoints.code.tex 2013/10/07 (rcs-revision 1.27)
\pgf@picminx=\dimen267
\pgf@picmaxx=\dimen268
\pgf@picminy=\dimen269
\pgf@picmaxy=\dimen270
\pgf@pathminx=\dimen271
\pgf@pathmaxx=\dimen272
\pgf@pathminy=\dimen273
\pgf@pathmaxy=\dimen274
\pgf@xx=\dimen275
\pgf@xy=\dimen276
\pgf@yx=\dimen277
\pgf@yy=\dimen278
\pgf@zx=\dimen279
\pgf@zy=\dimen280
)
(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex
File: pgfcorepathconstruct.code.tex 2013/10/07 (rcs-revision 1.29)
\pgf@path@lastx=\dimen281
\pgf@path@lasty=\dimen282
) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex
File: pgfcorepathusage.code.tex 2013/12/13 (rcs-revision 1.23)
\pgf@shorten@end@additional=\dimen283
\pgf@shorten@start@additional=\dimen284
)
(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex
File: pgfcorescopes.code.tex 2013/10/09 (rcs-revision 1.44)
\pgfpic=\box258
\pgf@hbox=\box259
\pgf@layerbox@main=\box260
\pgf@picture@serial@count=\count297
)
(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex
File: pgfcoregraphicstate.code.tex 2013/09/19 (rcs-revision 1.11)
\pgflinewidth=\dimen285
)
(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformations.code.t
ex
File: pgfcoretransformations.code.tex 2013/10/10 (rcs-revision 1.17)
\pgf@pt@x=\dimen286
\pgf@pt@y=\dimen287
\pgf@pt@temp=\dimen288
) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex
File: pgfcorequick.code.tex 2008/10/09 (rcs-revision 1.3)
)
(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex
File: pgfcoreobjects.code.tex 2006/10/11 (rcs-revision 1.2)
)
(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.te
x
File: pgfcorepathprocessing.code.tex 2013/09/09 (rcs-revision 1.9)
) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex
File: pgfcorearrows.code.tex 2013/11/07 (rcs-revision 1.40)
\pgfarrowsep=\dimen289
)
(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex
File: pgfcoreshade.code.tex 2013/07/15 (rcs-revision 1.15)
\pgf@max=\dimen290
\pgf@sys@shading@range@num=\count298
)
(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex
File: pgfcoreimage.code.tex 2013/07/15 (rcs-revision 1.18)
(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex
File: pgfcoreexternal.code.tex 2013/07/15 (rcs-revision 1.20)
\pgfexternal@startupbox=\box261
))
(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex
File: pgfcorelayers.code.tex 2013/07/18 (rcs-revision 1.7)
)
(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex
File: pgfcoretransparency.code.tex 2013/09/30 (rcs-revision 1.5)
)
(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex
File: pgfcorepatterns.code.tex 2013/11/07 (rcs-revision 1.5)
)))
(/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex
File: pgfmoduleshapes.code.tex 2013/10/31 (rcs-revision 1.34)
\pgfnodeparttextbox=\box262
)
(/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex
File: pgfmoduleplot.code.tex 2013/07/31 (rcs-revision 1.12)
)
(/usr/share/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty
Package: pgfcomp-version-0-65 2007/07/03 v3.0.0 (rcs-revision 1.7)
\pgf@nodesepstart=\dimen291
\pgf@nodesepend=\dimen292
)
(/usr/share/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty
Package: pgfcomp-version-1-18 2007/07/23 v3.0.0 (rcs-revision 1.1)
))
(/usr/share/texmf-dist/tex/latex/pgf/utilities/pgffor.sty
(/usr/share/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty
(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex))
(/usr/share/texmf-dist/tex/latex/pgf/math/pgfmath.sty
(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex))
(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex
Package: pgffor 2013/12/13 v3.0.0 (rcs-revision 1.25)
(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex)
\pgffor@iter=\dimen293
\pgffor@skip=\dimen294
\pgffor@stack=\toks29
\pgffor@toks=\toks30
))
(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex
Package: tikz 2013/12/13 v3.0.0 (rcs-revision 1.142)
(/usr/share/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers.code.te
x
File: pgflibraryplothandlers.code.tex 2013/08/31 v3.0.0 (rcs-revision 1.20)
\pgf@plot@mark@count=\count299
\pgfplotmarksize=\dimen295
)
\tikz@lastx=\dimen296
\tikz@lasty=\dimen297
\tikz@lastxsaved=\dimen298
\tikz@lastysaved=\dimen299
\tikzleveldistance=\dimen300
\tikzsiblingdistance=\dimen301
\tikz@figbox=\box263
\tikz@figbox@bg=\box264
\tikz@tempbox=\box265
\tikz@tempbox@bg=\box266
\tikztreelevel=\count300
\tikznumberofchildren=\count301
\tikznumberofcurrentchild=\count302
\tikz@fig@count=\count303
(/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.code.tex
File: pgfmodulematrix.code.tex 2013/09/17 (rcs-revision 1.8)
\pgfmatrixcurrentrow=\count304
\pgfmatrixcurrentcolumn=\count305
\pgf@matrix@numberofcolumns=\count306
)
\tikz@expandcount=\count307
(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
topaths.code.tex
File: tikzlibrarytopaths.code.tex 2008/06/17 v3.0.0 (rcs-revision 1.2)
))))
\quotewidth=\skip262
\hintscolumnwidth=\skip263
\separatorcolumnwidth=\skip264
\maincolumnwidth=\skip265
\doubleitemmaincolumnwidth=\skip266
\listitemsymbolwidth=\skip267
LaTeX Font Info: Try loading font information for U+mvs on input line 68.
(/usr/share/texmf-dist/tex/latex/marvosym/umvs.fd)
\listitemmaincolumnwidth=\skip268
\listdoubleitemmaincolumnwidth=\skip269
\makecvtitlenamewidth=\skip270
\baseletterheight=\skip271
*************************************************
* LaTeX warning: "xparse/redefine-command"
*
* Redefining document command \section with arg. spec. 'sm' on line 160.
*************************************************
*************************************************
* LaTeX warning: "xparse/redefine-command"
*
* Redefining document command \subsection with arg. spec. 'sm' on line 169.
*************************************************
\cvitemwithcommentmainbox=\box267
\cvitemwithcommentmainlength=\skip272
\cvitemwithcommentcommentlength=\skip273
) (/usr/share/texmf-dist/tex/latex/moderncv/moderncviconsawesome.sty
Package: moderncviconsawesome 2013/04/29 v1.5.1 modern curriculum vitae and lett
er icons: awesome
(/usr/share/texmf-dist/tex/latex/fontawesome/fontawesome.sty
Package: fontawesome 2013/05/10 v3.1.1 font awesome icons
(/usr/share/texmf-dist/tex/latex/fontspec/fontspec.sty
Package: fontspec 2014/06/21 v2.4a Font selection for XeLaTeX and LuaLaTeX
(/usr/share/texmf-dist/tex/luatex/luaotfload/luaotfload.sty
Package: luaotfload 2014/08/03 v2.5-3 OpenType layout system
(/usr/share/texmf-dist/tex/luatex/luaotfload/luaotfload-main.lua)
Lua module: luaotfload-main 2014/08/03 2.50002 OpenType layout system.
(/usr/share/texmf-dist/tex/luatex/luaotfload/luaotfload-log.lua)
(/usr/share/texmf-dist/tex/luatex/luaotfload/luaotfload-fontloader.lua)(using wr
ite cache: /home/david/.texlive/texmf-var/luatex-cache/generic)(using read cache
: /var/lib/texmf/luatex-cache/generic /home/david/.texlive/texmf-var/luatex-cach
e/generic)
luatexbase-attr: luatexbase.attributes["luaotfload@kernpair"] = 1
luatexbase-attr: luatexbase.attributes["luaotfload@ligacomp"] = 2
luatexbase-attr: luatexbase.attributes["luaotfload@markbase"] = 3
luatexbase-attr: luatexbase.attributes["luaotfload@markmark"] = 4
luatexbase-attr: luatexbase.attributes["luaotfload@markdone"] = 5
luatexbase-attr: luatexbase.attributes["luaotfload@cursbase"] = 6
luatexbase-attr: luatexbase.attributes["luaotfload@curscurs"] = 7
luatexbase-attr: luatexbase.attributes["luaotfload@cursdone"] = 8
luatexbase-attr: luatexbase.attributes["luaotfload@state"] = 9
luaotfload | main : fontloader loaded in 0.048 seconds
luatexbase-mcb: inserting 'luaotfload.node_processor'
at position 1 in 'pre_linebreak_filter'
luatexbase-mcb: inserting 'luaotfload.node_processor'
at position 1 in 'hpack_filter'
luatexbase-mcb: inserting 'luaotfload.find_vf_file'
at position 1 in 'find_vf_file'
(/usr/share/texmf-dist/tex/luatex/luaotfload/luaotfload-override.lua)
(/usr/share/texmf-dist/tex/luatex/luaotfload/luaotfload-parsers.lua)
(/usr/share/texmf-dist/tex/luatex/luaotfload/luaotfload-configuration.lua)
(/usr/share/texmf-dist/tex/luatex/luaotfload/luaotfload-status.lua)
luaotfload | conf : Root cache directory is /home/david/.texlive/texmf-var/luate
x-cache/generic/names.
(/usr/share/texmf-dist/tex/luatex/luaotfload/luaotfload-loaders.lua)
(/usr/share/texmf-dist/tex/luatex/luaotfload/luaotfload-database.lua)
(/usr/share/texmf-dist/tex/luatex/luaotfload/luaotfload-colors.lua)
luaotfload | conf : Root cache directory is /home/david/.texlive/texmf-var/luate
x-cache/generic/names.
luatexbase-mcb: creating 'luaotfload.resolve_font' type 4
luatexbase-mcb: creating 'luaotfload.patch_font' type 4
luatexbase-mcb: resetting callback 'define_font'
luatexbase-mcb: inserting 'luaotfload.define_font'
at position 1 in 'define_font'
(/usr/share/texmf-dist/tex/luatex/luaotfload/luaotfload-features.lua)
(/usr/share/texmf-dist/tex/luatex/luaotfload/luaotfload-letterspace.lua)
(/usr/share/texmf-dist/tex/luatex/luaotfload/luaotfload-auxiliary.lua)
luatexbase-mcb: inserting 'luaotfload.aux.set_sscale_dimens'
at position 1 in 'luaotfload.patch_font'
luatexbase-mcb: inserting 'luaotfload.aux.patch_cambria_domh'
at position 2 in 'luaotfload.patch_font'
luatexbase-mcb: inserting 'luaotfload.aux.set_capheight'
at position 3 in 'luaotfload.patch_font'
luatexbase-mcb: inserting 'luaotfload.rewrite_fontname'
at position 4 in 'luaotfload.patch_font')
(/usr/share/texmf-dist/tex/latex/fontspec/fontspec.lua)
Lua module: fontspec 2013/05/20 2.3c Advanced font selection for LuaLaTeX.
\l_fontspec_script_int=\count308
\l_fontspec_language_int=\count309
\l_fontspec_strnum_int=\count310
\l__fontspec_tmpa_dim=\dimen302
\l__fontspec_tmpb_dim=\dimen303
\l__fontspec_tmpc_dim=\dimen304
Variant \tl_gset:cV already defined; not changing it on line 71
(/usr/share/texmf-dist/tex/latex/fontspec/fontspec-patches.sty
Package: fontspec-patches 2014/06/21 v2.4a Font selection for XeLaTeX and LuaLaT
eX
LaTeX Info: Redefining \em on input line 38.
LaTeX Info: Redefining \emph on input line 46.
LaTeX Info: Redefining \- on input line 49.
*************************************************
* LaTeX warning: "xparse/redefine-command"
*
* Redefining document command \oldstylenums with arg. spec. 'm' on line 144.
*************************************************
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \liningnums with arg. spec. 'm' on line 148.
.................................................
) (/usr/share/texmf-dist/tex/latex/fontspec/fontspec-luatex.sty
Package: fontspec-luatex 2014/06/21 v2.4a Font selection for XeLaTeX and LuaLaTe
X
(/usr/share/texmf-dist/tex/latex/base/fontenc.sty
Package: fontenc 2005/09/27 v1.99g Standard LaTeX package
(/usr/share/texmf-dist/tex/latex/euenc/eu2enc.def
File: eu2enc.def 2010/05/27 v0.1h Experimental Unicode font encodings
)
LaTeX Font Info: Try loading font information for EU2+lmr on input line 100.
(/usr/share/texmf-dist/tex/latex/euenc/eu2lmr.fd
File: eu2lmr.fd 2009/10/30 v1.6 Font defs for Latin Modern
)
luaotfload | db : Font names database loaded from /home/david/.texlive/texmf-var
/luatex-cache/generic/names/luaotfload-names.luc(compiling luc: /var/lib/texmf/l
uatex-cache/generic/fonts/otf/lmroman10-regular.luc)(load luc: /home/david/.texl
ive/texmf-var/luatex-cache/generic/fonts/otf/lmroman10-regular.luc))
(/usr/share/texmf-dist/tex/xelatex/xunicode/xunicode.sty
File: xunicode.sty 2011/09/09 v0.981 provides access to latin accents and many o
ther characters in Unicode lower plane
(/usr/share/texmf-dist/tex/latex/tipa/t3enc.def
File: t3enc.def 2001/12/31 T3 encoding
(compiling luc: /var/lib/texmf/luatex-cache/generic/fonts/otf/lmromanslant10-reg
ular.luc)(load luc: /home/david/.texlive/texmf-var/luatex-cache/generic/fonts/ot
f/lmromanslant10-regular.luc)(compiling luc: /var/lib/texmf/luatex-cache/generic
/fonts/otf/lmroman10-italic.luc)(load luc: /home/david/.texlive/texmf-var/luatex
-cache/generic/fonts/otf/lmroman10-italic.luc)(compiling luc: /var/lib/texmf/lua
tex-cache/generic/fonts/otf/lmroman10-bold.luc)(load luc: /home/david/.texlive/t
exmf-var/luatex-cache/generic/fonts/otf/lmroman10-bold.luc)
LaTeX Font Info: Try loading font information for EU2+lmss on input line 357.
(/usr/share/texmf-dist/tex/latex/euenc/eu2lmss.fd
File: eu2lmss.fd 2009/10/30 v1.6 Font defs for Latin Modern
)(compiling luc: /var/lib/texmf/luatex-cache/generic/fonts/otf/lmsans10-regular.
luc)(load luc: /home/david/.texlive/texmf-var/luatex-cache/generic/fonts/otf/lms
ans10-regular.luc))
\tipaTiiicode=\count311
\tipasavetokens=\toks31
\tipachecktokens=\toks32
)
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \fontspec with arg. spec. 'O{}mO{}' on line 44.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \setmainfont with arg. spec. 'O{}mO{}' on line 50.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \setsansfont with arg. spec. 'O{}mO{}' on line 56.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \setmonofont with arg. spec. 'O{}mO{}' on line 62.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \setmathrm with arg. spec. 'O{}mO{}' on line 71.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \setboldmathrm with arg. spec. 'O{}mO{}' on line
. 75.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \setmathsf with arg. spec. 'O{}mO{}' on line 79.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \setmathtt with arg. spec. 'O{}mO{}' on line 83.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \newfontfamily with arg. spec. 'mO{}mO{}' on line
. 102.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \newfontface with arg. spec. 'mO{}mO{}' on line
. 106.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \defaultfontfeatures with arg. spec. 't+om' on
. line 115.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \addfontfeatures with arg. spec. 'm' on line 173.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \newfontfeature with arg. spec. 'mm' on line 184.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \newAATfeature with arg. spec. 'mmmm' on line 192.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \newopentypefeature with arg. spec. 'mmm' on line
. 200.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \aliasfontfeature with arg. spec. 'mm' on line
. 229.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \aliasfontfeatureoption with arg. spec. 'mmm' on
. line 231.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \newfontscript with arg. spec. 'mm' on line 236.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \newfontlanguage with arg. spec. 'mm' on line 262.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \DeclareFontsExtensions with arg. spec. 'm' on
. line 282.
.................................................
Variant \prop_gput:cnV already defined; not changing it on line 666
Variant \prop_gput:cnx already defined; not changing it on line 667
\l__fontspec_tmp_int=\count312
LaTeX Info: Redefining \itshape on input line 2117.
LaTeX Info: Redefining \slshape on input line 2122.
LaTeX Info: Redefining \scshape on input line 2127.
LaTeX Info: Redefining \upshape on input line 2132.
(/usr/share/texmf-dist/tex/latex/fontspec/fontspec.cfg)))
\g__file_internal_ior=\read2
luaotfload | cache : Lookup cache loaded from /home/david/.texlive/texmf-var/lua
tex-cache/generic/names/luaotfload-lookup-cache.luc.
luaotfload | load : Lookup/name: "FontAwesome" -> "FontAwesome.otf"(compiling lu
c: /var/lib/texmf/luatex-cache/generic/fonts/otf/fontawesome.luc)(load luc: /hom
e/david/.texlive/texmf-var/luatex-cache/generic/fonts/otf/fontawesome.luc)
luaotfload | load : Lookup/name: "FontAwesome" -> "FontAwesome.otf"
luaotfload | aux : font no 24 (FontAwesome) defines no feature for script latn
luaotfload | aux : no font with id 24
.................................................
. fontspec info: "no-scripts"
.
. Font FontAwesome does not contain any OpenType `Script' information.
.................................................
\g__fontspec_family_FontAwesome_int=\count313
luaotfload | load : Lookup/name: "FontAwesome" -> "FontAwesome.otf"
luaotfload | load : Lookup/name: "FontAwesome" -> "FontAwesome.otf"
.................................................
. fontspec info: "no-font-shape"
.
. Could not resolve font FontAwesome/BI (it probably doesn't exist).
.................................................
luaotfload | load : Lookup/name: "FontAwesome" -> "FontAwesome.otf"
luaotfload | load : Lookup/name: "FontAwesome" -> "FontAwesome.otf"
.................................................
. fontspec info: "no-font-shape"
.
. Could not resolve font FontAwesome/B (it probably doesn't exist).
.................................................
luaotfload | load : Lookup/name: "FontAwesome" -> "FontAwesome.otf"
luaotfload | load : Lookup/name: "FontAwesome" -> "FontAwesome.otf"
.................................................
. fontspec info: "no-font-shape"
.
. Could not resolve font FontAwesome/I (it probably doesn't exist).
.................................................
luaotfload | load : Lookup/name: "FontAwesome" -> "FontAwesome.otf"
luaotfload | load : Lookup/name: "FontAwesome" -> "FontAwesome.otf"
luaotfload | aux : font no 24 (FontAwesome) does not define feature smcp for scr
ipt with language
luaotfload | aux : no font with id 24
.................................................
. fontspec info: "defining-font"
.
. Font family 'FontAwesome(0)' created for font 'FontAwesome' with options [].
.
. This font family consists of the following shapes:
.
. * 'normal' with NFSS spec.:
. <->"FontAwesome:mode=node;"
.
. * 'small caps' with NFSS spec.:
.
. and font adjustment code:
.
.................................................
))
\footerbox=\box268
\footertempbox=\box269
\footerwidth=\skip274
\footerboxwidth=\skip275
) (/usr/share/texmf-dist/tex/latex/geometry/geometry.sty
Package: geometry 2010/09/12 v5.6 Page Geometry
(/usr/share/texmf-dist/tex/generic/oberdiek/ifvtex.sty
Package: ifvtex 2010/03/01 v1.5 Detect VTeX and its facilities (HO)
Package ifvtex Info: VTeX not detected.
)
\Gm@cnth=\count314
\Gm@cntv=\count315
\c@Gm@tempcnt=\count316
\Gm@bindingoffset=\dimen305
\Gm@wd@mp=\dimen306
\Gm@odd@mp=\dimen307
\Gm@even@mp=\dimen308
\Gm@layoutwidth=\dimen309
\Gm@layoutheight=\dimen310
\Gm@layouthoffset=\dimen311
\Gm@layoutvoffset=\dimen312
\Gm@dimlist=\toks33
)
luaotfload | load : Lookup/name: "Octicons" -> "octicons-regular-webfont.ttf"(co
mpiling luc: /var/lib/texmf/luatex-cache/generic/fonts/otf/octicons-regular-webf
ont.luc)(load luc: /home/david/.texlive/texmf-var/luatex-cache/generic/fonts/otf
/octicons-regular-webfont.luc)
luaotfload | load : Lookup/name: "Octicons" -> "octicons-regular-webfont.ttf"
luaotfload | aux : font no 26 (Octicons-Regular) defines no feature for script l
atn
luaotfload | aux : no font with id 26
.................................................
. fontspec info: "no-scripts"
.
. Font Octicons does not contain any OpenType `Script' information.
.................................................
\g__fontspec_family_Octicons_int=\count317
luaotfload | load : Lookup/name: "Octicons" -> "octicons-regular-webfont.ttf"
luaotfload | load : Lookup/name: "Octicons" -> "octicons-regular-webfont.ttf"
.................................................
. fontspec info: "no-font-shape"
.
. Could not resolve font Octicons/BI (it probably doesn't exist).
.................................................
luaotfload | load : Lookup/name: "Octicons" -> "octicons-regular-webfont.ttf"
luaotfload | load : Lookup/name: "Octicons" -> "octicons-regular-webfont.ttf"
.................................................
. fontspec info: "no-font-shape"
.
. Could not resolve font Octicons/B (it probably doesn't exist).
.................................................
luaotfload | load : Lookup/name: "Octicons" -> "octicons-regular-webfont.ttf"
luaotfload | load : Lookup/name: "Octicons" -> "octicons-regular-webfont.ttf"
.................................................
. fontspec info: "no-font-shape"
.
. Could not resolve font Octicons/I (it probably doesn't exist).
.................................................
luaotfload | load : Lookup/name: "Octicons" -> "octicons-regular-webfont.ttf"
luaotfload | load : Lookup/name: "Octicons" -> "octicons-regular-webfont.ttf"
luaotfload | aux : font no 26 (Octicons-Regular) does not define feature smcp fo
r script with language
luaotfload | aux : no font with id 26
.................................................
. fontspec info: "defining-font"
.
. Font family 'Octicons(0)' created for font 'Octicons' with options
. [Ligatures=TeX].
.
. This font family consists of the following shapes:
.
. * 'normal' with NFSS spec.:
. <->"Octicons:mode=node;+tlig;+trep;"
.
. * 'small caps' with NFSS spec.:
.
. and font adjustment code:
.
.................................................
luaotfload | load : Lookup/name: "MyriadPro" -> "MyriadPro_Regular.otf"(compilin
g luc: /var/lib/texmf/luatex-cache/generic/fonts/otf/myriadpro-regular.luc)(load
luc: /home/david/.texlive/texmf-var/luatex-cache/generic/fonts/otf/myriadpro-re
gular.luc)
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! fontspec error: "font-not-found"
!
! The font "MyriadPro" cannot be found.
!
! See the fontspec documentation for further information.
!
! For immediate help type H <return>.
!...............................................
l.32 \newfontfamily{\linkedinfont}{Myriad Pro}
|'''''''''''''''''''''''''''''''''''''''''''''''
| A font might not be found for many reasons.
| Check the spelling, where the font is installed etc. etc.
|
| When in doubt, ask someone for help!
|...............................................
luaotfload | load : Lookup/name: "MyriadPro" -> "MyriadPro_Regular.otf"
luaotfload | aux : no font with id 0
.................................................
. fontspec info: "no-scripts"
.
. Font MyriadPro does not contain any OpenType `Script' information.
.................................................
\g__fontspec_family_MyriadPro_int=\count318
luaotfload | load : Lookup/name: "MyriadPro" -> "MyriadPro_Regular.otf"
luaotfload | load : Lookup/name: "MyriadPro" -> "MyriadPro_BoldIt.otf"(compiling
luc: /var/lib/texmf/luatex-cache/generic/fonts/otf/myriadpro-boldit.luc)(load l
uc: /home/david/.texlive/texmf-var/luatex-cache/generic/fonts/otf/myriadpro-bold
it.luc)
.................................................
. fontspec info: "no-font-shape"
.
. Could not resolve font MyriadPro/BI (it probably doesn't exist).
.................................................
luaotfload | load : Lookup/name: "MyriadPro" -> "MyriadPro_Regular.otf"
luaotfload | load : Lookup/name: "MyriadPro" -> "MyriadPro_Bold.otf"(compiling l
uc: /var/lib/texmf/luatex-cache/generic/fonts/otf/myriadpro-bold.luc)(load luc:
/home/david/.texlive/texmf-var/luatex-cache/generic/fonts/otf/myriadpro-bold.luc
)
.................................................
. fontspec info: "no-font-shape"
.
. Could not resolve font MyriadPro/B (it probably doesn't exist).
.................................................
luaotfload | load : Lookup/name: "MyriadPro" -> "MyriadPro_Regular.otf"
luaotfload | load : Lookup/name: "MyriadPro" -> "MyriadPro_It.otf"(compiling luc
: /var/lib/texmf/luatex-cache/generic/fonts/otf/myriadpro-it.luc)(load luc: /hom
e/david/.texlive/texmf-var/luatex-cache/generic/fonts/otf/myriadpro-it.luc)
.................................................
. fontspec info: "no-font-shape"
.
. Could not resolve font MyriadPro/I (it probably doesn't exist).
.................................................
luaotfload | load : Lookup/name: "MyriadPro" -> "MyriadPro_Regular.otf"
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! fontspec error: "font-not-found"
!
! The font "MyriadPro" cannot be found.
!
! See the fontspec documentation for further information.
!
! For immediate help type H <return>.
!...............................................
l.32 \newfontfamily{\linkedinfont}{Myriad Pro}
|'''''''''''''''''''''''''''''''''''''''''''''''
| A font might not be found for many reasons.
| Check the spelling, where the font is installed etc. etc.
|
| When in doubt, ask someone for help!
|...............................................
luaotfload | load : Lookup/name: "MyriadPro" -> "MyriadPro_Regular.otf"
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! fontspec error: "font-not-found"
!
! The font "MyriadPro" cannot be found.
!
! See the fontspec documentation for further information.
!
! For immediate help type H <return>.
!...............................................
l.32 \newfontfamily{\linkedinfont}{Myriad Pro}
|'''''''''''''''''''''''''''''''''''''''''''''''
| A font might not be found for many reasons.
| Check the spelling, where the font is installed etc. etc.
|
| When in doubt, ask someone for help!
|...............................................
luaotfload | aux : no font with id 0
.................................................
. fontspec info: "defining-font"
.
. Font family 'MyriadPro(0)' created for font 'Myriad Pro' with options
. [Ligatures=TeX].
.
. This font family consists of the following shapes:
.
. * 'normal' with NFSS spec.:
. <->"MyriadPro:mode=node;+tlig;+trep;"
.
. * 'small caps' with NFSS spec.:
.
. and font adjustment code:
.
.................................................
(/usr/share/texmf-dist/tex/latex/moderntimeline/moderntimeline.sty
Package: moderntimeline 2012/04/27 0.7 Add timelines to moderncv entries
Package: moderntimeline
(/usr/share/texmf-dist/tex/latex/oberdiek/kvoptions.sty
Package: kvoptions 2011/06/30 v3.11 Key value format for package options (HO)
(/usr/share/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty
Package: kvsetkeys 2012/04/25 v1.16 Key value parser (HO)
(/usr/share/texmf-dist/tex/generic/oberdiek/etexcmds.sty
Package: etexcmds 2011/02/16 v1.5 Avoid name clashes with e-TeX commands (HO)
))))
(/usr/share/texmf-dist/tex/latex/ms/ragged2e.sty
Package: ragged2e 2009/05/21 v2.1 ragged2e Package (MS)
(/usr/share/texmf-dist/tex/latex/ms/everysel.sty
Package: everysel 2011/10/28 v1.2 EverySelectfont Package (MS)
)
\CenteringLeftskip=\skip276
\RaggedLeftLeftskip=\skip277
\RaggedRightLeftskip=\skip278
\CenteringRightskip=\skip279
\RaggedLeftRightskip=\skip280
\RaggedRightRightskip=\skip281
\CenteringParfillskip=\skip282
\RaggedLeftParfillskip=\skip283
\RaggedRightParfillskip=\skip284
\JustifyingParfillskip=\skip285
\CenteringParindent=\skip286
\RaggedLeftParindent=\skip287
\RaggedRightParindent=\skip288
\JustifyingParindent=\skip289
)
(/usr/share/texmf-dist/tex/latex/footmisc/footmisc.sty
Package: footmisc 2011/06/06 v5.5b a miscellany of footnote facilities
\FN@temptoken=\toks34
\footnotemargin=\dimen313
LaTeX Warning: Command \@makecol has changed.
Check if current package is valid.
\c@pp@next@reset=\count319
Package footmisc Info: Declaring symbol style bringhurst on input line 855.
Package footmisc Info: Declaring symbol style chicago on input line 863.
Package footmisc Info: Declaring symbol style wiley on input line 872.
Package footmisc Info: Declaring symbol style lamport-robust on input line 883.
Package footmisc Info: Declaring symbol style lamport* on input line 903.
Package footmisc Info: Declaring symbol style lamport*-robust on input line 924.
)) (/usr/share/texmf-dist/tex/generic/babel/babel.sty
Package: babel 2014/03/24 3.9k The Babel package
(/usr/share/texmf-dist/tex/generic/babel-english/english.ldf
Language: english 2012/08/20 v3.3p English support from the babel system
(/usr/share/texmf-dist/tex/generic/babel/babel.def
File: babel.def 2014/03/24 3.9k Babel common definitions
\babel@savecnt=\count320
\U@D=\dimen314
(/usr/share/texmf-dist/tex/generic/babel/luababel.def
(/usr/share/texmf-dist/tex/luatex/hyph-utf8/luatex-hyphen.lua)
luatex-hyphen: using data file: /usr/share/texmf-dist/tex/generic/config/languag
e.dat.lua))
\l@canadian = a dialect from \language\l@american
\l@australian = a dialect from \language\l@british
\l@newzealand = a dialect from \language\l@british
))
(/usr/share/texmf-dist/tex/latex/hyperref/hyperref.sty
Package: hyperref 2012/11/06 v6.83m Hypertext links for LaTeX
(/usr/share/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty
Package: hobsub-hyperref 2012/05/28 v1.13 Bundle oberdiek, subset hyperref (HO)
(/usr/share/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty
Package: hobsub-generic 2012/05/28 v1.13 Bundle oberdiek, subset generic (HO)
Package: hobsub 2012/05/28 v1.13 Construct package bundles (HO)
Package hobsub Info: Skipping package `infwarerr' (already loaded).
Package hobsub Info: Skipping package `ltxcmds' (already loaded).
Package hobsub Info: Skipping package `ifluatex' (already loaded).
Package hobsub Info: Skipping package `ifvtex' (already loaded).
Package: intcalc 2007/09/27 v1.1 Expandable calculations with integers (HO)
Package hobsub Info: Skipping package `ifpdf' (already loaded).
Package hobsub Info: Skipping package `etexcmds' (already loaded).
Package hobsub Info: Skipping package `kvsetkeys' (already loaded).
Package: kvdefinekeys 2011/04/07 v1.3 Define keys (HO)
Package hobsub Info: Skipping package `luatex-loader' (already loaded).
Package hobsub Info: Skipping package `pdftexcmds' (already loaded).
Package: pdfescape 2011/11/25 v1.13 Implements pdfTeX's escape features (HO)
Package: bigintcalc 2012/04/08 v1.3 Expandable calculations on big integers (HO)
Package: bitset 2011/01/30 v1.1 Handle bit-vector datatype (HO)
Package: uniquecounter 2011/01/30 v1.2 Provide unlimited unique counter (HO)
)
Package hobsub Info: Skipping package `hobsub' (already loaded).
Package: letltxmacro 2010/09/02 v1.4 Let assignment for LaTeX macros (HO)
Package: hopatch 2012/05/28 v1.2 Wrapper for package hooks (HO)
Package: xcolor-patch 2011/01/30 xcolor patch
Package: atveryend 2011/06/30 v1.8 Hooks at the very end of document (HO)
Package: atbegshi 2011/10/05 v1.16 At begin shipout hook (HO)
Package: refcount 2011/10/16 v3.4 Data extraction from label references (HO)
Package: hycolor 2011/01/30 v1.7 Color options for hyperref/bookmark (HO)
)
(/usr/share/texmf-dist/tex/latex/oberdiek/auxhook.sty
Package: auxhook 2011/03/04 v1.3 Hooks for auxiliary files (HO)
)
\@linkdim=\dimen315
\Hy@linkcounter=\count321
\Hy@pagecounter=\count322
(/usr/share/texmf-dist/tex/latex/hyperref/pd1enc.def
File: pd1enc.def 2012/11/06 v6.83m Hyperref: PDFDocEncoding definition (HO)
)
\Hy@SavedSpaceFactor=\count323
(/usr/share/texmf-dist/tex/latex/latexconfig/hyperref.cfg
File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive
)
Package hyperref Info: Option `unicode' set `true' on input line 4319.
(/usr/share/texmf-dist/tex/latex/hyperref/puenc.def
File: puenc.def 2012/11/06 v6.83m Hyperref: PDF Unicode definition (HO)
)
Package hyperref Info: Hyper figures OFF on input line 4443.
Package hyperref Info: Link nesting OFF on input line 4448.
Package hyperref Info: Hyper index ON on input line 4451.
Package hyperref Info: Plain pages OFF on input line 4458.
Package hyperref Info: Backreferencing OFF on input line 4463.
Package hyperref Info: Implicit mode ON; LaTeX internals redefined.
Package hyperref Info: Bookmarks ON on input line 4688.
\c@Hy@tempcnt=\count324
LaTeX Info: Redefining \url on input line 5041.
\XeTeXLinkMargin=\dimen316
\Fld@menulength=\count325
\Field@Width=\dimen317
\Fld@charsize=\dimen318
Package hyperref Info: Hyper figures OFF on input line 6295.
Package hyperref Info: Link nesting OFF on input line 6300.
Package hyperref Info: Hyper index ON on input line 6303.
Package hyperref Info: backreferencing OFF on input line 6310.
Package hyperref Info: Link coloring OFF on input line 6315.
Package hyperref Info: Link coloring with OCG OFF on input line 6320.
Package hyperref Info: PDF/A mode OFF on input line 6325.
LaTeX Info: Redefining \ref on input line 6365.
LaTeX Info: Redefining \pageref on input line 6369.
\Hy@abspage=\count326
\c@Item=\count327
\c@Hfootnote=\count328
)
Package hyperref Message: Driver (autodetected): hpdftex.
(/usr/share/texmf-dist/tex/latex/hyperref/hpdftex.def
File: hpdftex.def 2012/11/06 v6.83m Hyperref driver for pdfTeX
\Fld@listcount=\count329
\c@bookmark@seq@number=\count330
(/usr/share/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty
Package: rerunfilecheck 2011/04/15 v1.7 Rerun checks for auxiliary files (HO)
Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 28
2.
)
\Hy@SectionHShift=\skip290
)
Package hyperref Info: Option `breaklinks' set `true' on input line 28.
Package hyperref Info: Option `bookmarksopen' set `true' on input line 28.
No file DavidDoblas_CVAppend_en.aux.
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 28.
LaTeX Font Info: ... okay on input line 28.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 28.
LaTeX Font Info: ... okay on input line 28.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 28.
LaTeX Font Info: ... okay on input line 28.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 28.
LaTeX Font Info: ... okay on input line 28.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 28.
LaTeX Font Info: ... okay on input line 28.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 28.
LaTeX Font Info: ... okay on input line 28.
LaTeX Font Info: Checking defaults for EU2/lmr/m/n on input line 28.
LaTeX Font Info: ... okay on input line 28.
LaTeX Font Info: Checking defaults for T3/cmr/m/n on input line 28.
LaTeX Font Info: Try loading font information for T3+cmr on input line 28.
(/usr/share/texmf-dist/tex/latex/tipa/t3cmr.fd
File: t3cmr.fd 2001/12/31 TIPA font definitions
)
LaTeX Font Info: ... okay on input line 28.
LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 28.
LaTeX Font Info: ... okay on input line 28.
LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 28.
LaTeX Font Info: ... okay on input line 28.
(/usr/share/texmf-dist/tex/context/base/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
\scratchcounter=\count331
\scratchdimen=\dimen319
\scratchbox=\box270
\nofMPsegments=\count332
\nofMParguments=\count333
\everyMPshowfont=\toks35
\MPscratchCnt=\count334
\MPscratchDim=\dimen320
\MPnumerator=\count335
\makeMPintoPDFobject=\count336
\everyMPtoPDFconversion=\toks36
) (/usr/share/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty
Package: epstopdf-base 2010/02/09 v2.5 Base part for package epstopdf
(/usr/share/texmf-dist/tex/latex/oberdiek/grfext.sty
Package: grfext 2010/08/19 v1.1 Manage graphics extensions (HO)
)
Package grfext Info: Graphics extension search list:
(grfext) [.png,.pdf,.jpg,.mps,.jpeg,.jbig2,.jb2,.PNG,.PDF,.JPG,.JPEG
,.JBIG2,.JB2,.eps]
(grfext) \AppendGraphicsExtensions on input line 452.
(/usr/share/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Live
))
LaTeX Info: Redefining \microtypecontext on input line 28.
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 `basictext'.
Package microtype Info: No adjustment of tracking.
Package microtype Info: No adjustment of spacing.
Package microtype Info: No adjustment of kerning.
(/usr/share/texmf-dist/tex/latex/microtype/mt-cmr.cfg
File: mt-cmr.cfg 2013/05/19 v2.2 microtype config. file: Computer Modern Roman (
RS)
)
Package microtype Info: Loading generic settings for font family
(microtype) `lmr' (encoding: EU2).
(microtype) For optimal results, create family-specific settings.
(microtype) See the microtype manual for details.
ABD: EveryShipout initializing macros
*geometry* driver: auto-detecting
*geometry* detected driver: pdftex
*geometry* verbose mode - [ preamble ] result:
* driver: pdftex
* paper: a4paper
* layout: <same size as paper>
* layoutoffset:(h,v)=(0.0pt,0.0pt)
* modes:
* h-part:(L,W,R)=(56.9055pt, 483.69687pt, 56.9055pt)
* v-part:(T,H,B)=(42.67912pt, 745.46222pt, 56.9055pt)
* \paperwidth=597.50787pt
* \paperheight=845.04684pt
* \textwidth=483.69687pt
* \textheight=745.46222pt
* \oddsidemargin=-15.36449pt
* \evensidemargin=-15.36449pt
* \topmargin=-66.59087pt
* \headheight=12.0pt
* \headsep=25.0pt
* \topskip=11.0pt
* \footskip=30.0pt
* \marginparwidth=50.0pt
* \marginparsep=10.0pt
* \columnsep=10.0pt
* \skip\footins=14.0pt plus 6.0pt minus 2.0pt
* \hoffset=0.0pt
* \voffset=0.0pt
* \mag=1000
* \@twocolumnfalse
* \@twosidefalse
* \@mparswitchfalse
* \@reversemarginfalse
* (1in=72.27pt=25.4mm, 1cm=28.453pt)
ABD: EverySelectfont initializing macros
LaTeX Info: Redefining \selectfont on input line 28.
\AtBeginShipoutBox=\box271
Package hyperref Info: Link coloring OFF on input line 28.
(/usr/share/texmf-dist/tex/latex/hyperref/nameref.sty
Package: nameref 2012/10/27 v2.43 Cross-referencing by name of section
(/usr/share/texmf-dist/tex/generic/oberdiek/gettitlestring.sty
Package: gettitlestring 2010/12/03 v1.4 Cleanup title references (HO)
)
\c@section@level=\count337
)
LaTeX Info: Redefining \ref on input line 28.
LaTeX Info: Redefining \pageref on input line 28.
LaTeX Info: Redefining \nameref on input line 28.
\@outlinefile=\write4
luaotfload | load : Lookup/name: "MinionPro" -> "MinionPro_Regular.otf"(compilin
g luc: /var/lib/texmf/luatex-cache/generic/fonts/otf/minionpro-regular.luc)(load
luc: /home/david/.texlive/texmf-var/luatex-cache/generic/fonts/otf/minionpro-re
gular.luc)
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! fontspec error: "font-not-found"
!
! The font "MinionPro" cannot be found.
!
! See the fontspec documentation for further information.
!
! For immediate help type H <return>.
!...............................................
l.30 \setmainfont{Minion Pro}
|'''''''''''''''''''''''''''''''''''''''''''''''
| A font might not be found for many reasons.
| Check the spelling, where the font is installed etc. etc.
|
| When in doubt, ask someone for help!
|...............................................
luaotfload | load : Lookup/name: "MinionPro" -> "MinionPro_Regular.otf"
luaotfload | aux : no font with id 0
.................................................
. fontspec info: "no-scripts"
.
. Font MinionPro does not contain any OpenType `Script' information.
.................................................
\g__fontspec_family_MinionPro_int=\count338
luaotfload | load : Lookup/name: "MinionPro" -> "MinionPro_Regular.otf"
luaotfload | load : Lookup/name: "MinionPro" -> "MinionPro_BoldIt.otf"(compiling
luc: /var/lib/texmf/luatex-cache/generic/fonts/otf/minionpro-boldit.luc)(load l
uc: /home/david/.texlive/texmf-var/luatex-cache/generic/fonts/otf/minionpro-bold
it.luc)
.................................................
. fontspec info: "no-font-shape"
.
. Could not resolve font MinionPro/BI (it probably doesn't exist).
.................................................
luaotfload | load : Lookup/name: "MinionPro" -> "MinionPro_Regular.otf"
luaotfload | load : Lookup/name: "MinionPro" -> "MinionPro_Bold.otf"(compiling l
uc: /var/lib/texmf/luatex-cache/generic/fonts/otf/minionpro-bold.luc)(load luc:
/home/david/.texlive/texmf-var/luatex-cache/generic/fonts/otf/minionpro-bold.luc
)
.................................................
. fontspec info: "no-font-shape"
.
. Could not resolve font MinionPro/B (it probably doesn't exist).
.................................................
luaotfload | load : Lookup/name: "MinionPro" -> "MinionPro_Regular.otf"
luaotfload | load : Lookup/name: "MinionPro" -> "MinionPro_It.otf"(compiling luc
: /var/lib/texmf/luatex-cache/generic/fonts/otf/minionpro-it.luc)(load luc: /hom
e/david/.texlive/texmf-var/luatex-cache/generic/fonts/otf/minionpro-it.luc)
.................................................
. fontspec info: "no-font-shape"
.
. Could not resolve font MinionPro/I (it probably doesn't exist).
.................................................
luaotfload | load : Lookup/name: "MinionPro" -> "MinionPro_Regular.otf"
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! fontspec error: "font-not-found"
!
! The font "MinionPro" cannot be found.
!
! See the fontspec documentation for further information.
!
! For immediate help type H <return>.
!...............................................
l.30 \setmainfont{Minion Pro}
|'''''''''''''''''''''''''''''''''''''''''''''''
| A font might not be found for many reasons.
| Check the spelling, where the font is installed etc. etc.
|
| When in doubt, ask someone for help!
|...............................................
luaotfload | load : Lookup/name: "MinionPro" -> "MinionPro_Regular.otf"
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! fontspec error: "font-not-found"
!
! The font "MinionPro" cannot be found.
!
! See the fontspec documentation for further information.
!
! For immediate help type H <return>.
!...............................................
l.30 \setmainfont{Minion Pro}
|'''''''''''''''''''''''''''''''''''''''''''''''
| A font might not be found for many reasons.
| Check the spelling, where the font is installed etc. etc.
|
| When in doubt, ask someone for help!
|...............................................
luaotfload | aux : no font with id 0
.................................................
. fontspec info: "defining-font"
.
. Font family 'MinionPro(0)' created for font 'Minion Pro' with options
. [Ligatures=TeX,Ligatures=TeX].
.
. This font family consists of the following shapes:
.
. * 'normal' with NFSS spec.:
. <->"MinionPro:mode=node;+tlig;+trep;+tlig;+trep;"
.
. * 'small caps' with NFSS spec.:
.
. and font adjustment code:
.
.................................................
luaotfload | load : Lookup/name: "MinionPro" -> "MinionPro_Regular.otf"
! Font \EU2/MinionPro(0)/m/n/10.95=MinionPro:mode=node;+tlig;+trep;+tlig;+trep;
at 10.95pt not loadable: metric data not found or bad.
<to be read again>
relax
l.30 \setmainfont{Minion Pro}
I wasn't able to read the size data for this font,
so I will ignore the font specification.
[Wizards can fix TFM files using TFtoPL/PLtoTF.]
You might try inserting a different font spec;
e.g., type `I\font<same font id>=<substitute font name>'.
(/usr/share/texmf/tex/latex/MinionPro/mt-MinionPro.cfg
File: mt-MinionPro.cfg 2005/02/07 v1.0 microtype config file for MinionPro
)
Package microtype Info: Loading generic settings for font family
(microtype) `MinionPro' (encoding: EU2).
(microtype) For optimal results, create family-specific settings.
(microtype) See the microtype manual for details.
Package microtype Warning: Font `EU2/MinionPro(0)/m/n/10.95' does not specify it
s
(microtype) \fontdimen 6 (width of an `em')! Therefore,
(microtype) protrusion will not work with this font.
luaotfload | load : Lookup/name: "MyriadPro" -> "MyriadPro_Regular.otf"
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! fontspec error: "font-not-found"
!
! The font "MyriadPro" cannot be found.
!
! See the fontspec documentation for further information.
!
! For immediate help type H <return>.
!...............................................
l.31 \setsansfont{Myriad Pro}
|'''''''''''''''''''''''''''''''''''''''''''''''
| A font might not be found for many reasons.
| Check the spelling, where the font is installed etc. etc.
|
| When in doubt, ask someone for help!
|...............................................
luaotfload | load : Lookup/name: "MyriadPro" -> "MyriadPro_Regular.otf"
luaotfload | aux : no font with id 0
.................................................
. fontspec info: "no-scripts"
.
. Font MyriadPro does not contain any OpenType `Script' information.
.................................................
luaotfload | load : Lookup/name: "MyriadPro" -> "MyriadPro_Regular.otf"
luaotfload | load : Lookup/name: "MyriadPro" -> "MyriadPro_BoldIt.otf"
.................................................
. fontspec info: "no-font-shape"
.
. Could not resolve font MyriadPro/BI (it probably doesn't exist).
.................................................
luaotfload | load : Lookup/name: "MyriadPro" -> "MyriadPro_Regular.otf"
luaotfload | load : Lookup/name: "MyriadPro" -> "MyriadPro_Bold.otf"
.................................................
. fontspec info: "no-font-shape"
.
. Could not resolve font MyriadPro/B (it probably doesn't exist).
.................................................
luaotfload | load : Lookup/name: "MyriadPro" -> "MyriadPro_Regular.otf"
luaotfload | load : Lookup/name: "MyriadPro" -> "MyriadPro_It.otf"
.................................................
. fontspec info: "no-font-shape"
.
. Could not resolve font MyriadPro/I (it probably doesn't exist).
.................................................
luaotfload | load : Lookup/name: "MyriadPro" -> "MyriadPro_Regular.otf"
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! fontspec error: "font-not-found"
!
! The font "MyriadPro" cannot be found.
!
! See the fontspec documentation for further information.
!
! For immediate help type H <return>.
!...............................................
l.31 \setsansfont{Myriad Pro}
|'''''''''''''''''''''''''''''''''''''''''''''''
| A font might not be found for many reasons.
| Check the spelling, where the font is installed etc. etc.
|
| When in doubt, ask someone for help!
|...............................................
luaotfload | load : Lookup/name: "MyriadPro" -> "MyriadPro_Regular.otf"
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! fontspec error: "font-not-found"
!
! The font "MyriadPro" cannot be found.
!
! See the fontspec documentation for further information.
!
! For immediate help type H <return>.
!...............................................
l.31 \setsansfont{Myriad Pro}
|'''''''''''''''''''''''''''''''''''''''''''''''
| A font might not be found for many reasons.
| Check the spelling, where the font is installed etc. etc.
|
| When in doubt, ask someone for help!
|...............................................
luaotfload | aux : no font with id 0
.................................................
. fontspec info: "defining-font"
.
. Font family 'MyriadPro(1)' created for font 'Myriad Pro' with options
. [Ligatures=TeX,Ligatures=TeX].
.
. This font family consists of the following shapes:
.
. * 'normal' with NFSS spec.:
. <->"MyriadPro:mode=node;+tlig;+trep;+tlig;+trep;"
.
. * 'small caps' with NFSS spec.:
.
. and font adjustment code:
.
.................................................
\makecvtitlepicturebox=\box272
\makecvtitlepicturewidth=\skip291
luaotfload | load : Lookup/name: "MinionPro" -> "MinionPro_Regular.otf"
! Font \EU2/MinionPro(0)/m/n/38=MinionPro:mode=node;+tlig;+trep;+tlig;+trep; at
38pt not loadable: metric data not found or bad.
<to be read again>
relax
l.35 \makecvtitle
% Print the CV title
I wasn't able to read the size data for this font,
so I will ignore the font specification.
[Wizards can fix TFM files using TFtoPL/PLtoTF.]
You might try inserting a different font spec;
e.g., type `I\font<same font id>=<substitute font name>'.
Package microtype Warning: Font `EU2/MinionPro(0)/m/n/38' does not specify its
(microtype) \fontdimen 6 (width of an `em')! Therefore,
(microtype) protrusion will not work with this font.
Underfull \hbox (badness 10000) in paragraph at lines 35--35
[]
luaotfload | load : Lookup/name: "MinionPro" -> "MinionPro_Regular.otf"
! Font \EU2/MinionPro(0)/m/n/14.4=MinionPro:mode=node;+tlig;+trep;+tlig;+trep; a
t 14.4pt not loadable: metric data not found or bad.
<to be read again>
relax
l.41 \section{Publications}
I wasn't able to read the size data for this font,
so I will ignore the font specification.
[Wizards can fix TFM files using TFtoPL/PLtoTF.]
You might try inserting a different font spec;
e.g., type `I\font<same font id>=<substitute font name>'.
Package microtype Warning: Font `EU2/MinionPro(0)/m/n/14.4' does not specify its
(microtype) \fontdimen 6 (width of an `em')! Therefore,
(microtype) protrusion will not work with this font.
LaTeX Font Info: Try loading font information for OT1+lmr on input line 43.
(/usr/share/texmf-dist/tex/latex/lm/ot1lmr.fd
File: ot1lmr.fd 2009/10/30 v1.6 Font defs for Latin Modern
)
LaTeX Font Info: Try loading font information for OML+lmm on input line 43.
(/usr/share/texmf-dist/tex/latex/lm/omllmm.fd
File: omllmm.fd 2009/10/30 v1.6 Font defs for Latin Modern
)
LaTeX Font Info: Try loading font information for OMS+lmsy on input line 43.
(/usr/share/texmf-dist/tex/latex/lm/omslmsy.fd
File: omslmsy.fd 2009/10/30 v1.6 Font defs for Latin Modern
)
LaTeX Font Info: Try loading font information for OMX+lmex on input line 43.
(/usr/share/texmf-dist/tex/latex/lm/omxlmex.fd
File: omxlmex.fd 2009/10/30 v1.6 Font defs for Latin Modern
)
LaTeX Font Info: External font `lmex10' loaded for size
(Font) <10.95> on input line 43.
LaTeX Font Info: External font `lmex10' loaded for size
(Font) <8> on input line 43.
LaTeX Font Info: External font `lmex10' loaded for size
(Font) <6> on input line 43.
luaotfload | load : Lookup/name: "MinionPro" -> "MinionPro_Regular.otf"
! Font \EU2/MinionPro(0)/m/n/8=MinionPro:mode=node;+tlig;+trep;+tlig;+trep; at 8
pt not loadable: metric data not found or bad.
<to be read again>
relax
l.43 ...nthal, D. Doblas et al.}}{Macro Letters}{}{}
I wasn't able to read the size data for this font,
so I will ignore the font specification.
[Wizards can fix TFM files using TFtoPL/PLtoTF.]
You might try inserting a different font spec;
e.g., type `I\font<same font id>=<substitute font name>'.
Package microtype Warning: Font `EU2/MinionPro(0)/m/n/8' does not specify its
(microtype) \fontdimen 6 (width of an `em')! Therefore,
(microtype) protrusion will not work with this font.
LaTeX Font Warning: Font shape `EU2/MinionPro(0)/bx/n' undefined
(Font) using `EU2/MinionPro(0)/m/n' instead on input line 43.
LaTeX Font Warning: Font shape `EU2/MinionPro(0)/bx/it' undefined
(Font) using `EU2/MinionPro(0)/bx/n' instead on input line 43.
luaotfload | load : Lookup/name: "MinionPro" -> "MinionPro_Regular.otf"
! Font \EU2/MinionPro(0)/bx/n/10.95=MinionPro:mode=node;+tlig;+trep;+tlig;+trep;
at 10.95pt not loadable: metric data not found or bad.
<to be read again>
relax
l.43 ...nthal, D. Doblas et al.}}{Macro Letters}{}{}
I wasn't able to read the size data for this font,
so I will ignore the font specification.
[Wizards can fix TFM files using TFtoPL/PLtoTF.]
You might try inserting a different font spec;
e.g., type `I\font<same font id>=<substitute font name>'.
Package microtype Warning: Font `EU2/MinionPro(0)/bx/n/10.95' does not specify i
ts
(microtype) \fontdimen 6 (width of an `em')! Therefore,
(microtype) protrusion will not work with this font.
LaTeX Font Warning: Font shape `EU2/MinionPro(0)/m/it' undefined
(Font) using `EU2/MinionPro(0)/m/n' instead on input line 43.
luaotfload | load : Lookup/name: "MinionPro" -> "MinionPro_Regular.otf"
! Font \EU2/MinionPro(0)/m/it/10.95=MinionPro:mode=node;+tlig;+trep;+tlig;+trep;
at 10.95pt not loadable: metric data not found or bad.
<to be read again>
relax
l.43 ...nthal, D. Doblas et al.}}{Macro Letters}{}{}
I wasn't able to read the size data for this font,
so I will ignore the font specification.
[Wizards can fix TFM files using TFtoPL/PLtoTF.]
You might try inserting a different font spec;
e.g., type `I\font<same font id>=<substitute font name>'.
Package microtype Warning: Font `EU2/MinionPro(0)/m/it/10.95' does not specify i
ts
(microtype) \fontdimen 6 (width of an `em')! Therefore,
(microtype) protrusion will not work with this font.
luaotfload | load : Lookup/name: "MinionPro" -> "MinionPro_Regular.otf"
! Font \EU2/MinionPro(0)/bx/it/10.95=MinionPro:mode=node;+tlig;+trep;+tlig;+trep
; at 10.95pt not loadable: metric data not found or bad.
<to be read again>
relax
l.65 ...olloquium at ISL}}}{Saint-Louis}{France}{}{}
I wasn't able to read the size data for this font,
so I will ignore the font specification.
[Wizards can fix TFM files using TFtoPL/PLtoTF.]
You might try inserting a different font spec;
e.g., type `I\font<same font id>=<substitute font name>'.
Package microtype Warning: Font `EU2/MinionPro(0)/bx/it/10.95' does not specify
its
(microtype) \fontdimen 6 (width of an `em')! Therefore,
(microtype) protrusion will not work with this font.
LaTeX Font Warning: Font shape `EU2/MinionPro(0)/m/sl' undefined
(Font) using `EU2/MinionPro(0)/m/n' instead on input line 91.
luaotfload | load : Lookup/name: "MinionPro" -> "MinionPro_Regular.otf"
! Font \EU2/MinionPro(0)/m/sl/14.4=MinionPro:mode=node;+tlig;+trep;+tlig;+trep;
at 14.4pt not loadable: metric data not found or bad.
<to be read again>
relax
l.91 \end{document}
I wasn't able to read the size data for this font,
so I will ignore the font specification.
[Wizards can fix TFM files using TFtoPL/PLtoTF.]
You might try inserting a different font spec;
e.g., type `I\font<same font id>=<substitute font name>'.
Package microtype Warning: Font `EU2/MinionPro(0)/m/sl/14.4' does not specify it
s
(microtype) \fontdimen 6 (width of an `em')! Therefore,
(microtype) protrusion will not work with this font.
LaTeX Font Warning: Font shape `EU2/FontAwesome(0)/m/sl' undefined
(Font) using `EU2/FontAwesome(0)/m/n' instead on input line 91.
luaotfload | load : Lookup/name: "FontAwesome" -> "FontAwesome.otf"
Package microtype Info: Loading generic settings for font family
(microtype) `FontAwesome' (encoding: EU2).
(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 `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `F' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `J' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `K' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `L' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `T' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `V' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `W' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `X' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `Y' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `k' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `r' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `v' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `w' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `x' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `y' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `1' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `4' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `7' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `.' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `,' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `:' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `;' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `!' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `?' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `@' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `~' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `�%' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `*' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `+' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `(' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `)' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `/' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `-' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `�textendash ' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `�textemdash ' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `�textquoteleft ' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `�textquoteright ' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `�textquotedblleft ' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `�textquotedblright ' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `_' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `�textbackslash ' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `�quotesinglbase ' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `�quotedblbase ' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `�guilsinglleft ' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `�guilsinglright ' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `�guillemotleft ' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `�guillemotright ' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `�textexclamdown ' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `�textquestiondown ' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `�textbraceleft ' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `�textbraceright ' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `�textless ' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `�textgreater ' is missing
(microtype) in font `EU2/FontAwesome(0)/m/n/14.4'.
(microtype) Ignoring protrusion settings for this character.
luaotfload | load : Lookup/name: "MinionPro" -> "MinionPro_Regular.otf"
! Font \EU2/MinionPro(0)/m/sl/10.95=MinionPro:mode=node;+tlig;+trep;+tlig;+trep;
at 10.95pt not loadable: metric data not found or bad.
<to be read again>
relax
l.91 \end{document}
I wasn't able to read the size data for this font,
so I will ignore the font specification.
[Wizards can fix TFM files using TFtoPL/PLtoTF.]
You might try inserting a different font spec;
e.g., type `I\font<same font id>=<substitute font name>'.
Package microtype Warning: Font `EU2/MinionPro(0)/m/sl/10.95' does not specify i
ts
(microtype) \fontdimen 6 (width of an `em')! Therefore,
(microtype) protrusion will not work with this font.
luaotfload | load : Lookup/name: "FontAwesome" -> "FontAwesome.otf"
Package microtype Info: Character `A' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `F' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `J' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `K' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `L' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `T' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `V' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `W' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `X' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `Y' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `k' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `r' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `v' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `w' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `x' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `y' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `1' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `4' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `7' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `.' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `,' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `:' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `;' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `!' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `?' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `@' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `~' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `�%' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `*' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `+' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `(' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `)' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `/' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `-' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `�textendash ' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `�textemdash ' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `�textquoteleft ' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `�textquoteright ' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `�textquotedblleft ' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `�textquotedblright ' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `_' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `�textbackslash ' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `�quotesinglbase ' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `�quotedblbase ' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `�guilsinglleft ' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `�guilsinglright ' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `�guillemotleft ' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `�guillemotright ' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `�textexclamdown ' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `�textquestiondown ' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `�textbraceleft ' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `�textbraceright ' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `�textless ' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package microtype Info: Character `�textgreater ' is missing
(microtype) in font `EU2/FontAwesome(0)/m/sl/10.95'.
(microtype) Ignoring protrusion settings for this character.
Package Fancyhdr Warning: \footskip is too small (30.0pt):
Make it at least 38.4857pt.
We now make it that large for the rest of the document.
This may cause the page layout to be inconsistent, however.
[1
Missing character: There is no C (U+0043) in font nullfont!
Missing character: There is no V (U+0056) in font nullfont!
Missing character: There is no A (U+0041) in font nullfont!
Missing character: There is no p (U+0070) in font nullfont!
Missing character: There is no p (U+0070) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no d (U+0064) in font nullfont!
Missing character: There is no P (U+0050) in font nullfont!
Missing character: There is no u (U+0075) in font nullfont!
Missing character: There is no b (U+0062) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no I (U+0049) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no P (U+0050) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no p (U+0070) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}
Missing character: There is no A (U+0041) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no g (U+0067) in font nullfont!
Missing character: There is no f (U+0066) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no u (U+0075) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no u (U+0075) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no f (U+0066) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no m (U+006D) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no p (U+0070) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no P (U+0050) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no y (U+0079) in font nullfont!
Missing character: There is no p (U+0070) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no p (U+0070) in font nullfont!
Missing character: There is no y (U+0079) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no w (U+0077) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no h (U+0068) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no m (U+006D) in font nullfont!
Missing character: There is no b (U+0062) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no f (U+0066) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no m (U+006D) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no y (U+0079) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no d (U+0064) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no - (U+002D) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no u (U+0075) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no f (U+0066) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no u (U+0075) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no X (U+0058) in font nullfont!
Missing character: There is no - (U+002D) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no y (U+0079) in font nullfont!
Missing character: There is no d (U+0064) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no f (U+0066) in font nullfont!
Missing character: There is no f (U+0066) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no Y (U+0059) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no I (U+0049) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no O (U+004F) in font nullfont!
Missing character: There is no d (U+0064) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no h (U+0068) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no k (U+006B) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no M (U+004D) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no R (U+0052) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no h (U+0068) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no D (U+0044) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no D (U+0044) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no b (U+0062) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no M (U+004D) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no L (U+004C) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no 2 (U+0032) in font nullfont!
Missing character: There is no 0 (U+0030) in font nullfont!
Missing character: There is no 1 (U+0031) in font nullfont!
Missing character: There is no 5 (U+0035) in font nullfont!
Missing character: There is no B (U+0042) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no - (U+002D) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no p (U+0070) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no d (U+0064) in font nullfont!
Missing character: There is no E (U+0045) in font nullfont!
Missing character: There is no x (U+0078) in font nullfont!
Missing character: There is no p (U+0070) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no v (U+0076) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no S (U+0053) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no d (U+0064) in font nullfont!
Missing character: There is no S (U+0053) in font nullfont!
Missing character: There is no p (U+0070) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no f (U+0066) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no S (U+0053) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no g (U+0067) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no u (U+0075) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no D (U+0044) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no S (U+0053) in font nullfont!
Missing character: There is no p (U+0070) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no z (U+007A) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no K (U+004B) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no B (U+0042) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no L (U+004C) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no S (U+0053) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no h (U+0068) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no u (U+0075) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no N (U+004E) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no P (U+0050) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no z (U+007A) in font nullfont!
Missing character: There is no z (U+007A) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no D (U+0044) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no D (U+0044) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no b (U+0062) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no D (U+0044) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no I (U+0049) in font nullfont!
Missing character: There is no v (U+0076) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no v (U+0076) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no T (U+0054) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no C (U+0043) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no u (U+0075) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no V (U+0056) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no K (U+004B) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no P (U+0050) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no d (U+0064) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no E (U+0045) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no g (U+0067) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no g (U+0067) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no 2 (U+0032) in font nullfont!
Missing character: There is no 0 (U+0030) in font nullfont!
Missing character: There is no 1 (U+0031) in font nullfont!
Missing character: There is no 4 (U+0034) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no 8 (U+0038) in font nullfont!
Missing character: There is no 7 (U+0037) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no 7 (U+0037) in font nullfont!
Missing character: There is no 4 (U+0034) in font nullfont!
Missing character: There is no 0 (U+0030) in font nullfont!
Missing character: There is no - (U+002D) in font nullfont!
Missing character: There is no - (U+002D) in font nullfont!
Missing character: There is no 7 (U+0037) in font nullfont!
Missing character: There is no 4 (U+0034) in font nullfont!
Missing character: There is no 6 (U+0036) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no 2 (U+0032) in font nullfont!
Missing character: There is no 0 (U+0030) in font nullfont!
Missing character: There is no 1 (U+0031) in font nullfont!
Missing character: There is no 4 (U+0034) in font nullfont!
Missing character: There is no T (U+0054) in font nullfont!
Missing character: There is no h (U+0068) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no m (U+006D) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no f (U+0066) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no m (U+006D) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no f (U+0066) in font nullfont!
Missing character: There is no g (U+0067) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no d (U+0064) in font nullfont!
Missing character: There is no g (U+0067) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no y (U+0079) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no p (U+0070) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no f (U+0066) in font nullfont!
Missing character: There is no f (U+0066) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no - (U+002D) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no g (U+0067) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no d (U+0064) in font nullfont!
Missing character: There is no u (U+0075) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no : (U+003A) in font nullfont!
Missing character: There is no f (U+0066) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no m (U+006D) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no u (U+0075) in font nullfont!
Missing character: There is no p (U+0070) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no f (U+0066) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no g (U+0067) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no d (U+0064) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no y (U+0079) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no C (U+0043) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no R (U+0052) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no k (U+006B) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no E (U+0045) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no D (U+0044) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no C (U+0043) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no M (U+004D) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no R (U+0052) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no y (U+0079) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no d (U+0064) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no M (U+004D) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no B (U+0042) in font nullfont!
Missing character: There is no u (U+0075) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no g (U+0067) in font nullfont!
Missing character: There is no h (U+0068) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no m (U+006D) in font nullfont!
Missing character: There is no m (U+006D) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no M (U+004D) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no R (U+0052) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no h (U+0068) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no D (U+0044) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no D (U+0044) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no b (U+0062) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no D (U+0044) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no A (U+0041) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no I (U+0049) in font nullfont!
Missing character: There is no v (U+0076) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no v (U+0076) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no L (U+004C) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no g (U+0067) in font nullfont!
Missing character: There is no m (U+006D) in font nullfont!
Missing character: There is no u (U+0075) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no 2 (U+0032) in font nullfont!
Missing character: There is no 0 (U+0030) in font nullfont!
Missing character: There is no 1 (U+0031) in font nullfont!
Missing character: There is no 5 (U+0035) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no 3 (U+0033) in font nullfont!
Missing character: There is no 1 (U+0031) in font nullfont!
Missing character: There is no ( (U+0028) in font nullfont!
Missing character: There is no 1 (U+0031) in font nullfont!
Missing character: There is no ) (U+0029) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no 5 (U+0035) in font nullfont!
Missing character: There is no 2 (U+0032) in font nullfont!
Missing character: There is no 9 (U+0039) in font nullfont!
Missing character: There is no - (U+002D) in font nullfont!
Missing character: There is no - (U+002D) in font nullfont!
Missing character: There is no 5 (U+0035) in font nullfont!
Missing character: There is no 3 (U+0033) in font nullfont!
Missing character: There is no 4 (U+0034) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no 2 (U+0032) in font nullfont!
Missing character: There is no 0 (U+0030) in font nullfont!
Missing character: There is no 1 (U+0031) in font nullfont!
Missing character: There is no 4 (U+0034) in font nullfont!
Missing character: There is no P (U+0050) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no m (U+006D) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no y (U+0079) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no h (U+0068) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no m (U+006D) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no q (U+0071) in font nullfont!
Missing character: There is no u (U+0075) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no u (U+0075) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no m (U+006D) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no y (U+0079) in font nullfont!
Missing character: There is no d (U+0064) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no m (U+006D) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no y (U+0079) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no h (U+0068) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no k (U+006B) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no g (U+0067) in font nullfont!
Missing character: There is no m (U+006D) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no d (U+0064) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no - (U+002D) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no p (U+0070) in font nullfont!
Missing character: There is no h (U+0068) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no p (U+0070) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no y (U+0079) in font nullfont!
Missing character: There is no m (U+006D) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no Y (U+0059) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no I (U+0049) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no O (U+004F) in font nullfont!
Missing character: There is no d (U+0064) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no h (U+0068) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no k (U+006B) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no D (U+0044) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no V (U+0056) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no A (U+0041) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no k (U+006B) in font nullfont!
Missing character: There is no h (U+0068) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no D (U+0044) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no D (U+0044) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no b (U+0062) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no M (U+004D) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no m (U+006D) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no u (U+0075) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no 2 (U+0032) in font nullfont!
Missing character: There is no 0 (U+0030) in font nullfont!
Missing character: There is no 1 (U+0031) in font nullfont!
Missing character: There is no 4 (U+0034) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no 4 (U+0034) in font nullfont!
Missing character: There is no 7 (U+0037) in font nullfont!
Missing character: There is no ( (U+0028) in font nullfont!
Missing character: There is no 2 (U+0032) in font nullfont!
Missing character: There is no 2 (U+0032) in font nullfont!
Missing character: There is no ) (U+0029) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no 7 (U+0037) in font nullfont!
Missing character: There is no 8 (U+0038) in font nullfont!
Missing character: There is no 9 (U+0039) in font nullfont!
Missing character: There is no 0 (U+0030) in font nullfont!
Missing character: There is no - (U+002D) in font nullfont!
Missing character: There is no - (U+002D) in font nullfont!
Missing character: There is no 7 (U+0037) in font nullfont!
Missing character: There is no 8 (U+0038) in font nullfont!
Missing character: There is no 9 (U+0039) in font nullfont!
Missing character: There is no 9 (U+0039) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no 2 (U+0032) in font nullfont!
Missing character: There is no 0 (U+0030) in font nullfont!
Missing character: There is no 1 (U+0031) in font nullfont!
Missing character: There is no 3 (U+0033) in font nullfont!
Missing character: There is no H (U+0048) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no g (U+0067) in font nullfont!
Missing character: There is no h (U+0068) in font nullfont!
Missing character: There is no - (U+002D) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no u (U+0075) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no h (U+0068) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no m (U+006D) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no m (U+006D) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no g (U+0067) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no g (U+0067) in font nullfont!
Missing character: There is no w (U+0077) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no h (U+0068) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no m (U+006D) in font nullfont!
Missing character: There is no b (U+0062) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no f (U+0066) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no - (U+002D) in font nullfont!
Missing character: There is no f (U+0066) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no u (U+0075) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no X (U+0058) in font nullfont!
Missing character: There is no - (U+002D) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no y (U+0079) in font nullfont!
Missing character: There is no d (U+0064) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no f (U+0066) in font nullfont!
Missing character: There is no f (U+0066) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no d (U+0064) in font nullfont!
Missing character: There is no u (U+0075) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no - (U+002D) in font nullfont!
Missing character: There is no f (U+0066) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no h (U+0068) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no p (U+0070) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no m (U+006D) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no y (U+0079) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no M (U+004D) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no R (U+0052) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no h (U+0068) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no D (U+0044) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no D (U+0044) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no b (U+0062) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no J (U+004A) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no u (U+0075) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no f (U+0066) in font nullfont!
Missing character: There is no S (U+0053) in font nullfont!
Missing character: There is no y (U+0079) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no h (U+0068) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no R (U+0052) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no d (U+0064) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no 2 (U+0032) in font nullfont!
Missing character: There is no 0 (U+0030) in font nullfont!
Missing character: There is no 1 (U+0031) in font nullfont!
Missing character: There is no 4 (U+0034) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no 2 (U+0032) in font nullfont!
Missing character: There is no 1 (U+0031) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no 2 (U+0032) in font nullfont!
Missing character: There is no 2 (U+0032) in font nullfont!
Missing character: There is no 3 (U+0033) in font nullfont!
Missing character: There is no - (U+002D) in font nullfont!
Missing character: There is no - (U+002D) in font nullfont!
Missing character: There is no 2 (U+0032) in font nullfont!
Missing character: There is no 2 (U+0032) in font nullfont!
Missing character: There is no 8 (U+0038) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no C (U+0043) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no m (U+006D) in font nullfont!
Missing character: There is no m (U+006D) in font nullfont!
Missing character: There is no u (U+0075) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no S (U+0053) in font nullfont!
Missing character: There is no k (U+006B) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no 2 (U+0032) in font nullfont!
Missing character: There is no 0 (U+0030) in font nullfont!
Missing character: There is no 1 (U+0031) in font nullfont!
Missing character: There is no 4 (U+0034) in font nullfont!
Missing character: There is no O (U+004F) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no p (U+0070) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no h (U+0068) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no B (U+0042) in font nullfont!
Missing character: There is no u (U+0075) in font nullfont!
Missing character: There is no d (U+0064) in font nullfont!
Missing character: There is no d (U+0064) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no g (U+0067) in font nullfont!
Missing character: There is no S (U+0053) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no C (U+0043) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no q (U+0071) in font nullfont!
Missing character: There is no u (U+0075) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no u (U+0075) in font nullfont!
Missing character: There is no m (U+006D) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no I (U+0049) in font nullfont!
Missing character: There is no S (U+0053) in font nullfont!
Missing character: There is no L (U+004C) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no S (U+0053) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no - (U+002D) in font nullfont!
Missing character: There is no L (U+004C) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no u (U+0075) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no F (U+0046) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no 2 (U+0032) in font nullfont!
Missing character: There is no 0 (U+0030) in font nullfont!
Missing character: There is no 1 (U+0031) in font nullfont!
Missing character: There is no 4 (U+0034) in font nullfont!
Missing character: There is no O (U+004F) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no p (U+0070) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no h (U+0068) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no E (U+0045) in font nullfont!
Missing character: There is no u (U+0075) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no p (U+0070) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no S (U+0053) in font nullfont!
Missing character: There is no y (U+0079) in font nullfont!
Missing character: There is no m (U+006D) in font nullfont!
Missing character: There is no p (U+0070) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no u (U+0075) in font nullfont!
Missing character: There is no m (U+006D) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no T (U+0054) in font nullfont!
Missing character: There is no h (U+0068) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no m (U+006D) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no A (U+0041) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no y (U+0079) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no d (U+0064) in font nullfont!
Missing character: There is no C (U+0043) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no m (U+006D) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no y (U+0079) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no E (U+0045) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no p (U+0070) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no F (U+0046) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no d (U+0064) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no 2 (U+0032) in font nullfont!
Missing character: There is no 0 (U+0030) in font nullfont!
Missing character: There is no 1 (U+0031) in font nullfont!
Missing character: There is no 4 (U+0034) in font nullfont!
Missing character: There is no P (U+0050) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no h (U+0068) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no S (U+0053) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no f (U+0066) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no M (U+004D) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no U (U+0055) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no d (U+0064) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no E (U+0045) in font nullfont!
Missing character: There is no x (U+0078) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no C (U+0043) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no A (U+0041) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no u (U+0075) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no S (U+0053) in font nullfont!
Missing character: There is no u (U+0075) in font nullfont!
Missing character: There is no m (U+006D) in font nullfont!
Missing character: There is no m (U+006D) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no S (U+0053) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no h (U+0068) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no M (U+004D) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no w (U+0077) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no h (U+0068) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no F (U+0046) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no 2 (U+0032) in font nullfont!
Missing character: There is no 0 (U+0030) in font nullfont!
Missing character: There is no 1 (U+0031) in font nullfont!
Missing character: There is no 4 (U+0034) in font nullfont!
Missing character: There is no P (U+0050) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no h (U+0068) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no J (U+004A) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no u (U+0075) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no é (U+00E9) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no E (U+0045) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no v (U+0076) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no R (U+0052) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no h (U+0068) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no h (U+0068) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no f (U+0066) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no h (U+0068) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no F (U+0046) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no u (U+0075) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no d (U+0064) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no A (U+0041) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no b (U+0062) in font nullfont!
Missing character: There is no u (U+0075) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no G (U+0047) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no u (U+0075) in font nullfont!
Missing character: There is no p (U+0070) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no P (U+0050) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no F (U+0046) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no 2 (U+0032) in font nullfont!
Missing character: There is no 0 (U+0030) in font nullfont!
Missing character: There is no 1 (U+0031) in font nullfont!
Missing character: There is no 3 (U+0033) in font nullfont!
Missing character: There is no O (U+004F) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no p (U+0070) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no h (U+0068) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no B (U+0042) in font nullfont!
Missing character: There is no u (U+0075) in font nullfont!
Missing character: There is no d (U+0064) in font nullfont!
Missing character: There is no d (U+0064) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no g (U+0067) in font nullfont!
Missing character: There is no S (U+0053) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no C (U+0043) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no q (U+0071) in font nullfont!
Missing character: There is no u (U+0075) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no u (U+0075) in font nullfont!
Missing character: There is no m (U+006D) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no I (U+0049) in font nullfont!
Missing character: There is no S (U+0053) in font nullfont!
Missing character: There is no L (U+004C) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no S (U+0053) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no - (U+002D) in font nullfont!
Missing character: There is no L (U+004C) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no u (U+0075) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no F (U+0046) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no 2 (U+0032) in font nullfont!
Missing character: There is no 0 (U+0030) in font nullfont!
Missing character: There is no 1 (U+0031) in font nullfont!
Missing character: There is no 3 (U+0033) in font nullfont!
Missing character: There is no P (U+0050) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no h (U+0068) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no J (U+004A) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no u (U+0075) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no é (U+00E9) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no E (U+0045) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no v (U+0076) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no R (U+0052) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no h (U+0068) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no h (U+0068) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no f (U+0066) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no h (U+0068) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no E (U+0045) in font nullfont!
Missing character: There is no A (U+0041) in font nullfont!
Missing character: There is no D (U+0044) in font nullfont!
Missing character: There is no S (U+0053) in font nullfont!
Missing character: There is no F (U+0046) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no u (U+0075) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no d (U+0064) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no P (U+0050) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no F (U+0046) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no 2 (U+0032) in font nullfont!
Missing character: There is no 0 (U+0030) in font nullfont!
Missing character: There is no 1 (U+0031) in font nullfont!
Missing character: There is no 2 (U+0032) in font nullfont!
Missing character: There is no P (U+0050) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no h (U+0068) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no M (U+004D) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no g (U+0067) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no f (U+0066) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no h (U+0068) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no N (U+004E) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no G (U+0047) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no u (U+0075) in font nullfont!
Missing character: There is no p (U+0070) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no f (U+0066) in font nullfont!
Missing character: There is no S (U+0053) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no d (U+0064) in font nullfont!
Missing character: There is no S (U+0053) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no P (U+0050) in font nullfont!
Missing character: There is no h (U+0068) in font nullfont!
Missing character: There is no y (U+0079) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no f (U+0066) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no h (U+0068) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no R (U+0052) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no y (U+0079) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no P (U+0050) in font nullfont!
Missing character: There is no h (U+0068) in font nullfont!
Missing character: There is no y (U+0079) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no S (U+0053) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no y (U+0079) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no f (U+0066) in font nullfont!
Missing character: There is no S (U+0053) in font nullfont!
Missing character: There is no p (U+0070) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no S (U+0053) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no v (U+0076) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no S (U+0053) in font nullfont!
Missing character: There is no p (U+0070) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no C (U+0043) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no u (U+0075) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no 2 (U+0032) in font nullfont!
Missing character: There is no 0 (U+0030) in font nullfont!
Missing character: There is no 1 (U+0031) in font nullfont!
Missing character: There is no 4 (U+0034) in font nullfont!
Missing character: There is no P (U+0050) in font nullfont!
Missing character: There is no y (U+0079) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no h (U+0068) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no f (U+0066) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no S (U+0053) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no d (U+0064) in font nullfont!
Missing character: There is no E (U+0045) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no g (U+0067) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no P (U+0050) in font nullfont!
Missing character: There is no y (U+0079) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no h (U+0068) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no A (U+0041) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no d (U+0064) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no m (U+006D) in font nullfont!
Missing character: There is no y (U+0079) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no L (U+004C) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no p (U+0070) in font nullfont!
Missing character: There is no z (U+007A) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no g (U+0067) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no G (U+0047) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no m (U+006D) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no y (U+0079) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no 2 (U+0032) in font nullfont!
Missing character: There is no 0 (U+0030) in font nullfont!
Missing character: There is no 1 (U+0031) in font nullfont!
Missing character: There is no 3 (U+0033) in font nullfont!
Missing character: There is no A (U+0041) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no I (U+0049) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no d (U+0064) in font nullfont!
Missing character: There is no u (U+0075) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no I (U+0049) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no v (U+0076) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no P (U+0050) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no g (U+0067) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no m (U+006D) in font nullfont!
Missing character: There is no m (U+006D) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no g (U+0067) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no P (U+0050) in font nullfont!
Missing character: There is no y (U+0079) in font nullfont!
Missing character: There is no t (U+0074) in font nullfont!
Missing character: There is no h (U+0068) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no C (U+0043) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no u (U+0075) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no r (U+0072) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no , (U+002C) in font nullfont!
Missing character: There is no M (U+004D) in font nullfont!
Missing character: There is no O (U+004F) in font nullfont!
Missing character: There is no O (U+004F) in font nullfont!
Missing character: There is no C (U+0043) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no D (U+0044) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no v (U+0076) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no d (U+0064) in font nullfont!
Missing character: There is no D (U+0044) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no b (U+0062) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no s (U+0073) in font nullfont!
Missing character: There is no J (U+004A) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no m (U+006D) in font nullfont!
Missing character: There is no é (U+00E9) in font nullfont!
Missing character: There is no n (U+006E) in font nullfont!
Missing character: There is no e (U+0065) in font nullfont!
Missing character: There is no z (U+007A) in font nullfont!
Missing character: There is no + (U+002B) in font nullfont!
Missing character: There is no 3 (U+0033) in font nullfont!
Missing character: There is no 3 (U+0033) in font nullfont!
Missing character: There is no 6 (U+0036) in font nullfont!
Missing character: There is no 5 (U+0035) in font nullfont!
Missing character: There is no 2 (U+0032) in font nullfont!
Missing character: There is no 5 (U+0035) in font nullfont!
Missing character: There is no 9 (U+0039) in font nullfont!
Missing character: There is no 0 (U+0030) in font nullfont!
Missing character: There is no 4 (U+0034) in font nullfont!
Missing character: There is no 4 (U+0034) in font nullfont!
Missing character: There is no 9 (U+0039) in font nullfont!
Missing character: There is no • (U+2022) in font nullfont!
Missing character: There is no d (U+0064) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no v (U+0076) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no d (U+0064) in font nullfont!
Missing character: There is no d (U+0064) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no j (U+006A) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no @ (U+0040) in font nullfont!
Missing character: There is no g (U+0067) in font nullfont!
Missing character: There is no m (U+006D) in font nullfont!
Missing character: There is no a (U+0061) in font nullfont!
Missing character: There is no i (U+0069) in font nullfont!
Missing character: There is no l (U+006C) in font nullfont!
Missing character: There is no . (U+002E) in font nullfont!
Missing character: There is no c (U+0063) in font nullfont!
Missing character: There is no o (U+006F) in font nullfont!
Missing character: There is no m (U+006D) in font nullfont!
]
Package atveryend Info: Empty hook `BeforeClearDocument' on input line 91.
Package atveryend Info: Empty hook `AfterLastShipout' on input line 91.
(./DavidDoblas_CVAppend_en.aux)
Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 91.
Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 91.
Package rerunfilecheck Warning: File `DavidDoblas_CVAppend_en.out' has changed.
(rerunfilecheck) Rerun to get outlines right
(rerunfilecheck) or use package `bookmark'.
Package rerunfilecheck Info: Checksums for `DavidDoblas_CVAppend_en.out':
(rerunfilecheck) Before: <no file>
(rerunfilecheck) After: 6ECDEB1F0ADFD17D2E3F141E03035372;327.
LaTeX Font Warning: Some font shapes were not available, defaults substituted.
)
Here is how much of LuaTeX's memory you used:
35315 strings out of 494694
100000,794899 words of node,token memory allocated
401 words of node memory still in use:
4 hlist, 1 vlist, 1 rule, 2 glue, 1 kern, 7 attribute, 59 glue_spec, 7 attrib
ute_list, 2 write, 2 pdf_colorstack nodes
avail lists: 1:1,2:2682,3:712,4:1470,5:24,6:1932,7:61,8:10,9:479,10:1
37865 multiletter control sequences out of 65536+600000
38 fonts using 2325599 bytes
83i,15n,69p,788b,692s stack positions out of 5000i,500n,10000p,200000b,100000s
</usr/share/texmf-dist/fonts/opentype/public/fontawesome/FontAwesome.otf>{/usr/s
hare/texmf-dist/fonts/enc/dvips/lm/lm-mathit.enc}{/usr/share/texmf-dist/fonts/en
c/dvips/lm/lm-rm.enc}{/usr/share/texmf-dist/fonts/enc/dvips/lm/lm-mathsy.enc}<</
usr/share/texmf-dist/fonts/type1/public/lm/lmmi8.pfb><</usr/share/texmf-dist/fon
ts/type1/public/lm/lmr10.pfb><</usr/share/texmf-dist/fonts/type1/public/lm/lmsy1
0.pfb>
Output written on DavidDoblas_CVAppend_en.pdf (1 page, 34490 bytes).
PDF statistics: 46 PDF objects out of 1000 (max. 8388607)
36 compressed objects within 1 object stream
5 named destinations out of 1000 (max. 131072)
16 words of extra memory for PDF output out of 10000 (max. 10000000)

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10323
Joined: Mon Mar 10, 2008 9:44 pm

Re: error compiling with LuaLaTeX

Post by Stefan Kottwitz »

I tested it but I don't have the fonts, so I got an error anyway.

I suggest verify that the fonts are working using a very small simple document. You could also post the test document here, and the log file. The log file is huge, maybe reduce it. I could hardly read the already posted log file.

Stefan
LaTeX.org admin
Post Reply