diff --git a/.gitignore b/.gitignore index db29123..b175707 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,39 @@ .directory .texpadtmp # ^ Mac Texpad application uses this directory for temporary files. + +# Latex files + +*.aux +*.glo +*.idx +*.log +*.toc +*.ist +*.acn +*.acr +*.alg +*.bbl +*.blg +*.tui +*.top +*.tmp +*.mp +*.dvi +*.glg +*.gls +*.ilg +*.ind +*.lof +*.lot +*.maf +*.mtc +*.mtc1 +*.out +*.synctex.gz +cpp.pdf +# Since we may include PDF inserts that we generate elsewhere, if there are any other temporary pdfs +# PLEASE add them here. + +# Any more platform things +.DS_Store diff --git a/cpp.aux b/cpp.aux deleted file mode 100644 index 84dc554..0000000 --- a/cpp.aux +++ /dev/null @@ -1,104 +0,0 @@ -\relax -\providecommand\hyper@newdestlabel[2]{} -\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument} -\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined -\global\let\oldcontentsline\contentsline -\gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}} -\global\let\oldnewlabel\newlabel -\gdef\newlabel#1#2{\newlabelxx{#1}#2} -\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}} -\AtEndDocument{\ifx\hyper@anchor\@undefined -\let\contentsline\oldcontentsline -\let\newlabel\oldnewlabel -\fi} -\fi} -\global\let\hyper@last\relax -\gdef\HyperFirstAtBeginDocument#1{#1} -\providecommand*\HyPL@Entry[1]{} -\HyPL@Entry{0<>} -\newlabel{ContentAuthors}{{}{5}{Dramatis Person\ae }{chapter*.2}{}} -\@writefile{toc}{\contentsline {chapter}{\numberline {1}History}{9}{chapter.1}} -\@writefile{lof}{\addvspace {10\p@ }} -\@writefile{lot}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {chapter}{\numberline {2}Sample Program}{11}{chapter.2}} -\@writefile{lof}{\addvspace {10\p@ }} -\@writefile{lot}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {chapter}{\numberline {3}Variables}{13}{chapter.3}} -\@writefile{lof}{\addvspace {10\p@ }} -\@writefile{lot}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {chapter}{\numberline {4}Constants}{15}{chapter.4}} -\@writefile{lof}{\addvspace {10\p@ }} -\@writefile{lot}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {chapter}{\numberline {5}Assignments}{17}{chapter.5}} -\@writefile{lof}{\addvspace {10\p@ }} -\@writefile{lot}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {chapter}{\numberline {6}Input}{21}{chapter.6}} -\@writefile{lof}{\addvspace {10\p@ }} -\@writefile{lot}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {chapter}{\numberline {7}Output}{23}{chapter.7}} -\@writefile{lof}{\addvspace {10\p@ }} -\@writefile{lot}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {chapter}{\numberline {8}Arithmetic}{25}{chapter.8}} -\@writefile{lof}{\addvspace {10\p@ }} -\@writefile{lot}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {chapter}{\numberline {9}Comments}{29}{chapter.9}} -\@writefile{lof}{\addvspace {10\p@ }} -\@writefile{lot}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {chapter}{\numberline {10}Data types, conversion}{31}{chapter.10}} -\@writefile{lof}{\addvspace {10\p@ }} -\@writefile{lot}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {chapter}{\numberline {11}Conditionals}{33}{chapter.11}} -\@writefile{lof}{\addvspace {10\p@ }} -\@writefile{lot}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {chapter}{\numberline {12}Strings}{35}{chapter.12}} -\@writefile{lof}{\addvspace {10\p@ }} -\@writefile{lot}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {chapter}{\numberline {13}Loops}{37}{chapter.13}} -\@writefile{lof}{\addvspace {10\p@ }} -\@writefile{lot}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {chapter}{\numberline {14}Functions, Scope, and Blocks}{39}{chapter.14}} -\@writefile{lof}{\addvspace {10\p@ }} -\@writefile{lot}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {section}{\numberline {14.1}Blocks}{39}{section.14.1}} -\@writefile{toc}{\contentsline {chapter}{\numberline {15}Problem Solving}{41}{chapter.15}} -\@writefile{lof}{\addvspace {10\p@ }} -\@writefile{lot}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {chapter}{\numberline {16}Testing}{43}{chapter.16}} -\@writefile{lof}{\addvspace {10\p@ }} -\@writefile{lot}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {chapter}{\numberline {17}Preprocessor}{45}{chapter.17}} -\@writefile{lof}{\addvspace {10\p@ }} -\@writefile{lot}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {chapter}{\numberline {18}Advanced Arithmetic}{47}{chapter.18}} -\@writefile{lof}{\addvspace {10\p@ }} -\@writefile{lot}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {section}{\numberline {18.1}Examples}{48}{section.18.1}} -\@writefile{toc}{\contentsline {subsection}{\numberline {18.1.1}\texttt {pow()}}{48}{subsection.18.1.1}} -\@writefile{toc}{\contentsline {subsection}{\numberline {18.1.2}\texttt {sqrt()}}{50}{subsection.18.1.2}} -\@writefile{toc}{\contentsline {subsection}{\numberline {18.1.3}Modulo}{51}{subsection.18.1.3}} -\@writefile{toc}{\contentsline {section}{\numberline {18.2}Review Questions}{52}{section.18.2}} -\@writefile{toc}{\contentsline {section}{\numberline {18.3}Homework Questions}{53}{section.18.3}} -\@writefile{toc}{\contentsline {section}{\numberline {18.4}Review Answers}{53}{section.18.4}} -\@writefile{toc}{\contentsline {section}{\numberline {18.5}Homework Answers}{53}{section.18.5}} -\@writefile{toc}{\contentsline {section}{\numberline {18.6}Further Reading}{54}{section.18.6}} -\@writefile{toc}{\contentsline {chapter}{\numberline {19}File I/O}{55}{chapter.19}} -\@writefile{lof}{\addvspace {10\p@ }} -\@writefile{lot}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {chapter}{\numberline {20}Arrays}{57}{chapter.20}} -\@writefile{lof}{\addvspace {10\p@ }} -\@writefile{lot}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {chapter}{\numberline {21}Pointers}{59}{chapter.21}} -\@writefile{lof}{\addvspace {10\p@ }} -\@writefile{lot}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {chapter}{\numberline {22}Dynamic Data}{61}{chapter.22}} -\@writefile{lof}{\addvspace {10\p@ }} -\@writefile{lot}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {chapter}{\numberline {23}Separate compilation}{63}{chapter.23}} -\@writefile{lof}{\addvspace {10\p@ }} -\@writefile{lot}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {chapter}{\numberline {24}Classes and Abstraction}{65}{chapter.24}} -\@writefile{lof}{\addvspace {10\p@ }} -\@writefile{lot}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {chapter}{\numberline {25}STL}{67}{chapter.25}} -\@writefile{lof}{\addvspace {10\p@ }} -\@writefile{lot}{\addvspace {10\p@ }} diff --git a/cpp.bbl b/cpp.bbl deleted file mode 100644 index e69de29..0000000 diff --git a/cpp.blg b/cpp.blg deleted file mode 100644 index 25d5b84..0000000 --- a/cpp.blg +++ /dev/null @@ -1,5 +0,0 @@ -This is BibTeX, Version 0.99cThe top-level auxiliary file: C:\Documents and Settings\jhansen3\Desktop\GitHub\rooksguide-cplusplus\cpp.aux -I found no \citation commands---while reading file C:\Documents and Settings\jhansen3\Desktop\GitHub\rooksguide-cplusplus\cpp.aux -I found no \bibdata command---while reading file C:\Documents and Settings\jhansen3\Desktop\GitHub\rooksguide-cplusplus\cpp.aux -I found no \bibstyle command---while reading file C:\Documents and Settings\jhansen3\Desktop\GitHub\rooksguide-cplusplus\cpp.aux -(There were 3 error messages) diff --git a/cpp.idx b/cpp.idx deleted file mode 100644 index e69de29..0000000 diff --git a/cpp.ilg b/cpp.ilg deleted file mode 100644 index 3e2e251..0000000 --- a/cpp.ilg +++ /dev/null @@ -1,4 +0,0 @@ -This is C:\Program Files\MiKTeX\miktex\bin\makeindex.exe, version 2.14 [02-Oct-2002] (kpathsea + Thai support). -Scanning input file C:\Documents and Settings\jhansen3\Desktop\GitHub\rooksguide-cplusplus\cpp.idx...done (0 entries accepted, 0 rejected). -Nothing written in C:\Documents and Settings\jhansen3\Desktop\GitHub\rooksguide-cplusplus\cpp.ind. -Transcript written in C:\Documents and Settings\jhansen3\Desktop\GitHub\rooksguide-cplusplus\cpp.ilg. diff --git a/cpp.ind b/cpp.ind deleted file mode 100644 index e69de29..0000000 diff --git a/cpp.log b/cpp.log deleted file mode 100644 index eabb9f7..0000000 --- a/cpp.log +++ /dev/null @@ -1,1913 +0,0 @@ -This is XeTeX, Version 3.1415926-2.2-0.9995.1 (MiKTeX 2.8) (preloaded format=xelatex 2013.7.23) 23 JUL 2013 19:50 -entering extended mode -**C:/Documents*and*Settings/jhansen3/Desktop/GitHub/rooksguide-cplusplus/cpp.te -x - -("C:/Documents and Settings/jhansen3/Desktop/GitHub/rooksguide-cplusplus/cpp.te -x" -LaTeX2e <2011/06/27> -("C:\Program Files\MiKTeX\tex\latex\base\book.cls" -Document Class: book 2007/10/19 v1.4h Standard LaTeX document class -("C:\Program Files\MiKTeX\tex\latex\base\bk11.clo" -File: bk11.clo 2007/10/19 v1.4h Standard LaTeX file (size option) -) -\c@part=\count80 -\c@chapter=\count81 -\c@section=\count82 -\c@subsection=\count83 -\c@subsubsection=\count84 -\c@paragraph=\count85 -\c@subparagraph=\count86 -\c@figure=\count87 -\c@table=\count88 -\abovecaptionskip=\skip41 -\belowcaptionskip=\skip42 -\bibindent=\dimen102 -) -("C:\Program Files\MiKTeX\tex\latex\libertine\libertine.sty" -Package: libertine 2013/02/13 (Bob Tennent) Supports Libertine and Biolinum fon -ts for all LaTeX engines. - -("C:\Program Files\MiKTeX\tex\generic\ifxetex\ifxetex.sty" -Package: ifxetex 2010/09/12 v0.6 Provides ifxetex conditional -) -("C:\Program Files\MiKTeX\tex\generic\oberdiek\ifluatex.sty" -Package: ifluatex 2010/03/01 v1.3 Provides the ifluatex switch (HO) -Package ifluatex Info: LuaTeX not detected. -) -("C:\Program Files\MiKTeX\tex\latex\xkeyval\xkeyval.sty" -Package: xkeyval 2012/10/14 v2.6b package option processing (HA) - -("C:\Program Files\MiKTeX\tex\generic\xkeyval\xkeyval.tex" -\XKV@toks=\toks14 -\XKV@tempa@toks=\toks15 -\XKV@depth=\count89 -File: xkeyval.tex 2012/10/14 v2.6b key=value parser (HA) - -("C:\Program Files\MiKTeX\tex\generic\xkeyval\keyval.tex"))) -("C:\Program Files\MiKTeX\tex\latex\base\textcomp.sty" -Package: textcomp 2005/09/27 v1.99g Standard LaTeX package -Package textcomp Info: Sub-encoding information: -(textcomp) 5 = only ISO-Adobe without \textcurrency -(textcomp) 4 = 5 + \texteuro -(textcomp) 3 = 4 + \textohm -(textcomp) 2 = 3 + \textestimated + \textcurrency -(textcomp) 1 = TS1 - \textcircled - \t -(textcomp) 0 = TS1 (full) -(textcomp) Font families with sub-encoding setting implement -(textcomp) only a restricted character set as indicated. -(textcomp) Family '?' is the default used for unknown fonts. -(textcomp) See the documentation for details. -Package textcomp Info: Setting ? sub-encoding to TS1/1 on input line 71. - -("C:\Program Files\MiKTeX\tex\latex\base\ts1enc.def" -File: ts1enc.def 2001/06/05 v3.0e (jk/car/fm) Standard LaTeX file -) -LaTeX Info: Redefining \oldstylenums on input line 266. -Package textcomp Info: Setting cmr sub-encoding to TS1/0 on input line 281. -Package textcomp Info: Setting cmss sub-encoding to TS1/0 on input line 282. -Package textcomp Info: Setting cmtt sub-encoding to TS1/0 on input line 283. -Package textcomp Info: Setting cmvtt sub-encoding to TS1/0 on input line 284. -Package textcomp Info: Setting cmbr sub-encoding to TS1/0 on input line 285. -Package textcomp Info: Setting cmtl sub-encoding to TS1/0 on input line 286. -Package textcomp Info: Setting ccr sub-encoding to TS1/0 on input line 287. -Package textcomp Info: Setting ptm sub-encoding to TS1/4 on input line 288. -Package textcomp Info: Setting pcr sub-encoding to TS1/4 on input line 289. -Package textcomp Info: Setting phv sub-encoding to TS1/4 on input line 290. -Package textcomp Info: Setting ppl sub-encoding to TS1/3 on input line 291. -Package textcomp Info: Setting pag sub-encoding to TS1/4 on input line 292. -Package textcomp Info: Setting pbk sub-encoding to TS1/4 on input line 293. -Package textcomp Info: Setting pnc sub-encoding to TS1/4 on input line 294. -Package textcomp Info: Setting pzc sub-encoding to TS1/4 on input line 295. -Package textcomp Info: Setting bch sub-encoding to TS1/4 on input line 296. -Package textcomp Info: Setting put sub-encoding to TS1/5 on input line 297. -Package textcomp Info: Setting uag sub-encoding to TS1/5 on input line 298. -Package textcomp Info: Setting ugq sub-encoding to TS1/5 on input line 299. -Package textcomp Info: Setting ul8 sub-encoding to TS1/4 on input line 300. -Package textcomp Info: Setting ul9 sub-encoding to TS1/4 on input line 301. -Package textcomp Info: Setting augie sub-encoding to TS1/5 on input line 302. -Package textcomp Info: Setting dayrom sub-encoding to TS1/3 on input line 303. -Package textcomp Info: Setting dayroms sub-encoding to TS1/3 on input line 304. - -Package textcomp Info: Setting pxr sub-encoding to TS1/0 on input line 305. -Package textcomp Info: Setting pxss sub-encoding to TS1/0 on input line 306. -Package textcomp Info: Setting pxtt sub-encoding to TS1/0 on input line 307. -Package textcomp Info: Setting txr sub-encoding to TS1/0 on input line 308. -Package textcomp Info: Setting txss sub-encoding to TS1/0 on input line 309. -Package textcomp Info: Setting txtt sub-encoding to TS1/0 on input line 310. -Package textcomp Info: Setting lmr sub-encoding to TS1/0 on input line 311. -Package textcomp Info: Setting lmdh sub-encoding to TS1/0 on input line 312. -Package textcomp Info: Setting lmss sub-encoding to TS1/0 on input line 313. -Package textcomp Info: Setting lmssq sub-encoding to TS1/0 on input line 314. -Package textcomp Info: Setting lmvtt sub-encoding to TS1/0 on input line 315. -Package textcomp Info: Setting qhv sub-encoding to TS1/0 on input line 316. -Package textcomp Info: Setting qag sub-encoding to TS1/0 on input line 317. -Package textcomp Info: Setting qbk sub-encoding to TS1/0 on input line 318. -Package textcomp Info: Setting qcr sub-encoding to TS1/0 on input line 319. -Package textcomp Info: Setting qcs sub-encoding to TS1/0 on input line 320. -Package textcomp Info: Setting qpl sub-encoding to TS1/0 on input line 321. -Package textcomp Info: Setting qtm sub-encoding to TS1/0 on input line 322. -Package textcomp Info: Setting qzc sub-encoding to TS1/0 on input line 323. -Package textcomp Info: Setting qhvc sub-encoding to TS1/0 on input line 324. -Package textcomp Info: Setting futs sub-encoding to TS1/4 on input line 325. -Package textcomp Info: Setting futx sub-encoding to TS1/4 on input line 326. -Package textcomp Info: Setting futj sub-encoding to TS1/4 on input line 327. -Package textcomp Info: Setting hlh sub-encoding to TS1/3 on input line 328. -Package textcomp Info: Setting hls sub-encoding to TS1/3 on input line 329. -Package textcomp Info: Setting hlst sub-encoding to TS1/3 on input line 330. -Package textcomp Info: Setting hlct sub-encoding to TS1/5 on input line 331. -Package textcomp Info: Setting hlx sub-encoding to TS1/5 on input line 332. -Package textcomp Info: Setting hlce sub-encoding to TS1/5 on input line 333. -Package textcomp Info: Setting hlcn sub-encoding to TS1/5 on input line 334. -Package textcomp Info: Setting hlcw sub-encoding to TS1/5 on input line 335. -Package textcomp Info: Setting hlcf sub-encoding to TS1/5 on input line 336. -Package textcomp Info: Setting pplx sub-encoding to TS1/3 on input line 337. -Package textcomp Info: Setting pplj sub-encoding to TS1/3 on input line 338. -Package textcomp Info: Setting ptmx sub-encoding to TS1/4 on input line 339. -Package textcomp Info: Setting ptmj sub-encoding to TS1/4 on input line 340. -) -("C:\Program Files\MiKTeX\tex\latex\fontspec\fontspec.sty" -Package: fontspec 2013/03/16 v2.3a Font selection for XeLaTeX and LuaLaTeX - -("C:\Program Files\MiKTeX\tex\latex\l3kernel\expl3.sty" -("C:\Program Files\MiKTeX\tex\latex\l3kernel\l3names.sty" -("C:\Program Files\MiKTeX\tex\latex\l3kernel\l3bootstrap.sty" -Package: l3bootstrap 2013/01/08 v4420 L3 Experimental bootstrap code -) -Package: l3names 2012/12/07 v4346 L3 Namespace for primitives -) -("C:\Program Files\MiKTeX\tex\latex\misc\etex.sty" -Package: etex 1998/03/26 v2.0 eTeX basic definition package (PEB) -\et@xins=\count90 -) -Package: expl3 2013/03/14 v4469 L3 Experimental code bundle wrapper - -("C:\Program Files\MiKTeX\tex\latex\l3kernel\l3basics.sty" -Package: l3basics 2013/01/10 v4428 L3 Basic definitions -) -("C:\Program Files\MiKTeX\tex\latex\l3kernel\l3expan.sty" -Package: l3expan 2013/02/03 v4458 L3 Argument expansion -) -("C:\Program Files\MiKTeX\tex\latex\l3kernel\l3tl.sty" -Package: l3tl 2013/01/08 v4415 L3 Token lists -) -("C:\Program Files\MiKTeX\tex\latex\l3kernel\l3seq.sty" -Package: l3seq 2013/01/12 v4434 L3 Sequences and stacks -) -("C:\Program Files\MiKTeX\tex\latex\l3kernel\l3int.sty" -Package: l3int 2013/01/13 v4444 L3 Integers -\c_max_int=\count91 -\l_tmpa_int=\count92 -\l_tmpb_int=\count93 -\g_tmpa_int=\count94 -\g_tmpb_int=\count95 -) -("C:\Program Files\MiKTeX\tex\latex\l3kernel\l3quark.sty" -Package: l3quark 2012/11/04 v4268 L3 Quarks -) -("C:\Program Files\MiKTeX\tex\latex\l3kernel\l3prg.sty" -Package: l3prg 2013/02/13 v4459 L3 Control structures -\g__prg_map_int=\count96 -) -("C:\Program Files\MiKTeX\tex\latex\l3kernel\l3clist.sty" -Package: l3clist 2013/01/08 v4414 L3 Comma separated lists -) -("C:\Program Files\MiKTeX\tex\latex\l3kernel\l3token.sty" -Package: l3token 2013/01/10 v4428 L3 Experimental token manipulation -) -("C:\Program Files\MiKTeX\tex\latex\l3kernel\l3prop.sty" -Package: l3prop 2013/01/09 v4423 L3 Property lists -) -("C:\Program Files\MiKTeX\tex\latex\l3kernel\l3msg.sty" -Package: l3msg 2013/01/08 v4412 L3 Messages -) -("C:\Program Files\MiKTeX\tex\latex\l3kernel\l3file.sty" -Package: l3file 2013/01/14 v4446 L3 File and I/O operations -\l_iow_line_count_int=\count97 -\l__iow_target_count_int=\count98 -\l__iow_current_line_int=\count99 -\l__iow_current_word_int=\count100 -\l__iow_current_indentation_int=\count101 -) -("C:\Program Files\MiKTeX\tex\latex\l3kernel\l3skip.sty" -Package: l3skip 2013/01/13 v4444 L3 Dimensions and skips -\c_zero_dim=\dimen103 -\c_max_dim=\dimen104 -\l_tmpa_dim=\dimen105 -\l_tmpb_dim=\dimen106 -\g_tmpa_dim=\dimen107 -\g_tmpb_dim=\dimen108 -\c_zero_skip=\skip43 -\c_max_skip=\skip44 -\l_tmpa_skip=\skip45 -\l_tmpb_skip=\skip46 -\g_tmpa_skip=\skip47 -\g_tmpb_skip=\skip48 -\c_zero_muskip=\muskip10 -\c_max_muskip=\muskip11 -\l_tmpa_muskip=\muskip12 -\l_tmpb_muskip=\muskip13 -\g_tmpa_muskip=\muskip14 -\g_tmpb_muskip=\muskip15 -) -("C:\Program Files\MiKTeX\tex\latex\l3kernel\l3keys.sty" -Package: l3keys 2013/02/24 v4461 L3 Experimental key-value interfaces -\g__keyval_level_int=\count102 -\l_keys_choice_int=\count103 -) -("C:\Program Files\MiKTeX\tex\latex\l3kernel\l3fp.sty" -Package: l3fp 2013/01/19 v4449 L3 Floating points -\c__fp_leading_shift_int=\count104 -\c__fp_middle_shift_int=\count105 -\c__fp_trailing_shift_int=\count106 -\c__fp_big_leading_shift_int=\count107 -\c__fp_big_middle_shift_int=\count108 -\c__fp_big_trailing_shift_int=\count109 -\c__fp_Bigg_leading_shift_int=\count110 -\c__fp_Bigg_middle_shift_int=\count111 -\c__fp_Bigg_trailing_shift_int=\count112 -) -("C:\Program Files\MiKTeX\tex\latex\l3kernel\l3box.sty" -Package: l3box 2013/01/08 v4411 L3 Experimental boxes -\c_empty_box=\box26 -\l_tmpa_box=\box27 -\l_tmpb_box=\box28 -\g_tmpa_box=\box29 -\g_tmpb_box=\box30 -) -("C:\Program Files\MiKTeX\tex\latex\l3kernel\l3coffins.sty" -Package: l3coffins 2012/09/09 v4212 L3 Coffin code layer -\l__coffin_internal_box=\box31 -\l__coffin_internal_dim=\dimen109 -\l__coffin_offset_x_dim=\dimen110 -\l__coffin_offset_y_dim=\dimen111 -\l__coffin_x_dim=\dimen112 -\l__coffin_y_dim=\dimen113 -\l__coffin_x_prime_dim=\dimen114 -\l__coffin_y_prime_dim=\dimen115 -\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=\dimen116 -\l__coffin_display_x_dim=\dimen117 -\l__coffin_display_y_dim=\dimen118 -) -("C:\Program Files\MiKTeX\tex\latex\l3kernel\l3color.sty" -Package: l3color 2012/08/29 v4156 L3 Experimental color support -) -("C:\Program Files\MiKTeX\tex\latex\l3kernel\l3luatex.sty" -Package: l3luatex 2012/08/03 v4049 L3 Experimental LuaTeX-specific functions -\g__cctab_allocate_int=\count113 -\g__cctab_stack_int=\count114 -) -("C:\Program Files\MiKTeX\tex\latex\l3kernel\l3candidates.sty" -Package: l3candidates 2013/03/14 v4468 L3 Experimental additions to l3kernel -\l__box_top_dim=\dimen119 -\l__box_bottom_dim=\dimen120 -\l__box_left_dim=\dimen121 -\l__box_right_dim=\dimen122 -\l__box_top_new_dim=\dimen123 -\l__box_bottom_new_dim=\dimen124 -\l__box_left_new_dim=\dimen125 -\l__box_right_new_dim=\dimen126 -\l__box_internal_box=\box40 -\l__coffin_bounding_shift_dim=\dimen127 -\l__coffin_left_corner_dim=\dimen128 -\l__coffin_right_corner_dim=\dimen129 -\l__coffin_bottom_corner_dim=\dimen130 -\l__coffin_top_corner_dim=\dimen131 -\l__coffin_scaled_total_height_dim=\dimen132 -\l__coffin_scaled_width_dim=\dimen133 -) -("C:\Program Files\MiKTeX\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 not detected. -)) -("C:\Program Files\MiKTeX\tex\latex\l3packages\xparse\xparse.sty" -Package: xparse 2013/03/12 v4467 L3 Experimental document command parser -\l__xparse_current_arg_int=\count115 -\l__xparse_m_args_int=\count116 -\l__xparse_mandatory_args_int=\count117 -\l__xparse_processor_int=\count118 -\l__xparse_v_nesting_int=\count119 -) -\l_fontspec_script_int=\count120 -\l_fontspec_language_int=\count121 -\l_fontspec_strnum_int=\count122 -\l_fontspec_tmpa_dim=\dimen134 -\l_fontspec_tmpb_dim=\dimen135 -\l_fontspec_tmpc_dim=\dimen136 -Variant \tl_gset:cV already defined; not changing it on line 69 - -("C:\Program Files\MiKTeX\tex\latex\fontspec\fontspec-patches.sty" -Package: fontspec-patches 2013/03/16 v2.3a Font selection for XeLaTeX and LuaLa -TeX - -("C:\Program Files\MiKTeX\tex\latex\base\fixltx2e.sty" -Package: fixltx2e 2006/09/13 v1.1m fixes to LaTeX -LaTeX Info: Redefining \em on input line 420. -) -LaTeX Info: Redefining \em on input line 22. -LaTeX Info: Redefining \emph on input line 30. -LaTeX Info: Redefining \- on input line 33. - -************************************************* -* LaTeX warning: "xparse/redefine-command" -* -* Redefining document command \oldstylenums with arg. spec. 'm' on line 128. -************************************************* -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining document command \liningnums with arg. spec. 'm' on line 132. -................................................. -) ("C:\Program Files\MiKTeX\tex\latex\fontspec\fontspec-xetex.sty" -Package: fontspec-xetex 2013/03/16 v2.3a Font selection for XeLaTeX and LuaLaTe -X - -("C:\Program Files\MiKTeX\tex\latex\base\fontenc.sty" -Package: fontenc 2005/09/27 v1.99g Standard LaTeX package - -("C:\Program Files\MiKTeX\tex\latex\euenc\eu1enc.def" -File: eu1enc.def 2010/05/27 v0.1h Experimental Unicode font encodings -) -LaTeX Font Info: Try loading font information for EU1+lmr on input line 100. - - -("C:\Program Files\MiKTeX\tex\latex\euenc\eu1lmr.fd" -File: eu1lmr.fd 2009/10/30 v1.6 Font defs for Latin Modern -)) -("C:\Program Files\MiKTeX\tex\xelatex\xunicode\xunicode.sty" -File: xunicode.sty 2011/09/09 v0.981 provides access to latin accents and many -other characters in Unicode lower plane - -("C:\Program Files\MiKTeX\tex\latex\tipa\t3enc.def" -File: t3enc.def 2001/12/31 T3 encoding -LaTeX Font Info: Try loading font information for EU1+lmss on input line 357 -. - -("C:\Program Files\MiKTeX\tex\latex\euenc\eu1lmss.fd" -File: eu1lmss.fd 2009/10/30 v1.6 Font defs for Latin Modern -)) -\tipaTiiicode=\count123 -\tipasavetokens=\toks16 -\tipachecktokens=\toks17 - -("C:\Program Files\MiKTeX\tex\latex\graphics\graphicx.sty" -Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR) - -("C:\Program Files\MiKTeX\tex\latex\graphics\graphics.sty" -Package: graphics 2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR) - -("C:\Program Files\MiKTeX\tex\latex\graphics\trig.sty" -Package: trig 1999/03/16 v1.09 sin cos tan (DPC) -) -("C:\Program Files\MiKTeX\tex\latex\00miktex\graphics.cfg" -File: graphics.cfg 2007/01/18 v1.5 graphics configuration of teTeX/TeXLive -) -Package graphics Info: Driver file: xetex.def on input line 91. - -("C:\Program Files\MiKTeX\tex\xelatex\xetex-def\xetex.def" -File: xetex.def 2013/02/04 v0.95 LaTeX color/graphics driver for XeTeX (RRM/JK) - -)) -\Gin@req@height=\dimen137 -\Gin@req@width=\dimen138 -)) -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining document command \fontspec with arg. spec. 'O{}m' on line 41. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining document command \setmainfont with arg. spec. 'O{}m' on line 46. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining document command \setsansfont with arg. spec. 'O{}m' on line 51. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining document command \setmonofont with arg. spec. 'O{}m' on line 56. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining document command \setmathrm with arg. spec. 'O{}m' on line 65. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining document command \setboldmathrm with arg. spec. 'O{}m' on line 69. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining document command \setmathsf with arg. spec. 'O{}m' on line 73. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining document command \setmathtt with arg. spec. 'O{}m' on line 77. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining document command \newfontfamily with arg. spec. 'mO{}m' on line 96. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining document command \newfontface with arg. spec. 'mO{}m' on line 100. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining document command \defaultfontfeatures with arg. spec. 'om' on line -. 108. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining document command \addfontfeatures with arg. spec. 'm' on line 144. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining document command \newfontfeature with arg. spec. 'mm' on line 156. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining document command \newAATfeature with arg. spec. 'mmmm' on line 164. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining document command \newICUfeature with arg. spec. 'mmm' on line 172. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining document command \aliasfontfeature with arg. spec. 'mm' on line -. 201. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining document command \aliasfontfeatureoption with arg. spec. 'mmm' on -. line 203. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining document command \newfontscript with arg. spec. 'mm' on line 208. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining document command \newfontlanguage with arg. spec. 'mm' on line 235. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining document command \DeclareFontsExtensions with arg. spec. 'm' on -. line 256. -................................................. -Variant \prop_gput:cnV already defined; not changing it on line 582 -Variant \prop_gput:cnx already defined; not changing it on line 583 -\l_fontspec_tmp_int=\count124 -LaTeX Info: Redefining \itshape on input line 2091. -LaTeX Info: Redefining \slshape on input line 2096. -LaTeX Info: Redefining \scshape on input line 2101. -LaTeX Info: Redefining \upshape on input line 2106. - -("C:\Program Files\MiKTeX\tex\latex\fontspec\fontspec.cfg"))) -\g__file_internal_ior=\read1 -Requested font "[LinLibertine_R.otf]/ICU" at 10.0pt - -> C:/Program Files/MiKTeX/fonts/opentype/public/libertine/LinLibertine_R.otf -\g_fontspec_family_LinLibertine_int=\count125 -Requested font "[LinLibertine_RB.otf]/ICU" at 10.0pt - -> C:/Program Files/MiKTeX/fonts/opentype/public/libertine/LinLibertine_RB.otf -Requested font "[LinLibertine_RI.otf]/ICU" at 10.0pt - -> C:/Program Files/MiKTeX/fonts/opentype/public/libertine/LinLibertine_RI.otf -Requested font "[LinLibertine_RBI.otf]/ICU" at 10.0pt - -> C:/Program Files/MiKTeX/fonts/opentype/public/libertine/LinLibertine_RBI.ot -f -................................................. -. fontspec info: "defining-font" -. -. Font family 'LinLibertine(0)' created for font 'LinLibertine' with options [ -. Ligatures = TeX , Extension = .otf , SmallCapsFeatures={Letters=SmallCaps} , -. Numbers = {Monospaced,Lining}, UprightFont = *_R, ItalicFont = *_RI, -. BoldFont = *_RB, BoldItalicFont = *_RBI, ]. -. -. This font family consists of the following shapes: -. -. * 'normal' with NFSS spec.: -. -. <->"[LinLibertine_R.otf]/ICU:script=latn;language=DFLT;mapping=tex-text;+tnum -;+lnum;" -. -. * 'small caps' with NFSS spec.: -. -. <->"[LinLibertine_R.otf]/ICU:script=latn;language=DFLT;mapping=tex-text;+tnum -;+lnum;+smcp;+smcp;" -. -. * 'bold' with NFSS spec.: -. -. <->"[LinLibertine_RB.otf]/ICU:script=latn;language=DFLT;mapping=tex-text;+tnu -m;+lnum;" -. -. * 'bold small caps' with NFSS spec.: -. -. <->"[LinLibertine_RB.otf]/ICU:script=latn;language=DFLT;mapping=tex-text;+tnu -m;+lnum;+smcp;+smcp;" -. -. * 'italic' with NFSS spec.: -. -. <->"[LinLibertine_RI.otf]/ICU:script=latn;language=DFLT;mapping=tex-text;+tnu -m;+lnum;" -. -. * 'italic small caps' with NFSS spec.: -. -. <->"[LinLibertine_RI.otf]/ICU:script=latn;language=DFLT;mapping=tex-text;+tnu -m;+lnum;+smcp;+smcp;" -. -. * 'bold italic' with NFSS spec.: -. -. <->"[LinLibertine_RBI.otf]/ICU:script=latn;language=DFLT;mapping=tex-text;+tn -um;+lnum;" -. -. * 'bold italic small caps' with NFSS spec.: -. -. <->"[LinLibertine_RBI.otf]/ICU:script=latn;language=DFLT;mapping=tex-text;+tn -um;+lnum;+smcp;+smcp;" -................................................. -Requested font "[LinLibertine_R.otf]/ICU:script=latn;language=DFLT;mapping=tex- -text;+tnum;+lnum;" at 10.0pt - -> C:/Program Files/MiKTeX/fonts/opentype/public/libertine/LinLibertine_R.otf -Requested font "[LinBiolinum_R.otf]/ICU" at 10.0pt - -> C:/Program Files/MiKTeX/fonts/opentype/public/libertine/LinBiolinum_R.otf -\g_fontspec_family_LinBiolinum_int=\count126 -Requested font "[LinBiolinum_RB.otf]/ICU" at 10.0pt - -> C:/Program Files/MiKTeX/fonts/opentype/public/libertine/LinBiolinum_RB.otf -Requested font "[LinBiolinum_RI.otf]/ICU" at 10.0pt - -> C:/Program Files/MiKTeX/fonts/opentype/public/libertine/LinBiolinum_RI.otf -Requested font "[LinBiolinum_RBO.otf]/ICU" at 10.0pt - -> C:/Program Files/MiKTeX/fonts/opentype/public/libertine/LinBiolinum_RBO.otf -................................................. -. fontspec info: "defining-font" -. -. Font family 'LinBiolinum(0)' created for font 'LinBiolinum' with options [ -. Ligatures = TeX , Extension = .otf , SmallCapsFeatures={Letters=SmallCaps} , -. Numbers = {Monospaced, } , Scale = 1, UprightFont = *_R , ItalicFont = *_RI -. , BoldFont = *_RB , BoldItalicFont = *_RBO , ]. -. -. This font family consists of the following shapes: -. -. * 'normal' with NFSS spec.: -. -. <->s*[1]"[LinBiolinum_R.otf]/ICU:script=latn;language=DFLT;mapping=tex-text;+ -tnum;" -. -. * 'small caps' with NFSS spec.: -. -. <->s*[1]"[LinBiolinum_R.otf]/ICU:script=latn;language=DFLT;mapping=tex-text;+ -tnum;+smcp;+smcp;" -. -. * 'bold' with NFSS spec.: -. -. <->s*[1]"[LinBiolinum_RB.otf]/ICU:script=latn;language=DFLT;mapping=tex-text; -+tnum;" -. -. * 'bold small caps' with NFSS spec.: -. -. <->s*[1]"[LinBiolinum_RB.otf]/ICU:script=latn;language=DFLT;mapping=tex-text; -+tnum;+smcp;+smcp;" -. -. * 'italic' with NFSS spec.: -. -. <->s*[1]"[LinBiolinum_RI.otf]/ICU:script=latn;language=DFLT;mapping=tex-text; -+tnum;" -. -. * 'italic small caps' with NFSS spec.: -. -. <->s*[1]"[LinBiolinum_RI.otf]/ICU:script=latn;language=DFLT;mapping=tex-text; -+tnum;+smcp;+smcp;" -. -. * 'bold italic' with NFSS spec.: -. -. <->s*[1]"[LinBiolinum_RBO.otf]/ICU:script=latn;language=DFLT;mapping=tex-text -;+tnum;" -. -. * 'bold italic small caps' with NFSS spec.: -. -. <->s*[1]"[LinBiolinum_RBO.otf]/ICU:script=latn;language=DFLT;mapping=tex-text -;+tnum;+smcp;+smcp;" -................................................. -................................................. -. fontspec info: "defining-font" -. -. Font family 'LinLibertine(0)' created for font 'LinLibertine' with options [ -. Ligatures = TeX , Extension = .otf , SmallCapsFeatures={Letters=SmallCaps} , -. Numbers = {Monospaced,Lining}, UprightFont = *_R, ItalicFont = *_RI, -. BoldFont = *_RB, BoldItalicFont = *_RBI, ]. -. -. This font family consists of the following shapes: -................................................. -Requested font "[LinLibertine_RZ.otf]/ICU" at 10.0pt - -> C:/Program Files/MiKTeX/fonts/opentype/public/libertine/LinLibertine_RZ.otf -Requested font "[LinLibertine_RZI.otf]/ICU" at 10.0pt - -> C:/Program Files/MiKTeX/fonts/opentype/public/libertine/LinLibertine_RZI.ot -f - -************************************************* -* fontspec warning: "icu-feature-not-exist-in-font" -* -* OpenType feature 'Numbers=Monospaced,Lining' (+tnum) not available for font -* 'LinLibertine_RZI' with script 'Latin' and language 'Default'. -************************************************* -************************************************* -* fontspec warning: "icu-feature-not-exist-in-font" -* -* OpenType feature 'Numbers=Monospaced,Lining' (+tnum) not available for font -* 'LinLibertine_RZI' with script 'Latin' and language 'Default'. -************************************************* -................................................. -. fontspec info: "defining-font" -. -. Font family 'LinLibertine(1)' created for font 'LinLibertine' with options [ -. Ligatures = TeX , Extension = .otf , SmallCapsFeatures={Letters=SmallCaps} , -. Numbers = {Monospaced,Lining}, UprightFont = *_R, ItalicFont = *_RI, -. BoldFont = *_RZ, BoldItalicFont = *_RZI, ]. -. -. This font family consists of the following shapes: -. -. * 'normal' with NFSS spec.: -. -. <->"[LinLibertine_R.otf]/ICU:script=latn;language=DFLT;mapping=tex-text;+tnum -;+lnum;" -. -. * 'small caps' with NFSS spec.: -. -. <->"[LinLibertine_R.otf]/ICU:script=latn;language=DFLT;mapping=tex-text;+tnum -;+lnum;+smcp;+smcp;" -. -. * 'bold' with NFSS spec.: -. -. <->"[LinLibertine_RZ.otf]/ICU:script=latn;language=DFLT;mapping=tex-text;+tnu -m;+lnum;" -. -. * 'bold small caps' with NFSS spec.: -. -. <->"[LinLibertine_RZ.otf]/ICU:script=latn;language=DFLT;mapping=tex-text;+tnu -m;+lnum;+smcp;+smcp;" -. -. * 'italic' with NFSS spec.: -. -. <->"[LinLibertine_RI.otf]/ICU:script=latn;language=DFLT;mapping=tex-text;+tnu -m;+lnum;" -. -. * 'italic small caps' with NFSS spec.: -. -. <->"[LinLibertine_RI.otf]/ICU:script=latn;language=DFLT;mapping=tex-text;+tnu -m;+lnum;+smcp;+smcp;" -. -. * 'bold italic' with NFSS spec.: -. -. <->"[LinLibertine_RZI.otf]/ICU:script=latn;language=DFLT;mapping=tex-text;+ln -um;" -. -. * 'bold italic small caps' with NFSS spec.: -. -. <->"[LinLibertine_RZI.otf]/ICU:script=latn;language=DFLT;mapping=tex-text;+ln -um;+smcp;+smcp;" -................................................. -................................................. -. fontspec info: "defining-font" -. -. Font family 'LinLibertine(2)' created for font 'LinLibertine' with options [ -. Ligatures = TeX , Extension = .otf , SmallCapsFeatures={Letters=SmallCaps} , -. Numbers = {Monospaced,OldStyle}, UprightFont = *_R, ItalicFont = *_RI, -. BoldFont = *_RB, BoldItalicFont = *_RBI, ]. -. -. This font family consists of the following shapes: -. -. * 'normal' with NFSS spec.: -. -. <->"[LinLibertine_R.otf]/ICU:script=latn;language=DFLT;mapping=tex-text;+tnum -;+onum;" -. -. * 'small caps' with NFSS spec.: -. -. <->"[LinLibertine_R.otf]/ICU:script=latn;language=DFLT;mapping=tex-text;+tnum -;+onum;+smcp;+smcp;" -. -. * 'bold' with NFSS spec.: -. -. <->"[LinLibertine_RB.otf]/ICU:script=latn;language=DFLT;mapping=tex-text;+tnu -m;+onum;" -. -. * 'bold small caps' with NFSS spec.: -. -. <->"[LinLibertine_RB.otf]/ICU:script=latn;language=DFLT;mapping=tex-text;+tnu -m;+onum;+smcp;+smcp;" -. -. * 'italic' with NFSS spec.: -. -. <->"[LinLibertine_RI.otf]/ICU:script=latn;language=DFLT;mapping=tex-text;+tnu -m;+onum;" -. -. * 'italic small caps' with NFSS spec.: -. -. <->"[LinLibertine_RI.otf]/ICU:script=latn;language=DFLT;mapping=tex-text;+tnu -m;+onum;+smcp;+smcp;" -. -. * 'bold italic' with NFSS spec.: -. -. <->"[LinLibertine_RBI.otf]/ICU:script=latn;language=DFLT;mapping=tex-text;+tn -um;+onum;" -. -. * 'bold italic small caps' with NFSS spec.: -. -. <->"[LinLibertine_RBI.otf]/ICU:script=latn;language=DFLT;mapping=tex-text;+tn -um;+onum;+smcp;+smcp;" -................................................. -................................................. -. fontspec info: "defining-font" -. -. Font family 'LinLibertine(0)' created for font 'LinLibertine' with options [ -. Ligatures = TeX , Extension = .otf , SmallCapsFeatures={Letters=SmallCaps} , -. Numbers = {Monospaced,Lining}, UprightFont = *_R, ItalicFont = *_RI, -. BoldFont = *_RB, BoldItalicFont = *_RBI, ]. -. -. This font family consists of the following shapes: -................................................. -Requested font "[LinLibertine_DR.otf]/ICU" at 10.0pt - -> C:/Program Files/MiKTeX/fonts/opentype/public/libertine/LinLibertine_DR.otf -................................................. -. fontspec info: "defining-font" -. -. Font family 'LinLibertine(3)' created for font 'LinLibertine' with options [ -. Ligatures = TeX , Extension = .otf , SmallCapsFeatures={Letters=SmallCaps} , -. Numbers = {Monospaced,Lining}, UprightFont = *_DR, ItalicFont = *_RI, -. BoldFont = *_RB, BoldItalicFont = *_RBI, ]. -. -. This font family consists of the following shapes: -. -. * 'normal' with NFSS spec.: -. -. <->"[LinLibertine_DR.otf]/ICU:script=latn;language=DFLT;mapping=tex-text;+tnu -m;+lnum;" -. -. * 'bold' with NFSS spec.: -. -. <->"[LinLibertine_RB.otf]/ICU:script=latn;language=DFLT;mapping=tex-text;+tnu -m;+lnum;" -. -. * 'bold small caps' with NFSS spec.: -. -. <->"[LinLibertine_RB.otf]/ICU:script=latn;language=DFLT;mapping=tex-text;+tnu -m;+lnum;+smcp;+smcp;" -. -. * 'italic' with NFSS spec.: -. -. <->"[LinLibertine_RI.otf]/ICU:script=latn;language=DFLT;mapping=tex-text;+tnu -m;+lnum;" -. -. * 'italic small caps' with NFSS spec.: -. -. <->"[LinLibertine_RI.otf]/ICU:script=latn;language=DFLT;mapping=tex-text;+tnu -m;+lnum;+smcp;+smcp;" -. -. * 'bold italic' with NFSS spec.: -. -. <->"[LinLibertine_RBI.otf]/ICU:script=latn;language=DFLT;mapping=tex-text;+tn -um;+lnum;" -. -. * 'bold italic small caps' with NFSS spec.: -. -. <->"[LinLibertine_RBI.otf]/ICU:script=latn;language=DFLT;mapping=tex-text;+tn -um;+lnum;+smcp;+smcp;" -................................................. -................................................. -. fontspec info: "defining-font" -. -. Font family 'LinBiolinum(0)' created for font 'LinBiolinum' with options [ -. Ligatures = TeX , Extension = .otf , SmallCapsFeatures={Letters=SmallCaps} , -. Numbers = {Monospaced, } , Scale = 1, UprightFont = *_R , ItalicFont = *_RI -. , BoldFont = *_RB , BoldItalicFont = *_RBO, ]. -. -. This font family consists of the following shapes: -................................................. -................................................. -. fontspec info: "defining-font" -. -. Font family 'LinBiolinum(1)' created for font 'LinBiolinum' with options [ -. Ligatures = TeX , Extension = .otf , SmallCapsFeatures={Letters=SmallCaps} , -. Numbers = {Monospaced, OldStyle} , Scale = 1, UprightFont = *_R , ItalicFont -. = *_RI , BoldFont = *_RB , BoldItalicFont = *_RBO , ]. -. -. This font family consists of the following shapes: -. -. * 'normal' with NFSS spec.: -. -. <->s*[1]"[LinBiolinum_R.otf]/ICU:script=latn;language=DFLT;mapping=tex-text;+ -tnum;+onum;" -. -. * 'small caps' with NFSS spec.: -. -. <->s*[1]"[LinBiolinum_R.otf]/ICU:script=latn;language=DFLT;mapping=tex-text;+ -tnum;+onum;+smcp;+smcp;" -. -. * 'bold' with NFSS spec.: -. -. <->s*[1]"[LinBiolinum_RB.otf]/ICU:script=latn;language=DFLT;mapping=tex-text; -+tnum;+onum;" -. -. * 'bold small caps' with NFSS spec.: -. -. <->s*[1]"[LinBiolinum_RB.otf]/ICU:script=latn;language=DFLT;mapping=tex-text; -+tnum;+onum;+smcp;+smcp;" -. -. * 'italic' with NFSS spec.: -. -. <->s*[1]"[LinBiolinum_RI.otf]/ICU:script=latn;language=DFLT;mapping=tex-text; -+tnum;+onum;" -. -. * 'italic small caps' with NFSS spec.: -. -. <->s*[1]"[LinBiolinum_RI.otf]/ICU:script=latn;language=DFLT;mapping=tex-text; -+tnum;+onum;+smcp;+smcp;" -. -. * 'bold italic' with NFSS spec.: -. -. <->s*[1]"[LinBiolinum_RBO.otf]/ICU:script=latn;language=DFLT;mapping=tex-text -;+tnum;+onum;" -. -. * 'bold italic small caps' with NFSS spec.: -. -. <->s*[1]"[LinBiolinum_RBO.otf]/ICU:script=latn;language=DFLT;mapping=tex-text -;+tnum;+onum;+smcp;+smcp;" -................................................. -................................................. -. fontspec info: "defining-font" -. -. Font family 'LinBiolinum(0)' created for font 'LinBiolinum' with options [ -. Ligatures = TeX , Extension = .otf , SmallCapsFeatures={Letters=SmallCaps} , -. Numbers = {Monospaced} , Scale = 1, UprightFont = *_R , ItalicFont = *_RI , -. BoldFont = *_RB , BoldItalicFont = *_RBO , ]. -. -. This font family consists of the following shapes: -................................................. -Requested font "[LinLibertine_M.otf]/ICU" at 10.0pt - -> C:/Program Files/MiKTeX/fonts/opentype/public/libertine/LinLibertine_M.otf -Requested font "[LinLibertine_MB.otf]/ICU" at 10.0pt - -> C:/Program Files/MiKTeX/fonts/opentype/public/libertine/LinLibertine_MB.otf -Requested font "[LinLibertine_MO.otf]/ICU" at 10.0pt - -> C:/Program Files/MiKTeX/fonts/opentype/public/libertine/LinLibertine_MO.otf -Requested font "[LinLibertine_MBO.otf]/ICU" at 10.0pt - -> C:/Program Files/MiKTeX/fonts/opentype/public/libertine/LinLibertine_MBO.ot -f -................................................. -. fontspec info: "defining-font" -. -. Font family 'LinLibertine(4)' created for font 'LinLibertine' with options [ -. Extension = .otf , Scale = 1, UprightFont = *_M, ItalicFont = *_MO, BoldFont -. = *_MB, BoldItalicFont = *_MBO, ]. -. -. This font family consists of the following shapes: -. -. * 'normal' with NFSS spec.: -. <->s*[1]"[LinLibertine_M.otf]/ICU:script=latn;language=DFLT;" -. -. * 'bold' with NFSS spec.: -. <->s*[1]"[LinLibertine_MB.otf]/ICU:script=latn;language=DFLT;" -. -. * 'italic' with NFSS spec.: -. <->s*[1]"[LinLibertine_MO.otf]/ICU:script=latn;language=DFLT;" -. -. * 'bold italic' with NFSS spec.: -. <->s*[1]"[LinLibertine_MBO.otf]/ICU:script=latn;language=DFLT;" -................................................. -................................................. -. fontspec info: "defining-font" -. -. Font family 'LinLibertine(4)' created for font 'LinLibertine' with options [ -. Extension = .otf , Scale = 1, UprightFont = *_M, ItalicFont = *_MO, BoldFont -. = *_MB, BoldItalicFont = *_MBO, ]. -. -. This font family consists of the following shapes: -................................................. -Requested font "[LinBiolinum_K.otf]/ICU" at 10.0pt - -> C:/Program Files/MiKTeX/fonts/opentype/public/libertine/LinBiolinum_K.otf -\g_fontspec_family_LinBiolinum_K_int=\count127 -................................................. -. fontspec info: "defining-font" -. -. Font family 'LinBiolinum_K(0)' created for font 'LinBiolinum_K' with options -. [ Extension = .otf ,BoldFont={},ItalicFont={},SmallCapsFont={},]. -. -. This font family consists of the following shapes: -. -. * 'normal' with NFSS spec.: -. <->"[LinBiolinum_K.otf]/ICU:script=latn;language=DFLT;" -................................................. -Requested font "[LinLibertine_I.otf]/ICU" at 10.0pt - -> C:/Program Files/MiKTeX/fonts/opentype/public/libertine/LinLibertine_I.otf -\g_fontspec_family_LinLibertine_I_int=\count128 -................................................. -. fontspec info: "defining-font" -. -. Font family 'LinLibertine_I(0)' created for font 'LinLibertine_I' with -. options [ Extension = .otf ,BoldFont={},ItalicFont={},SmallCapsFont={},]. -. -. This font family consists of the following shapes: -. -. * 'normal' with NFSS spec.: -. <->"[LinLibertine_I.otf]/ICU:script=latn;language=DFLT;" -................................................. -LaTeX Info: Redefining \oldstylenums on input line 419. -LaTeX Info: Redefining \liningnums on input line 420. -................................................. -. fontspec info: "defining-font" -. -. Font family 'LinLibertine(5)' created for font 'LinLibertine' with options [ -. Extension = .otf , Numbers = {Monospaced,Lining}, UprightFont = *_R, -. ItalicFont = *_RI, BoldFont = *_RB, BoldItalicFont = *_RBI , ]. -. -. This font family consists of the following shapes: -. -. * 'normal' with NFSS spec.: -. <->"[LinLibertine_R.otf]/ICU:script=latn;language=DFLT;+tnum;+lnum;" -. -. * 'small caps' with NFSS spec.: -. <->"[LinLibertine_R.otf]/ICU:script=latn;language=DFLT;+tnum;+lnum;+smcp;" -. -. * 'bold' with NFSS spec.: -. <->"[LinLibertine_RB.otf]/ICU:script=latn;language=DFLT;+tnum;+lnum;" -. -. * 'bold small caps' with NFSS spec.: -. <->"[LinLibertine_RB.otf]/ICU:script=latn;language=DFLT;+tnum;+lnum;+smcp;" -. -. * 'italic' with NFSS spec.: -. <->"[LinLibertine_RI.otf]/ICU:script=latn;language=DFLT;+tnum;+lnum;" -. -. * 'italic small caps' with NFSS spec.: -. <->"[LinLibertine_RI.otf]/ICU:script=latn;language=DFLT;+tnum;+lnum;+smcp;" -. -. * 'bold italic' with NFSS spec.: -. <->"[LinLibertine_RBI.otf]/ICU:script=latn;language=DFLT;+tnum;+lnum;" -. -. * 'bold italic small caps' with NFSS spec.: -. -. <->"[LinLibertine_RBI.otf]/ICU:script=latn;language=DFLT;+tnum;+lnum;+smcp;" -................................................. -................................................. -. fontspec info: "defining-font" -. -. Font family 'LinLibertine(6)' created for font 'LinLibertine' with options [ -. Extension = .otf , Numbers = {Proportional,Lining}, UprightFont = *_R, -. ItalicFont = *_RI, BoldFont = *_RB, BoldItalicFont = *_RBI, ]. -. -. This font family consists of the following shapes: -. -. * 'normal' with NFSS spec.: -. <->"[LinLibertine_R.otf]/ICU:script=latn;language=DFLT;+pnum;+lnum;" -. -. * 'small caps' with NFSS spec.: -. <->"[LinLibertine_R.otf]/ICU:script=latn;language=DFLT;+pnum;+lnum;+smcp;" -. -. * 'bold' with NFSS spec.: -. <->"[LinLibertine_RB.otf]/ICU:script=latn;language=DFLT;+pnum;+lnum;" -. -. * 'bold small caps' with NFSS spec.: -. <->"[LinLibertine_RB.otf]/ICU:script=latn;language=DFLT;+pnum;+lnum;+smcp;" -. -. * 'italic' with NFSS spec.: -. <->"[LinLibertine_RI.otf]/ICU:script=latn;language=DFLT;+pnum;+lnum;" -. -. * 'italic small caps' with NFSS spec.: -. <->"[LinLibertine_RI.otf]/ICU:script=latn;language=DFLT;+pnum;+lnum;+smcp;" -. -. * 'bold italic' with NFSS spec.: -. <->"[LinLibertine_RBI.otf]/ICU:script=latn;language=DFLT;+pnum;+lnum;" -. -. * 'bold italic small caps' with NFSS spec.: -. -. <->"[LinLibertine_RBI.otf]/ICU:script=latn;language=DFLT;+pnum;+lnum;+smcp;" -................................................. -................................................. -. fontspec info: "defining-font" -. -. Font family 'LinBiolinum(2)' created for font 'LinBiolinum' with options [ -. Extension = .otf , Numbers = {Monospaced,}, Scale = 1, UprightFont = *_R, -. ItalicFont = *_RI, BoldFont = *_RB, BoldItalicFont = *_RBO , ]. -. -. This font family consists of the following shapes: -. -. * 'normal' with NFSS spec.: -. <->s*[1]"[LinBiolinum_R.otf]/ICU:script=latn;language=DFLT;+tnum;" -. -. * 'small caps' with NFSS spec.: -. <->s*[1]"[LinBiolinum_R.otf]/ICU:script=latn;language=DFLT;+tnum;+smcp;" -. -. * 'bold' with NFSS spec.: -. <->s*[1]"[LinBiolinum_RB.otf]/ICU:script=latn;language=DFLT;+tnum;" -. -. * 'bold small caps' with NFSS spec.: -. <->s*[1]"[LinBiolinum_RB.otf]/ICU:script=latn;language=DFLT;+tnum;+smcp;" -. -. * 'italic' with NFSS spec.: -. <->s*[1]"[LinBiolinum_RI.otf]/ICU:script=latn;language=DFLT;+tnum;" -. -. * 'italic small caps' with NFSS spec.: -. <->s*[1]"[LinBiolinum_RI.otf]/ICU:script=latn;language=DFLT;+tnum;+smcp;" -. -. * 'bold italic' with NFSS spec.: -. <->s*[1]"[LinBiolinum_RBO.otf]/ICU:script=latn;language=DFLT;+tnum;" -. -. * 'bold italic small caps' with NFSS spec.: -. <->s*[1]"[LinBiolinum_RBO.otf]/ICU:script=latn;language=DFLT;+tnum;+smcp;" -................................................. -................................................. -. fontspec info: "defining-font" -. -. Font family 'LinBiolinum(3)' created for font 'LinBiolinum' with options [ -. Extension = .otf , Numbers = {Proportional,}, Scale = 1, UprightFont = *_R, -. ItalicFont = *_RI, BoldFont = *_RB, BoldItalicFont = *_RBO , ]. -. -. This font family consists of the following shapes: -. -. * 'normal' with NFSS spec.: -. <->s*[1]"[LinBiolinum_R.otf]/ICU:script=latn;language=DFLT;+pnum;" -. -. * 'small caps' with NFSS spec.: -. <->s*[1]"[LinBiolinum_R.otf]/ICU:script=latn;language=DFLT;+pnum;+smcp;" -. -. * 'bold' with NFSS spec.: -. <->s*[1]"[LinBiolinum_RB.otf]/ICU:script=latn;language=DFLT;+pnum;" -. -. * 'bold small caps' with NFSS spec.: -. <->s*[1]"[LinBiolinum_RB.otf]/ICU:script=latn;language=DFLT;+pnum;+smcp;" -. -. * 'italic' with NFSS spec.: -. <->s*[1]"[LinBiolinum_RI.otf]/ICU:script=latn;language=DFLT;+pnum;" -. -. * 'italic small caps' with NFSS spec.: -. <->s*[1]"[LinBiolinum_RI.otf]/ICU:script=latn;language=DFLT;+pnum;+smcp;" -. -. * 'bold italic' with NFSS spec.: -. <->s*[1]"[LinBiolinum_RBO.otf]/ICU:script=latn;language=DFLT;+pnum;" -. -. * 'bold italic small caps' with NFSS spec.: -. <->s*[1]"[LinBiolinum_RBO.otf]/ICU:script=latn;language=DFLT;+pnum;+smcp;" -................................................. -("C:\Program Files\MiKTeX\tex\latex\libertine\LinLibertine_R.tex") -("C:\Program Files\MiKTeX\tex\latex\libertine\LinBiolinum_R.tex") -("C:\Program Files\MiKTeX\tex\latex\libertine\LinBiolinum_K.tex") -("C:\Program Files\MiKTeX\tex\latex\libertine\LinLibertine_I.tex") -("C:\Program Files\MiKTeX\tex\latex\libertine\LKey.tex")) -("C:\Program Files\MiKTeX\tex\latex\base\ifthen.sty" -Package: ifthen 2001/05/26 v1.1c Standard LaTeX ifthen package (DPC) -) -("C:\Program Files\MiKTeX\tex\latex\xcolor\xcolor.sty" -Package: xcolor 2007/01/21 v2.11 LaTeX color extensions (UK) - -("C:\Program Files\MiKTeX\tex\latex\00miktex\color.cfg" -File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive -) -Package xcolor Info: Driver file: xetex.def on input line 225. -Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1337. -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. -) -("C:\Program Files\MiKTeX\tex\latex\tools\verbatim.sty" -Package: verbatim 2003/08/22 v1.5q LaTeX2e package for verbatim enhancements -\every@verbatim=\toks18 -\verbatim@line=\toks19 -\verbatim@in@stream=\read2 -) -("C:\Program Files\MiKTeX\tex\latex\framed\framed.sty" -Package: framed 2011/10/22 v 0.96: framed or shaded text with page breaks -\OuterFrameSep=\skip49 -\fb@frw=\dimen139 -\fb@frh=\dimen140 -\FrameRule=\dimen141 -\FrameSep=\dimen142 -) -("C:\Program Files\MiKTeX\tex\latex\tools\layout.sty" -Package: layout 2000/09/25 v1.2c Show layout parameters -\oneinch=\count129 -\cnt@paperwidth=\count130 -\cnt@paperheight=\count131 -\cnt@hoffset=\count132 -\cnt@voffset=\count133 -\cnt@textheight=\count134 -\cnt@textwidth=\count135 -\cnt@topmargin=\count136 -\cnt@oddsidemargin=\count137 -\cnt@evensidemargin=\count138 -\cnt@headheight=\count139 -\cnt@headsep=\count140 -\cnt@marginparsep=\count141 -\cnt@marginparwidth=\count142 -\cnt@marginparpush=\count143 -\cnt@footskip=\count144 -\fheight=\count145 -\ref@top=\count146 -\ref@hoffset=\count147 -\ref@voffset=\count148 -\ref@head=\count149 -\ref@body=\count150 -\ref@foot=\count151 -\ref@margin=\count152 -\ref@marginwidth=\count153 -\ref@marginpar=\count154 -\Interval=\count155 -\ExtraYPos=\count156 -\PositionX=\count157 -\PositionY=\count158 -\ArrowLength=\count159 -) -("C:\Program Files\MiKTeX\tex\latex\geometry\geometry.sty" -Package: geometry 2010/09/12 v5.6 Page Geometry - -("C:\Program Files\MiKTeX\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=\count160 -\Gm@cntv=\count161 -\c@Gm@tempcnt=\count162 -\Gm@bindingoffset=\dimen143 -\Gm@wd@mp=\dimen144 -\Gm@odd@mp=\dimen145 -\Gm@even@mp=\dimen146 -\Gm@layoutwidth=\dimen147 -\Gm@layoutheight=\dimen148 -\Gm@layouthoffset=\dimen149 -\Gm@layoutvoffset=\dimen150 -\Gm@dimlist=\toks20 - -("C:\Program Files\MiKTeX\tex\xelatex\xetexconfig\geometry.cfg")) -("C:\Program Files\MiKTeX\tex\latex\hyperref\hyperref.sty" -Package: hyperref 2012/11/06 v6.83m Hypertext links for LaTeX - -("C:\Program Files\MiKTeX\tex\generic\oberdiek\hobsub-hyperref.sty" -Package: hobsub-hyperref 2012/04/25 v1.12 Bundle oberdiek, subset hyperref (HO) - - -("C:\Program Files\MiKTeX\tex\generic\oberdiek\hobsub-generic.sty" -Package: hobsub-generic 2012/04/25 v1.12 Bundle oberdiek, subset generic (HO) -Package: hobsub 2012/04/25 v1.12 Construct package bundles (HO) -Package: infwarerr 2010/04/08 v1.3 Providing info/warning/error messages (HO) -Package: ltxcmds 2011/11/09 v1.22 LaTeX kernel commands for general use (HO) -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: etexcmds 2011/02/16 v1.5 Avoid name clashes with e-TeX commands (HO) -Package etexcmds Info: Could not find \expanded. -(etexcmds) That can mean that you are not using pdfTeX 1.50 or -(etexcmds) that some package has redefined \expanded. -(etexcmds) In the latter case, load this package earlier. -Package: kvsetkeys 2012/04/25 v1.16 Key value parser (HO) -Package: kvdefinekeys 2011/04/07 v1.3 Define keys (HO) -Package: pdftexcmds 2011/11/29 v0.20 Utility functions of pdfTeX for LuaTeX (HO -) -Package pdftexcmds Info: LuaTeX not detected. -Package pdftexcmds Info: pdfTeX >= 1.30 not detected. -Package pdftexcmds Info: \pdf@primitive is available. -Package pdftexcmds Info: \pdf@ifprimitive is available. -Package pdftexcmds Info: \pdfdraftmode not found. -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 2011/06/24 v1.1 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 atveryend Info: \enddocument detected (standard20110627). -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) -) -("C:\Program Files\MiKTeX\tex\latex\oberdiek\auxhook.sty" -Package: auxhook 2011/03/04 v1.3 Hooks for auxiliary files (HO) -) -("C:\Program Files\MiKTeX\tex\latex\oberdiek\kvoptions.sty" -Package: kvoptions 2011/06/30 v3.11 Key value format for package options (HO) -) -\@linkdim=\dimen151 -\Hy@linkcounter=\count163 -\Hy@pagecounter=\count164 - -("C:\Program Files\MiKTeX\tex\latex\hyperref\pd1enc.def" -File: pd1enc.def 2012/11/06 v6.83m Hyperref: PDFDocEncoding definition (HO) -) -\Hy@SavedSpaceFactor=\count165 - -("C:\Program Files\MiKTeX\tex\latex\00miktex\hyperref.cfg" -File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive -) -Package hyperref Info: Option `final' set `true' on input line 4319. -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=\count166 - -("C:\Program Files\MiKTeX\tex\xelatex\xetexurl\url.sty" -\Urlmuskip=\muskip16 -Package: url 2004/03/15 ver 3.1 Verb mode for urls, etc. -) -LaTeX Info: Redefining \url on input line 5041. -\XeTeXLinkMargin=\dimen152 -Requested font "pzdr" at 0.00002pt - -> pzdr -\Fld@menulength=\count167 -\Field@Width=\dimen153 -\Fld@charsize=\dimen154 -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=\count168 -\c@Item=\count169 -\c@Hfootnote=\count170 -) - -Package hyperref Message: Driver (autodetected): hxetex. - -("C:\Program Files\MiKTeX\tex\latex\hyperref\hxetex.def" -File: hxetex.def 2012/11/06 v6.83m Hyperref driver for XeTeX - -("C:\Program Files\MiKTeX\tex\latex\hyperref\puenc.def" -File: puenc.def 2012/11/06 v6.83m Hyperref: PDF Unicode definition (HO) -) -("C:\Program Files\MiKTeX\tex\generic\oberdiek\stringenc.sty" -Package: stringenc 2011/12/02 v1.10 Convert strings between diff. encodings (HO -) -) -\pdfm@box=\box41 -\c@Hy@AnnotLevel=\count171 -\HyField@AnnotCount=\count172 -\Fld@listcount=\count173 -\c@bookmark@seq@number=\count174 - -("C:\Program Files\MiKTeX\tex\latex\oberdiek\rerunfilecheck.sty" -Package: rerunfilecheck 2011/04/15 v1.7 Rerun checks for auxiliary files (HO) -Package rerunfilecheck Info: Feature \pdfmdfivesum is not available -(rerunfilecheck) (e.g. pdfTeX or LuaTeX with package `pdftexcmds'). - -(rerunfilecheck) Therefore file contents cannot be checked efficien -tly -(rerunfilecheck) and the loading of the package is aborted. -) -\Hy@SectionHShift=\skip50 -) -("C:\Program Files\MiKTeX\tex\latex\listings\listings.sty" -\lst@mode=\count175 -\lst@gtempboxa=\box42 -\lst@token=\toks21 -\lst@length=\count176 -\lst@currlwidth=\dimen155 -\lst@column=\count177 -\lst@pos=\count178 -\lst@lostspace=\dimen156 -\lst@width=\dimen157 -\lst@newlines=\count179 -\lst@lineno=\count180 -\lst@maxwidth=\dimen158 - -("C:\Program Files\MiKTeX\tex\latex\listings\lstmisc.sty" -File: lstmisc.sty 2007/02/22 1.4 (Carsten Heinz) -\c@lstnumber=\count181 -\lst@skipnumbers=\count182 -\lst@framebox=\box43 -) -("C:\Program Files\MiKTeX\tex\latex\listings\listings.cfg" -File: listings.cfg 2007/02/22 1.4 listings configuration -)) -Package: listings 2007/02/22 1.4 (Carsten Heinz) - -("C:\Program Files\MiKTeX\tex\latex\fancyhdr\fancyhdr.sty" -\fancy@headwidth=\skip51 -\f@ncyO@elh=\skip52 -\f@ncyO@erh=\skip53 -\f@ncyO@olh=\skip54 -\f@ncyO@orh=\skip55 -\f@ncyO@elf=\skip56 -\f@ncyO@erf=\skip57 -\f@ncyO@olf=\skip58 -\f@ncyO@orf=\skip59 -) -("C:\Program Files\MiKTeX\tex\latex\base\makeidx.sty" -Package: makeidx 2000/03/29 v1.0m Standard LaTeX package -) -\@indexfile=\write3 - -Writing index file cpp.idx - -("C:\Documents and Settings\jhansen3\Desktop\GitHub\rooksguide-cplusplus\cpp.au -x") -LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 232. -LaTeX Font Info: ... okay on input line 232. -LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 232. -LaTeX Font Info: ... okay on input line 232. -LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 232. -LaTeX Font Info: ... okay on input line 232. -LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 232. -LaTeX Font Info: ... okay on input line 232. -LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 232. -LaTeX Font Info: ... okay on input line 232. -LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 232. -LaTeX Font Info: ... okay on input line 232. -LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 232. -LaTeX Font Info: Try loading font information for TS1+cmr on input line 232. - - ("C:\Program Files\MiKTeX\tex\latex\base\ts1cmr.fd" -File: ts1cmr.fd 1999/05/25 v2.5h Standard LaTeX font definitions -) -LaTeX Font Info: ... okay on input line 232. -LaTeX Font Info: Checking defaults for EU1/lmr/m/n on input line 232. -LaTeX Font Info: ... okay on input line 232. -LaTeX Font Info: Checking defaults for T3/cmr/m/n on input line 232. -LaTeX Font Info: Try loading font information for T3+cmr on input line 232. - -("C:\Program Files\MiKTeX\tex\latex\tipa\t3cmr.fd" -File: t3cmr.fd 2001/12/31 TIPA font definitions -) -LaTeX Font Info: ... okay on input line 232. -LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 232. -LaTeX Font Info: ... okay on input line 232. -LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 232. -LaTeX Font Info: ... okay on input line 232. -Requested font "[LinLibertine_R.otf]/ICU:script=latn;language=DFLT;mapping=tex- -text;+tnum;+lnum;" at 10.95pt - -> C:/Program Files/MiKTeX/fonts/opentype/public/libertine/LinLibertine_R.otf -................................................. -. fontspec info: "setup-math" -. -. Adjusting the maths setup (use [no-math] to avoid this). -................................................. -\symlegacymaths=\mathgroup4 -LaTeX Font Info: Overwriting symbol font `legacymaths' in version `bold' -(Font) OT1/cmr/m/n --> OT1/cmr/bx/n on input line 232. -LaTeX Font Info: Redeclaring math accent \acute on input line 232. -LaTeX Font Info: Redeclaring math accent \grave on input line 232. -LaTeX Font Info: Redeclaring math accent \ddot on input line 232. -LaTeX Font Info: Redeclaring math accent \tilde on input line 232. -LaTeX Font Info: Redeclaring math accent \bar on input line 232. -LaTeX Font Info: Redeclaring math accent \breve on input line 232. -LaTeX Font Info: Redeclaring math accent \check on input line 232. -LaTeX Font Info: Redeclaring math accent \hat on input line 232. -LaTeX Font Info: Redeclaring math accent \dot on input line 232. -LaTeX Font Info: Redeclaring math accent \mathring on input line 232. -LaTeX Font Info: Redeclaring math symbol \colon on input line 232. -LaTeX Font Info: Redeclaring math symbol \Gamma on input line 232. -LaTeX Font Info: Redeclaring math symbol \Delta on input line 232. -LaTeX Font Info: Redeclaring math symbol \Theta on input line 232. -LaTeX Font Info: Redeclaring math symbol \Lambda on input line 232. -LaTeX Font Info: Redeclaring math symbol \Xi on input line 232. -LaTeX Font Info: Redeclaring math symbol \Pi on input line 232. -LaTeX Font Info: Redeclaring math symbol \Sigma on input line 232. -LaTeX Font Info: Redeclaring math symbol \Upsilon on input line 232. -LaTeX Font Info: Redeclaring math symbol \Phi on input line 232. -LaTeX Font Info: Redeclaring math symbol \Psi on input line 232. -LaTeX Font Info: Redeclaring math symbol \Omega on input line 232. -LaTeX Font Info: Redeclaring math symbol \mathdollar on input line 232. -LaTeX Font Info: Redeclaring symbol font `operators' on input line 232. -LaTeX Font Info: Encoding `OT1' has changed to `EU1' for symbol font -(Font) `operators' in the math version `normal' on input line 232. - -LaTeX Font Info: Overwriting symbol font `operators' in version `normal' -(Font) OT1/cmr/m/n --> EU1/LinLibertine(0)/m/n on input line 2 -32. -LaTeX Font Info: Encoding `OT1' has changed to `EU1' for symbol font -(Font) `operators' in the math version `bold' on input line 232. -LaTeX Font Info: Overwriting symbol font `operators' in version `bold' -(Font) OT1/cmr/bx/n --> EU1/LinLibertine(0)/m/n on input line -232. -LaTeX Font Info: Overwriting symbol font `operators' in version `normal' -(Font) EU1/LinLibertine(0)/m/n --> EU1/LinLibertine(0)/m/n on -input line 232. -LaTeX Font Info: Overwriting math alphabet `\mathrm' in version `normal' -(Font) EU1/LinLibertine(0)/m/n --> EU1/LinLibertine(0)/m/n on -input line 232. -LaTeX Font Info: Overwriting math alphabet `\mathit' in version `normal' -(Font) OT1/cmr/m/it --> EU1/LinLibertine(0)/m/it on input line - 232. -LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `normal' -(Font) OT1/cmr/bx/n --> EU1/LinLibertine(0)/bx/n on input line - 232. -LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `normal' -(Font) OT1/cmss/m/n --> EU1/LinBiolinum(0)/m/n on input line 2 -32. -LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `normal' -(Font) OT1/cmtt/m/n --> EU1/LinLibertine(4)/m/n on input line -232. -LaTeX Font Info: Overwriting symbol font `operators' in version `bold' -(Font) EU1/LinLibertine(0)/m/n --> EU1/LinLibertine(0)/bx/n on - input line 232. -LaTeX Font Info: Overwriting math alphabet `\mathrm' in version `bold' -(Font) EU1/LinLibertine(0)/m/n --> EU1/LinLibertine(0)/bx/n on - input line 232. -LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold' -(Font) OT1/cmr/bx/it --> EU1/LinLibertine(0)/bx/it on input li -ne 232. -LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold' -(Font) OT1/cmss/bx/n --> EU1/LinBiolinum(0)/bx/n on input line - 232. -LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold' -(Font) OT1/cmtt/m/n --> EU1/LinLibertine(4)/bx/n on input line - 232. - -*geometry* detected driver: pdftex -*geometry* verbose mode - [ preamble ] result: -* driver: pdftex -* paper: custom -* layout: -* layoutoffset:(h,v)=(0.0pt,0.0pt) -* modes: twoside -* h-part:(L,W,R)=(52.03491pt, 303.53267pt, 78.05241pt) -* v-part:(T,H,B)=(78.0524pt, 455.299pt, 117.0786pt) -* \paperwidth=433.62pt -* \paperheight=650.43pt -* \textwidth=303.53267pt -* \textheight=455.299pt -* \oddsidemargin=-20.23508pt -* \evensidemargin=5.78242pt -* \topmargin=-26.09138pt -* \headheight=15.2pt -* \headsep=19.8738pt -* \topskip=11.0pt -* \footskip=27.46295pt -* \marginparwidth=116.0pt -* \marginparsep=7.0pt -* \columnsep=10.0pt -* \skip\footins=10.0pt plus 4.0pt minus 2.0pt -* \hoffset=0.0pt -* \voffset=0.0pt -* \mag=1000 -* \@twocolumnfalse -* \@twosidetrue -* \@mparswitchtrue -* \@reversemarginfalse -* (1in=72.27pt=25.4mm, 1cm=28.453pt) - -\AtBeginShipoutBox=\box44 -Package hyperref Info: Link coloring OFF on input line 232. -("C:\Program Files\MiKTeX\tex\latex\hyperref\nameref.sty" -Package: nameref 2012/10/27 v2.43 Cross-referencing by name of section - -("C:\Program Files\MiKTeX\tex\generic\oberdiek\gettitlestring.sty" -Package: gettitlestring 2010/12/03 v1.4 Cleanup title references (HO) -) -\c@section@level=\count183 -) -LaTeX Info: Redefining \ref on input line 232. -LaTeX Info: Redefining \pageref on input line 232. -LaTeX Info: Redefining \nameref on input line 232. - -("C:\Documents and Settings\jhansen3\Desktop\GitHub\rooksguide-cplusplus\cpp.ou -t") -("C:\Documents and Settings\jhansen3\Desktop\GitHub\rooksguide-cplusplus\cpp.ou -t") -\@outlinefile=\write4 -\c@lstlisting=\count184 -Requested font "[LinLibertine_R.otf]/ICU:script=latn;language=DFLT;mapping=tex- -text;+tnum;+lnum;" at 17.28pt - -> C:/Program Files/MiKTeX/fonts/opentype/public/libertine/LinLibertine_R.otf -Requested font "[LinLibertine_R.otf]/ICU:script=latn;language=DFLT;mapping=tex- -text;+tnum;+lnum;" at 12.0pt - -> C:/Program Files/MiKTeX/fonts/opentype/public/libertine/LinLibertine_R.otf -Requested font "[LinLibertine_R.otf]/ICU:script=latn;language=DFLT;mapping=tex- -text;+tnum;+lnum;" at 8.0pt - -> C:/Program Files/MiKTeX/fonts/opentype/public/libertine/LinLibertine_R.otf -Requested font "[LinLibertine_R.otf]/ICU:script=latn;language=DFLT;mapping=tex- -text;+tnum;+lnum;" at 6.0pt - -> C:/Program Files/MiKTeX/fonts/opentype/public/libertine/LinLibertine_R.otf -Requested font "cmmi12" at 12.0pt - -> cmmi12 -Requested font "cmmi8" at 8.0pt - -> cmmi8 -Requested font "cmmi6" at 6.0pt - -> cmmi6 -Requested font "cmsy10" at 12.0pt - -> cmsy10 -Requested font "cmsy8" at 8.0pt - -> cmsy8 -Requested font "cmsy6" at 6.0pt - -> cmsy6 -LaTeX Font Info: External font `cmex10' loaded for size -(Font) <12> on input line 234. -LaTeX Font Info: External font `cmex10' loaded for size -(Font) <8> on input line 234. -LaTeX Font Info: External font `cmex10' loaded for size -(Font) <6> on input line 234. -Requested font "cmr12" at 12.0pt - -> cmr12 -Requested font "cmr8" at 8.0pt - -> cmr8 -Requested font "cmr6" at 6.0pt - -> cmr6 - - -LaTeX Warning: No \author given. - -("C:\Program Files\MiKTeX\tex\generic\oberdiek\se-ascii-print.def" -File: se-ascii-print.def 2011/12/02 v1.10 stringenc: Printable ASCII characters - -) [1 - - -] -LaTeX Font Info: Font shape `EU1/LinLibertine(0)/m/sl' in size <10.95> not a -vailable -(Font) Font shape `EU1/LinLibertine(0)/m/it' tried instead on inpu -t line 234. -Requested font "[LinLibertine_RI.otf]/ICU:script=latn;language=DFLT;mapping=tex --text;+tnum;+lnum;" at 10.95pt - -> C:/Program Files/MiKTeX/fonts/opentype/public/libertine/LinLibertine_RI.otf - -[2 - -] -Requested font "[LinLibertine_R.otf]/ICU:script=latn;language=DFLT;mapping=tex- -text;+tnum;+lnum;" at 24.88pt - -> C:/Program Files/MiKTeX/fonts/opentype/public/libertine/LinLibertine_R.otf -Requested font "[LinLibertine_RB.otf]/ICU:script=latn;language=DFLT;mapping=tex --text;+tnum;+lnum;" at 24.88pt - -> C:/Program Files/MiKTeX/fonts/opentype/public/libertine/LinLibertine_RB.otf - -("C:\Documents and Settings\jhansen3\Desktop\GitHub\rooksguide-cplusplus\cpp.to -c" -Requested font "[LinLibertine_RB.otf]/ICU:script=latn;language=DFLT;mapping=tex --text;+tnum;+lnum;" at 10.95pt - -> C:/Program Files/MiKTeX/fonts/opentype/public/libertine/LinLibertine_RB.otf - [3] -Requested font "cmmi10" at 10.95pt - -> cmmi10 -Requested font "cmsy10" at 10.95pt - -> cmsy10 -LaTeX Font Info: External font `cmex10' loaded for size -(Font) <10.95> on input line 15. -LaTeX Font Info: Font shape `EU1/LinLibertine(4)/m/n' will be -(Font) scaled to size 10.95pt on input line 21. -Requested font "[LinLibertine_M.otf]/ICU:script=latn;language=DFLT;" at 10.95pt - -> C:/Program Files/MiKTeX/fonts/opentype/public/libertine/LinLibertine_M.otf -) -\tf@toc=\write5 - ("C:\Program Files\MiKTeX\tex\latex\listings\lstlang1.sty" -File: lstlang1.sty 2004/09/05 1.3 listings language file -) -("C:\Program Files\MiKTeX\tex\latex\listings\lstlang1.sty" -File: lstlang1.sty 2004/09/05 1.3 listings language file -) -("C:\Program Files\MiKTeX\tex\latex\listings\lstmisc.sty" -File: lstmisc.sty 2007/02/22 1.4 (Carsten Heinz) -) [4] -Overfull \hbox (3.22441pt too wide) in paragraph at lines 318--343 -\EU1/LinLibertine(0)/m/n/10.95 James M. Verderico, Christian J. Vergnes, Rebecc -a Weaver, Rich- - [] - -[5 - -] -Overfull \hbox (0.65846pt too wide) in paragraph at lines 354--544 -\EU1/LinLibertine(0)/m/n/10.95 Arvedson, Astrolox, Phoebe Ayers, Papa Joe Barr, - Julia Benson- - [] - - -Overfull \hbox (8.85638pt too wide) in paragraph at lines 354--544 -\EU1/LinLibertine(0)/m/n/10.95 seph Jaoudi, Tim R. Johnson, Ibi-Wan Kentobi, Ma -rk King, Mitch- - [] - - -Overfull \hbox (14.1051pt too wide) in paragraph at lines 354--544 -\EU1/LinLibertine(0)/m/n/10.95 Lee, John and Nancy LeFebvre, Nevin :-) Liber, J -onathan Lindquist, - [] - - -Overfull \hbox (5.65895pt too wide) in paragraph at lines 354--544 -\EU1/LinLibertine(0)/m/n/10.95 Brandon Meskimen, Andrew Mike, G.F. Miller IV, M -arcus Millin, - [] - - -Overfull \hbox (9.16295pt too wide) in paragraph at lines 354--544 -\EU1/LinLibertine(0)/m/n/10.95 Ringman, Craig D. Robbins, Antonio Rodriguez, Ar -mando Eman- - [] - - -Overfull \hbox (8.5534pt too wide) in paragraph at lines 354--544 -\EU1/LinLibertine(0)/m/n/10.95 Sattler, Paolo Scalia, Patrice Scheidt, Daniel S -chmitt, Levi Schuck, - [] - -[6] [7] [8 - -] -Chapter 1. -Requested font "[LinLibertine_R.otf]/ICU:script=latn;language=DFLT;mapping=tex- -text;+tnum;+lnum;" at 20.74pt - -> C:/Program Files/MiKTeX/fonts/opentype/public/libertine/LinLibertine_R.otf -Requested font "[LinLibertine_RB.otf]/ICU:script=latn;language=DFLT;mapping=tex --text;+tnum;+lnum;" at 20.74pt - -> C:/Program Files/MiKTeX/fonts/opentype/public/libertine/LinLibertine_RB.otf - -("C:\Documents and Settings\jhansen3\Desktop\GitHub\rooksguide-cplusplus\chap_h -istory.tex") [9] [10 - -] -Chapter 2. - -("C:\Documents and Settings\jhansen3\Desktop\GitHub\rooksguide-cplusplus\chap_s -ampleprogram.tex") [11] [12 - -] -Chapter 3. - -("C:\Documents and Settings\jhansen3\Desktop\GitHub\rooksguide-cplusplus\chap_v -ariables.tex") [13] [14 - -] -Chapter 4. - -("C:\Documents and Settings\jhansen3\Desktop\GitHub\rooksguide-cplusplus\chap_c -onstants.tex") [15] [16 - -] -Chapter 5. - -("C:\Documents and Settings\jhansen3\Desktop\GitHub\rooksguide-cplusplus\chap_a -ssignments.tex" -Missing character: There is no ^^92 in font [LinLibertine_R.otf]/ICU:script=lat -n;language=DFLT;mapping=tex-text;+tnum;+lnum;! -Missing character: There is no ^^93 in font [LinLibertine_R.otf]/ICU:script=lat -n;language=DFLT;mapping=tex-text;+tnum;+lnum;! -Missing character: There is no ^^94 in font [LinLibertine_R.otf]/ICU:script=lat -n;language=DFLT;mapping=tex-text;+tnum;+lnum;! - [17] - -LaTeX Warning: Reference `Data types, conversion' on page 18 undefined on input - line 48. - -[18]) [19] [20 - -] -Chapter 6. - -("C:\Documents and Settings\jhansen3\Desktop\GitHub\rooksguide-cplusplus\chap_i -nput.tex") [21] [22 - -] -Chapter 7. - -("C:\Documents and Settings\jhansen3\Desktop\GitHub\rooksguide-cplusplus\chap_o -utput.tex") [23] [24 - -] -Chapter 8. - -("C:\Documents and Settings\jhansen3\Desktop\GitHub\rooksguide-cplusplus\chap_a -rithmetic.tex" - -LaTeX Warning: Reference `Advanced Arithmetic' on page 25 undefined on input li -ne 20. - -[25] -Missing character: There is no ^^92 in font [LinLibertine_R.otf]/ICU:script=lat -n;language=DFLT;mapping=tex-text;+tnum;+lnum;! - [26] -Missing character: There is no ^^92 in font [LinLibertine_R.otf]/ICU:script=lat -n;language=DFLT;mapping=tex-text;+tnum;+lnum;! - [27]) -Overfull \hbox (57.35187pt too wide) in paragraph at lines 204--573 -[]\EU1/LinLibertine(0)/m/n/10.95 1.[]$[][][][] [] [] [] [][][] [] [][][][][][][ -][][] [] [][][] [] [][][] [] [][][][][][][][] [] [][][][][][][][][][]$[] - [] - - -Overfull \hbox (83.89984pt too wide) in paragraph at lines 204--573 -\EU1/LinLibertine(0)/m/n/10.95 2.[]$[][][][] [] [] [] [][][] [] [][][][][][][][ -][][] [] [][][] [] [][] [] [][][][][][][][][][][][][][][][][][][][][][][][][][] -[] [] - [] - -[28] -Chapter 9. - -("C:\Documents and Settings\jhansen3\Desktop\GitHub\rooksguide-cplusplus\chap_c -omments.tex") [29 - -] [30 - -] -Chapter 10. - -("C:\Documents and Settings\jhansen3\Desktop\GitHub\rooksguide-cplusplus\chap_d -atatypes.tex") [31] [32 - -] -Chapter 11. - -("C:\Documents and Settings\jhansen3\Desktop\GitHub\rooksguide-cplusplus\chap_c -onditionals.tex") [33] [34 - -] -Chapter 12. - -("C:\Documents and Settings\jhansen3\Desktop\GitHub\rooksguide-cplusplus\chap_s -trings.tex") [35] [36 - -] -Chapter 13. - -("C:\Documents and Settings\jhansen3\Desktop\GitHub\rooksguide-cplusplus\chap_l -oops.tex") [37] [38 - -] -Chapter 14. - -("C:\Documents and Settings\jhansen3\Desktop\GitHub\rooksguide-cplusplus\chap_f -unctions.tex" -Requested font "[LinLibertine_R.otf]/ICU:script=latn;language=DFLT;mapping=tex- -text;+tnum;+lnum;" at 14.4pt - -> C:/Program Files/MiKTeX/fonts/opentype/public/libertine/LinLibertine_R.otf -Requested font "[LinLibertine_RB.otf]/ICU:script=latn;language=DFLT;mapping=tex --text;+tnum;+lnum;" at 14.4pt - -> C:/Program Files/MiKTeX/fonts/opentype/public/libertine/LinLibertine_RB.otf -Requested font "[LinLibertine_R.otf]/ICU:script=latn;language=DFLT;mapping=tex- -text;+tnum;+lnum;" at 9.0pt - -> C:/Program Files/MiKTeX/fonts/opentype/public/libertine/LinLibertine_R.otf - [39] -Requested font "[LinLibertine_R.otf]/ICU:script=latn;language=DFLT;mapping=tex- -text;+tnum;+lnum;" at 5.0pt - -> C:/Program Files/MiKTeX/fonts/opentype/public/libertine/LinLibertine_R.otf -Requested font "cmmi9" at 9.0pt - -> cmmi9 -Requested font "cmsy9" at 9.0pt - -> cmsy9 -LaTeX Font Info: External font `cmex10' loaded for size -(Font) <9> on input line 20. -LaTeX Font Info: External font `cmex10' loaded for size -(Font) <5> on input line 20. -Requested font "cmr9" at 9.0pt - -> cmr9 -) [40] -Chapter 15. - -("C:\Documents and Settings\jhansen3\Desktop\GitHub\rooksguide-cplusplus\chap_p -roblems.tex") [41 - -] [42 - -] -Chapter 16. - -("C:\Documents and Settings\jhansen3\Desktop\GitHub\rooksguide-cplusplus\chap_t -esting.tex") [43] [44 - -] -Chapter 17. - -("C:\Documents and Settings\jhansen3\Desktop\GitHub\rooksguide-cplusplus\chap_p -reproc.tex") [45] [46 - -] -Chapter 18. - -("C:\Documents and Settings\jhansen3\Desktop\GitHub\rooksguide-cplusplus\chap_a -dvancedarith.tex" [47] -Requested font "[LinLibertine_RB.otf]/ICU:script=latn;language=DFLT;mapping=tex --text;+tnum;+lnum;" at 12.0pt - -> C:/Program Files/MiKTeX/fonts/opentype/public/libertine/LinLibertine_RB.otf -LaTeX Font Info: Font shape `EU1/LinLibertine(4)/bx/n' will be -(Font) scaled to size 12.0pt on input line 33. -Requested font "[LinLibertine_MB.otf]/ICU:script=latn;language=DFLT;" at 12.0pt - -> C:/Program Files/MiKTeX/fonts/opentype/public/libertine/LinLibertine_MB.otf - [48] [49] [50] -Missing character: There is no ^^96 in font [LinLibertine_R.otf]/ICU:script=lat -n;language=DFLT;mapping=tex-text;+tnum;+lnum;! - [51] [52] [53] -Overfull \hbox (39.2022pt too wide) in paragraph at lines 236--237 -[][]$[][][][] [] [] [] [][][][][] [] [][][][] [] [][][][][][][][] [] [][] [] [] -[][][][][] [] [][][][][][][] [] - [] - - -Overfull \hbox (11.17021pt too wide) in paragraph at lines 237--238 -[][]$[][][][] [] [] [] [][][] [] [][][][][][][][][] [] [][][] [] [][][][][][][] -[][] [] [][][][][][]$[] - [] - -) [54] -Chapter 19. - -("C:\Documents and Settings\jhansen3\Desktop\GitHub\rooksguide-cplusplus\chap_f -ile_io.tex") [55 - -] [56 - -] -Chapter 20. - -("C:\Documents and Settings\jhansen3\Desktop\GitHub\rooksguide-cplusplus\chap_a -rrays.tex") [57] [58 - -] -Chapter 21. - -("C:\Documents and Settings\jhansen3\Desktop\GitHub\rooksguide-cplusplus\chap_p -ointers.tex") [59] [60 - -] -Chapter 22. - -("C:\Documents and Settings\jhansen3\Desktop\GitHub\rooksguide-cplusplus\chap_d -ynamic.tex") [61] [62 - -] -Chapter 23. - -("C:\Documents and Settings\jhansen3\Desktop\GitHub\rooksguide-cplusplus\chap_s -eparate.tex") [63] [64 - -] -Chapter 24. - -("C:\Documents and Settings\jhansen3\Desktop\GitHub\rooksguide-cplusplus\chap_c -lasses.tex") [65] [66 - -] -Chapter 25. - -("C:\Documents and Settings\jhansen3\Desktop\GitHub\rooksguide-cplusplus\chap_s -tl.tex" [67]) [68] -("C:\Documents and Settings\jhansen3\Desktop\GitHub\rooksguide-cplusplus\cpp.lo -l") -\tf@lol=\write6 - -("C:\Documents and Settings\jhansen3\Desktop\GitHub\rooksguide-cplusplus\cpp.in -d") -Package atveryend Info: Empty hook `BeforeClearDocument' on input line 643. - [69 - -] -Package atveryend Info: Empty hook `AfterLastShipout' on input line 643. - -("C:\Documents and Settings\jhansen3\Desktop\GitHub\rooksguide-cplusplus\cpp.au -x") -Package atveryend Info: Empty hook `AtVeryEndDocument' on input line 643. -Package atveryend Info: Empty hook `AtEndAfterFileList' on input line 643. - - -LaTeX Warning: There were undefined references. - -Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 643. - ) -Here is how much of TeX's memory you used: - 33702 strings out of 430548 - 666541 string characters out of 3192260 - 650570 words of memory out of 3000000 - 36334 multiletter control sequences out of 15000+200000 - 9576 words of font info for 71 fonts, out of 3000000 for 9000 - 93 hyphenation exceptions out of 8191 - 54i,6n,97p,757b,1817s stack positions out of 5000i,500n,10000p,200000b,50000s - -Output written on cpp.pdf (69 pages). diff --git a/cpp.out b/cpp.out deleted file mode 100644 index 89c8991..0000000 --- a/cpp.out +++ /dev/null @@ -1,35 +0,0 @@ -\BOOKMARK [0][-]{chapter.1}{History}{}% 1 -\BOOKMARK [0][-]{chapter.2}{Sample\040Program}{}% 2 -\BOOKMARK [0][-]{chapter.3}{Variables}{}% 3 -\BOOKMARK [0][-]{chapter.4}{Constants}{}% 4 -\BOOKMARK [0][-]{chapter.5}{Assignments}{}% 5 -\BOOKMARK [0][-]{chapter.6}{Input}{}% 6 -\BOOKMARK [0][-]{chapter.7}{Output}{}% 7 -\BOOKMARK [0][-]{chapter.8}{Arithmetic}{}% 8 -\BOOKMARK [0][-]{chapter.9}{Comments}{}% 9 -\BOOKMARK [0][-]{chapter.10}{Data\040types,\040conversion}{}% 10 -\BOOKMARK [0][-]{chapter.11}{Conditionals}{}% 11 -\BOOKMARK [0][-]{chapter.12}{Strings}{}% 12 -\BOOKMARK [0][-]{chapter.13}{Loops}{}% 13 -\BOOKMARK [0][-]{chapter.14}{Functions,\040Scope,\040and\040Blocks}{}% 14 -\BOOKMARK [1][-]{section.14.1}{Blocks}{chapter.14}% 15 -\BOOKMARK [0][-]{chapter.15}{Problem\040Solving}{}% 16 -\BOOKMARK [0][-]{chapter.16}{Testing}{}% 17 -\BOOKMARK [0][-]{chapter.17}{Preprocessor}{}% 18 -\BOOKMARK [0][-]{chapter.18}{Advanced\040Arithmetic}{}% 19 -\BOOKMARK [1][-]{section.18.1}{Examples}{chapter.18}% 20 -\BOOKMARK [2][-]{subsection.18.1.1}{pow\(\)}{section.18.1}% 21 -\BOOKMARK [2][-]{subsection.18.1.2}{sqrt\(\)}{section.18.1}% 22 -\BOOKMARK [2][-]{subsection.18.1.3}{Modulo}{section.18.1}% 23 -\BOOKMARK [1][-]{section.18.2}{Review\040Questions}{chapter.18}% 24 -\BOOKMARK [1][-]{section.18.3}{Homework\040Questions}{chapter.18}% 25 -\BOOKMARK [1][-]{section.18.4}{Review\040Answers}{chapter.18}% 26 -\BOOKMARK [1][-]{section.18.5}{Homework\040Answers}{chapter.18}% 27 -\BOOKMARK [1][-]{section.18.6}{Further\040Reading}{chapter.18}% 28 -\BOOKMARK [0][-]{chapter.19}{File\040I/O}{}% 29 -\BOOKMARK [0][-]{chapter.20}{Arrays}{}% 30 -\BOOKMARK [0][-]{chapter.21}{Pointers}{}% 31 -\BOOKMARK [0][-]{chapter.22}{Dynamic\040Data}{}% 32 -\BOOKMARK [0][-]{chapter.23}{Separate\040compilation}{}% 33 -\BOOKMARK [0][-]{chapter.24}{Classes\040and\040Abstraction}{}% 34 -\BOOKMARK [0][-]{chapter.25}{STL}{}% 35 diff --git a/cpp.pdf b/cpp.pdf deleted file mode 100644 index 6127041..0000000 Binary files a/cpp.pdf and /dev/null differ diff --git a/cpp.synctex.gz b/cpp.synctex.gz deleted file mode 100644 index 5134dd7..0000000 Binary files a/cpp.synctex.gz and /dev/null differ diff --git a/cpp.toc b/cpp.toc deleted file mode 100644 index b91f19b..0000000 --- a/cpp.toc +++ /dev/null @@ -1,35 +0,0 @@ -\contentsline {chapter}{\numberline {1}History}{9}{chapter.1} -\contentsline {chapter}{\numberline {2}Sample Program}{11}{chapter.2} -\contentsline {chapter}{\numberline {3}Variables}{13}{chapter.3} -\contentsline {chapter}{\numberline {4}Constants}{15}{chapter.4} -\contentsline {chapter}{\numberline {5}Assignments}{17}{chapter.5} -\contentsline {chapter}{\numberline {6}Input}{21}{chapter.6} -\contentsline {chapter}{\numberline {7}Output}{23}{chapter.7} -\contentsline {chapter}{\numberline {8}Arithmetic}{25}{chapter.8} -\contentsline {chapter}{\numberline {9}Comments}{29}{chapter.9} -\contentsline {chapter}{\numberline {10}Data types, conversion}{31}{chapter.10} -\contentsline {chapter}{\numberline {11}Conditionals}{33}{chapter.11} -\contentsline {chapter}{\numberline {12}Strings}{35}{chapter.12} -\contentsline {chapter}{\numberline {13}Loops}{37}{chapter.13} -\contentsline {chapter}{\numberline {14}Functions, Scope, and Blocks}{39}{chapter.14} -\contentsline {section}{\numberline {14.1}Blocks}{39}{section.14.1} -\contentsline {chapter}{\numberline {15}Problem Solving}{41}{chapter.15} -\contentsline {chapter}{\numberline {16}Testing}{43}{chapter.16} -\contentsline {chapter}{\numberline {17}Preprocessor}{45}{chapter.17} -\contentsline {chapter}{\numberline {18}Advanced Arithmetic}{47}{chapter.18} -\contentsline {section}{\numberline {18.1}Examples}{48}{section.18.1} -\contentsline {subsection}{\numberline {18.1.1}\texttt {pow()}}{48}{subsection.18.1.1} -\contentsline {subsection}{\numberline {18.1.2}\texttt {sqrt()}}{50}{subsection.18.1.2} -\contentsline {subsection}{\numberline {18.1.3}Modulo}{51}{subsection.18.1.3} -\contentsline {section}{\numberline {18.2}Review Questions}{52}{section.18.2} -\contentsline {section}{\numberline {18.3}Homework Questions}{53}{section.18.3} -\contentsline {section}{\numberline {18.4}Review Answers}{53}{section.18.4} -\contentsline {section}{\numberline {18.5}Homework Answers}{53}{section.18.5} -\contentsline {section}{\numberline {18.6}Further Reading}{54}{section.18.6} -\contentsline {chapter}{\numberline {19}File I/O}{55}{chapter.19} -\contentsline {chapter}{\numberline {20}Arrays}{57}{chapter.20} -\contentsline {chapter}{\numberline {21}Pointers}{59}{chapter.21} -\contentsline {chapter}{\numberline {22}Dynamic Data}{61}{chapter.22} -\contentsline {chapter}{\numberline {23}Separate compilation}{63}{chapter.23} -\contentsline {chapter}{\numberline {24}Classes and Abstraction}{65}{chapter.24} -\contentsline {chapter}{\numberline {25}STL}{67}{chapter.25} diff --git a/texput.log b/texput.log deleted file mode 100644 index 6e6930c..0000000 --- a/texput.log +++ /dev/null @@ -1,20 +0,0 @@ -This is XeTeX, Version 3.1415926-2.2-0.9995.1 (MiKTeX 2.8) (preloaded format=xelatex 2013.4.21) 21 APR 2013 23:44 -entering extended mode -**C:\Documents and Settings\jhansen3\Desktop\Google Drive\Book Typesetting\cpp. -tex - -! Emergency stop. -<*> C:\Documents - and Settings\jhansen3\Desktop\Google Drive\Book Typesetting... -End of file on the terminal! - - -Here is how much of TeX's memory you used: - 0 strings out of 430548 - 2 string characters out of 3192260 - 43661 words of memory out of 3000000 - 3179 multiletter control sequences out of 15000+200000 - 3640 words of font info for 14 fonts, out of 3000000 for 9000 - 14 hyphenation exceptions out of 8191 - 0i,0n,0p,1b,6s stack positions out of 5000i,500n,10000p,200000b,50000s -No pages of output.