├── .DS_Store ├── .gitignore ├── README ├── literature.bib ├── my-thesis-footer.tex ├── my-thesis-input.tex ├── thesis.aux ├── thesis.bbl ├── thesis.blg ├── thesis.log ├── thesis.out ├── thesis.pdf ├── thesis.scriv ├── Files │ ├── Docs │ │ ├── 10.rtf │ │ ├── 11.rtf │ │ ├── 3.rtf │ │ ├── 4.rtf │ │ ├── 5.rtf │ │ ├── 6.rtf │ │ ├── 7.rtf │ │ ├── 8.rtf │ │ └── 9.rtf │ ├── ProjectNotes │ │ └── index.xml │ ├── binder.autosave │ ├── binder.backup │ ├── user.lock │ └── version.txt ├── QuickLook │ ├── Preview.html │ └── Thumbnail.jpg ├── Settings │ └── compile.plist └── thesis.scrivx ├── thesis.synctex.gz ├── thesis.tex └── thesis.toc /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tibra/ScrivenerToLaTeX/6acce31dcc4cb55520aa1b35607c0605059f0ada/.DS_Store -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tibra/ScrivenerToLaTeX/6acce31dcc4cb55520aa1b35607c0605059f0ada/README -------------------------------------------------------------------------------- /literature.bib: -------------------------------------------------------------------------------- 1 | %% This BibTeX bibliography file was created using BibDesk. 2 | %% http://bibdesk.sourceforge.net/ 3 | 4 | 5 | %% Created for Tim Brandes at 2012-02-28 21:53:32 +0100 6 | 7 | 8 | %% Saved with string encoding Unicode (UTF-8) 9 | 10 | 11 | 12 | @article{Mayer_2002, 13 | Author = {Richard E. Mayer AND Roxana Moreno}, 14 | Date-Added = {2012-02-28 20:45:09 +0000}, 15 | Date-Modified = {2012-02-28 20:45:09 +0000}, 16 | Journal = {Learning and Instruction}, 17 | Keywords = {Virtuelle Welten, Lernwelt}, 18 | Number = {12}, 19 | Pages = {107-119}, 20 | Title = {Aids to computer-based multimedia learning}, 21 | Year = {2002}} 22 | -------------------------------------------------------------------------------- /my-thesis-footer.tex: -------------------------------------------------------------------------------- 1 | % ============ 2 | % = Appendix = 3 | % ============ 4 | 5 | \pagebreak 6 | \appendix 7 | \bibliographystyle{apacite} 8 | \bibliography{literature} 9 | -------------------------------------------------------------------------------- /my-thesis-input.tex: -------------------------------------------------------------------------------- 1 | \documentclass[12pt,a4paper,oneside,bibtotocnumbered,liststotocnumbered,pointlessnumbers,DIV=calc,BCOR=16mm]{scrreprt} 2 | 3 | % ========================================== 4 | % = My modifications to the LaTeX template = 5 | % ========================================== 6 | \usepackage[nosectionbib]{apacite} 7 | 8 | %use line breaks instead of indentation 9 | \usepackage[parfill]{parskip} 10 | 11 | \usepackage{natbib} 12 | \usepackage[left=3.5cm, right=2cm, bottom=3.5cm]{geometry} 13 | \geometry{a4paper} 14 | 15 | \usepackage{multirow} 16 | \usepackage{tabularx} 17 | 18 | % Use Helvetica 19 | \usepackage{helvet} 20 | % Euro-Symbol 21 | \usepackage{textcomp} 22 | \usepackage{appendix} 23 | 24 | 25 | \usepackage{hyperref} 26 | 27 | % Use utf-8 encoding for foreign characters 28 | \usepackage[utf8]{inputenc} 29 | 30 | % Surround parts of graphics with box 31 | \usepackage{boxedminipage} 32 | 33 | % Package for including code in the document 34 | \usepackage{listings} 35 | 36 | % This is now the recommended way for checking for PDFLaTeX: 37 | \usepackage{ifpdf} 38 | 39 | \ifpdf 40 | \usepackage[pdftex]{graphicx} 41 | \else 42 | \usepackage{graphicx} 43 | \fi 44 | \title{ untitled } 45 | 46 | \author{ } 47 | 48 | \linespread{1.5} 49 | 50 | \begin{document} 51 | 52 | 53 | % TOC 54 | \pagenumbering{roman} 55 | \tableofcontents 56 | \pagebreak 57 | 58 | \pagenumbering{arabic} 59 | -------------------------------------------------------------------------------- /thesis.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \providecommand\HyperFirstAtBeginDocument{\AtBeginDocument} 3 | \HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined 4 | \global\let\oldcontentsline\contentsline 5 | \gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}} 6 | \global\let\oldnewlabel\newlabel 7 | \gdef\newlabel#1#2{\newlabelxx{#1}#2} 8 | \gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}} 9 | \AtEndDocument{\ifx\hyper@anchor\@undefined 10 | \let\contentsline\oldcontentsline 11 | \let\newlabel\oldnewlabel 12 | \fi} 13 | \fi} 14 | \global\let\hyper@last\relax 15 | \gdef\HyperFirstAtBeginDocument#1{#1} 16 | \providecommand\HyField@AuxAddToFields[1]{} 17 | \@writefile{toc}{\contentsline {chapter}{\numberline {1}Introduction}{1}{chapter.1}} 18 | \@writefile{lof}{\addvspace {10\p@ }} 19 | \@writefile{lot}{\addvspace {10\p@ }} 20 | \@writefile{lol}{\addvspace {10\p@ }} 21 | \newlabel{introduction}{{1}{1}{Introduction\relax }{chapter.1}{}} 22 | \citation{Mayer_2002} 23 | \@writefile{toc}{\contentsline {chapter}{\numberline {2}About Languages}{2}{chapter.2}} 24 | \@writefile{lof}{\addvspace {10\p@ }} 25 | \@writefile{lot}{\addvspace {10\p@ }} 26 | \@writefile{lol}{\addvspace {10\p@ }} 27 | \newlabel{aboutlanguages}{{2}{2}{About Languages\relax }{chapter.2}{}} 28 | \@writefile{toc}{\contentsline {section}{\numberline {2.1}Uniform Grammar}{2}{section.2.1}} 29 | \newlabel{uniformgrammar}{{2.1}{2}{Uniform Grammar\relax }{section.2.1}{}} 30 | \@writefile{toc}{\contentsline {section}{\numberline {2.2}Further Thoughts}{3}{section.2.2}} 31 | \newlabel{furtherthoughts}{{2.2}{3}{Further Thoughts\relax }{section.2.2}{}} 32 | \@writefile{toc}{\contentsline {chapter}{\numberline {3}Translator Usage}{6}{chapter.3}} 33 | \@writefile{lof}{\addvspace {10\p@ }} 34 | \@writefile{lot}{\addvspace {10\p@ }} 35 | \@writefile{lol}{\addvspace {10\p@ }} 36 | \newlabel{translatorusage}{{3}{6}{Translator Usage\relax }{chapter.3}{}} 37 | \@writefile{toc}{\contentsline {section}{\numberline {3.1}Common Language}{6}{section.3.1}} 38 | \newlabel{commonlanguage}{{3.1}{6}{Common Language\relax }{section.3.1}{}} 39 | \@writefile{toc}{\contentsline {section}{\numberline {3.2}Science, Music and Sports}{7}{section.3.2}} 40 | \newlabel{sciencemusicandsports}{{3.2}{7}{Science, Music and Sports\relax }{section.3.2}{}} 41 | \@writefile{toc}{\contentsline {section}{\numberline {3.3}The European Languages}{8}{section.3.3}} 42 | \newlabel{theeuropeanlanguages}{{3.3}{8}{The European Languages\relax }{section.3.3}{}} 43 | \bibstyle{apacite} 44 | \bibdata{literature} 45 | \bibcite{Mayer_2002}{{1}{{\APACyear {2002}}}{{Mayer\ \&{} Moreno}}{{Mayer\ \&{} Moreno}}} 46 | \@writefile{toc}{\contentsline {chapter}{\numberline {A}References}{10}{appendix.A}} 47 | \@writefile{lof}{\addvspace {10\p@ }} 48 | \@writefile{lot}{\addvspace {10\p@ }} 49 | \@writefile{lol}{\addvspace {10\p@ }} 50 | \global\@altsecnumformattrue 51 | -------------------------------------------------------------------------------- /thesis.bbl: -------------------------------------------------------------------------------- 1 | \begin{thebibliography}{} 2 | 3 | \bibitem[\protect\citeauthoryear{% 4 | Mayer% 5 | \ \BBA{} Moreno% 6 | }{% 7 | Mayer% 8 | \ \BBA{} Moreno% 9 | }{% 10 | {\protect\APACyear{2002}}% 11 | }]{% 12 | Mayer_2002}% 13 | \APACinsertmetastar{% 14 | Mayer_2002}% 15 | Mayer, R\BPBI E.% 16 | \BCBT{}\ \BBA{} Moreno, R.% 17 | % 18 | \unskip\ 19 | \newblock 20 | \APACrefYearMonthDay{2002}{}{}. 21 | \newblock 22 | \BBOQ{}\APACrefatitle{Aids to computer-based multimedia learning}{Aids to 23 | computer-based multimedia learning}.\BBCQ{} 24 | \newblock 25 | \APACjournalVolNumPages{Learning and Instruction}{}{12}{107-119}. 26 | \PrintBackRefs{\CurrentBib} 27 | 28 | \end{thebibliography} 29 | -------------------------------------------------------------------------------- /thesis.blg: -------------------------------------------------------------------------------- 1 | This is BibTeX, Version 0.99d (TeX Live 2011) 2 | Capacity: max_strings=35307, hash_size=35307, hash_prime=30011 3 | The top-level auxiliary file: thesis.aux 4 | The style file: apacite.bst 5 | Reallocated glb_str_ptr (elt_size=4) to 20 items from 10. 6 | Reallocated global_strs (elt_size=5001) to 20 items from 10. 7 | Reallocated glb_str_end (elt_size=4) to 20 items from 10. 8 | Reallocated singl_function (elt_size=4) to 100 items from 50. 9 | Reallocated wiz_functions (elt_size=4) to 6000 items from 3000. 10 | Reallocated singl_function (elt_size=4) to 100 items from 50. 11 | Reallocated wiz_functions (elt_size=4) to 9000 items from 6000. 12 | Database file #1: literature.bib 13 | apacite.bst [2009/03/01 v4.05 APA bibliography style] 14 | You've used 1 entry, 15 | 6361 wiz_defined-function locations, 16 | 1184 strings with 9764 characters, 17 | and the built_in function-call counts, 1624 in all, are: 18 | = -- 196 19 | > -- 14 20 | < -- 63 21 | + -- 68 22 | - -- 2 23 | * -- 101 24 | := -- 309 25 | add.period$ -- 4 26 | call.type$ -- 1 27 | change.case$ -- 5 28 | chr.to.int$ -- 0 29 | cite$ -- 2 30 | duplicate$ -- 44 31 | empty$ -- 72 32 | format.name$ -- 24 33 | if$ -- 313 34 | int.to.chr$ -- 0 35 | int.to.str$ -- 2 36 | missing$ -- 0 37 | newline$ -- 27 38 | num.names$ -- 8 39 | pop$ -- 24 40 | preamble$ -- 1 41 | purify$ -- 4 42 | quote$ -- 0 43 | skip$ -- 113 44 | stack$ -- 0 45 | substring$ -- 78 46 | swap$ -- 27 47 | text.length$ -- 2 48 | text.prefix$ -- 0 49 | top$ -- 1 50 | type$ -- 80 51 | warning$ -- 0 52 | while$ -- 7 53 | width$ -- 0 54 | write$ -- 32 55 | -------------------------------------------------------------------------------- /thesis.log: -------------------------------------------------------------------------------- 1 | This is pdfTeX, Version 3.1415926-2.3-1.40.12 (TeX Live 2011) (format=pdflatex 2011.7.3) 28 FEB 2012 22:44 2 | entering extended mode 3 | \write18 enabled. 4 | file:line:error style messages enabled. 5 | %&-line parsing enabled. 6 | **thesis.tex 7 | (./thesis.tex 8 | LaTeX2e <2009/09/24> 9 | Babel and hyphenation patterns for english, dumylang, nohyphenation, ge 10 | rman-x-2009-06-19, ngerman-x-2009-06-19, afrikaans, ancientgreek, ibycus, arabi 11 | c, armenian, basque, bulgarian, catalan, pinyin, coptic, croatian, czech, danis 12 | h, dutch, ukenglish, usenglishmax, esperanto, estonian, ethiopic, farsi, finnis 13 | h, french, galician, german, ngerman, swissgerman, monogreek, greek, hungarian, 14 | icelandic, assamese, bengali, gujarati, hindi, kannada, malayalam, marathi, or 15 | iya, panjabi, tamil, telugu, indonesian, interlingua, irish, italian, kurmanji, 16 | lao, latin, latvian, lithuanian, mongolian, mongolianlmc, bokmal, nynorsk, pol 17 | ish, portuguese, romanian, russian, sanskrit, serbian, serbianc, slovak, sloven 18 | ian, spanish, swedish, turkish, turkmen, ukrainian, uppersorbian, welsh, loaded 19 | . 20 | (./my-thesis-input.tex 21 | (/usr/local/texlive/2011/texmf-dist/tex/latex/koma-script/scrreprt.cls 22 | Document Class: scrreprt 2011/04/02 v3.09 KOMA-Script document class (report) 23 | (/usr/local/texlive/2011/texmf-dist/tex/latex/koma-script/scrkbase.sty 24 | Package: scrkbase 2011/04/02 v3.09 KOMA-Script package (KOMA-Script-dependent b 25 | asics and keyval usage) 26 | 27 | (/usr/local/texlive/2011/texmf-dist/tex/latex/koma-script/scrbase.sty 28 | Package: scrbase 2011/04/02 v3.09 KOMA-Script package (KOMA-Script-independent 29 | basics and keyval usage) 30 | 31 | (/usr/local/texlive/2011/texmf-dist/tex/latex/graphics/keyval.sty 32 | Package: keyval 1999/03/16 v1.13 key=value parser (DPC) 33 | \KV@toks@=\toks14 34 | ) 35 | (/usr/local/texlive/2011/texmf-dist/tex/latex/koma-script/scrlfile.sty 36 | Package: scrlfile 2011/03/09 v3.09 KOMA-Script package (loading files) 37 | 38 | Package scrlfile, 2011/03/09 v3.09 KOMA-Script package (loading files) 39 | Copyright (C) Markus Kohm 40 | 41 | ))) (/usr/local/texlive/2011/texmf-dist/tex/latex/koma-script/tocbasic.sty 42 | Package: tocbasic 2011/03/23 v3.09 KOMA-Script package (handling toc-files) 43 | ) 44 | Package tocbasic Info: omitting babel extension for `toc' 45 | (tocbasic) because of feature `nobabel' available 46 | (tocbasic) for `toc' on input line 117. 47 | Package tocbasic Info: omitting babel extension for `lof' 48 | (tocbasic) because of feature `nobabel' available 49 | (tocbasic) for `lof' on input line 118. 50 | Package tocbasic Info: omitting babel extension for `lot' 51 | (tocbasic) because of feature `nobabel' available 52 | (tocbasic) for `lot' on input line 119. 53 | Package scrreprt Info: You've used obsolete option `12pt'. 54 | (scrreprt) \KOMAExecuteOptions{fontsize=12pt} will be 55 | (scrreprt) used instead. 56 | (scrreprt) You may simply replace `12pt' 57 | (scrreprt) by `fontsize=12pt'. 58 | Class scrreprt Info: You've used standard option `oneside'. 59 | (scrreprt) This is correct! 60 | (scrreprt) Internally I'm using `twoside=false'. 61 | (scrreprt) If you'd like to set the option with \KOMAoptions, 62 | (scrreprt) you'd have to use `twoside=false' there 63 | (scrreprt) instead of `oneside', too. 64 | 65 | 66 | Class scrreprt Warning: You've used obsolete option `bibtotocnumbered'. 67 | (scrreprt) Usage of this option indicates an old document and 68 | (scrreprt) changes compatibility level using 69 | (scrreprt) `bibliography=totocnumbered,version=first'. 70 | (scrreprt) If you don't want this, you should simply replace 71 | (scrreprt) usage of option `bibtotocnumbered' by `bibliography=tot 72 | ocnumbered'. 73 | 74 | Class scrreprt Info: Switching compatibility level to `first'. 75 | 76 | Class scrreprt Warning: You've used obsolete option `liststotocnumbered'. 77 | (scrreprt) Usage of this option indicates an old document and 78 | (scrreprt) changes compatibility level using 79 | (scrreprt) `listof=numbered,version=first'. 80 | (scrreprt) If you don't want this, you should simply replace 81 | (scrreprt) usage of option `liststotocnumbered' by `listof=numbere 82 | d'. 83 | 84 | Class scrreprt Info: Switching compatibility level to `first'. 85 | 86 | Class scrreprt Warning: You've used obsolete option `pointlessnumbers'. 87 | (scrreprt) Usage of this option indicates an old document and 88 | (scrreprt) changes compatibility level using 89 | (scrreprt) `numbers=noenddot,version=first'. 90 | (scrreprt) If you don't want this, you should simply replace 91 | (scrreprt) usage of option `pointlessnumbers' by `numbers=noenddot 92 | '. 93 | 94 | Class scrreprt Info: Switching compatibility level to `first'. 95 | Class scrreprt Info: File `scrsize12pt.clo' used to setup font sizes on input l 96 | ine 1346. 97 | (/usr/local/texlive/2011/texmf-dist/tex/latex/koma-script/scrsize12pt.clo 98 | File: scrsize12pt.clo 2011/04/02 v3.09 KOMA-Script font size class option (12pt 99 | ) 100 | ) 101 | (/usr/local/texlive/2011/texmf-dist/tex/latex/koma-script/typearea.sty 102 | Package: typearea 2011/04/02 v3.09 KOMA-Script package (type area) 103 | 104 | Package typearea, 2011/04/02 v3.09 KOMA-Script package (type area) 105 | Copyright (C) Frank Neukam, 1992-1994 106 | Copyright (C) Markus Kohm, 1994- 107 | 108 | \ta@bcor=\skip41 109 | \ta@div=\count79 110 | Package typearea Info: You've used standard option `a4paper'. 111 | (typearea) This is correct! 112 | (typearea) Internally I'm using `paper=a4'. 113 | (typearea) If you'd like to set the option with \KOMAoptions, 114 | (typearea) you'd have to use `paper=a4' there 115 | (typearea) instead of `a4paper', too. 116 | Package typearea Info: You've used standard option `oneside'. 117 | (typearea) This is correct! 118 | (typearea) Internally I'm using `twoside=false'. 119 | (typearea) If you'd like to set the option with \KOMAoptions, 120 | (typearea) you'd have to use `twoside=false' there 121 | (typearea) instead of `oneside', too. 122 | \ta@hblk=\skip42 123 | \ta@vblk=\skip43 124 | \ta@temp=\skip44 125 | DIV calculation for typearea with good linewidth. 126 | Package typearea Info: These are the values describing the layout: 127 | (typearea) DIV = 9 128 | (typearea) BCOR = 45.5244pt 129 | (typearea) \paperwidth = 597.50793pt 130 | (typearea) \textwidth = 367.98904pt 131 | (typearea) DIV departure = 5% 132 | (typearea) \evensidemargin = 65.25165pt 133 | (typearea) \oddsidemargin = 65.25165pt 134 | (typearea) \paperheight = 845.04694pt 135 | (typearea) \textheight = 577.5pt 136 | (typearea) \topmargin = -18.25089pt 137 | (typearea) \headheight = 18.125pt 138 | (typearea) \headsep = 21.75pt 139 | (typearea) \topskip = 12.0pt 140 | (typearea) \footskip = 50.75pt 141 | (typearea) \baselineskip = 14.5pt 142 | (typearea) on input line 1138. 143 | ) 144 | \c@part=\count80 145 | \c@chapter=\count81 146 | \c@section=\count82 147 | \c@subsection=\count83 148 | \c@subsubsection=\count84 149 | \c@paragraph=\count85 150 | \c@subparagraph=\count86 151 | \abovecaptionskip=\skip45 152 | \belowcaptionskip=\skip46 153 | \c@pti@nb@sid@b@x=\box26 154 | \c@figure=\count87 155 | \c@table=\count88 156 | \bibindent=\dimen102 157 | ) (/usr/local/texlive/2011/texmf-dist/tex/latex/apacite/apacite.sty 158 | Package: apacite 2009/03/01 v4.05 APA citation 159 | \c@BibCnt=\count89 160 | \bibleftmargin=\skip47 161 | \bibindent=\skip48 162 | \bibparsep=\skip49 163 | \bibitemsep=\skip50 164 | ) 165 | (/usr/local/texlive/2011/texmf-dist/tex/latex/parskip/parskip.sty 166 | Package: parskip 2001/04/09 non-zero parskip adjustments 167 | ) 168 | (/usr/local/texlive/2011/texmf-dist/tex/latex/natbib/natbib.sty 169 | Package: natbib 2010/09/13 8.31b (PWD, AO) 170 | \bibhang=\skip51 171 | \bibsep=\skip52 172 | LaTeX Info: Redefining \cite on input line 694. 173 | LaTeX Info: Redefining \citeauthor on input line 712. 174 | LaTeX Info: Redefining \citeyear on input line 735. 175 | \c@NAT@ctr=\count90 176 | ) 177 | (/usr/local/texlive/2011/texmf-dist/tex/latex/geometry/geometry.sty 178 | Package: geometry 2010/09/12 v5.6 Page Geometry 179 | 180 | (/usr/local/texlive/2011/texmf-dist/tex/generic/oberdiek/ifpdf.sty 181 | Package: ifpdf 2011/01/30 v2.3 Provides the ifpdf switch (HO) 182 | Package ifpdf Info: pdfTeX in PDF mode is detected. 183 | ) 184 | (/usr/local/texlive/2011/texmf-dist/tex/generic/oberdiek/ifvtex.sty 185 | Package: ifvtex 2010/03/01 v1.5 Switches for detecting VTeX and its modes (HO) 186 | Package ifvtex Info: VTeX not detected. 187 | ) 188 | (/usr/local/texlive/2011/texmf-dist/tex/generic/ifxetex/ifxetex.sty 189 | Package: ifxetex 2010/09/12 v0.6 Provides ifxetex conditional 190 | ) 191 | \Gm@cnth=\count91 192 | \Gm@cntv=\count92 193 | \c@Gm@tempcnt=\count93 194 | \Gm@bindingoffset=\dimen103 195 | \Gm@wd@mp=\dimen104 196 | \Gm@odd@mp=\dimen105 197 | \Gm@even@mp=\dimen106 198 | \Gm@layoutwidth=\dimen107 199 | \Gm@layoutheight=\dimen108 200 | \Gm@layouthoffset=\dimen109 201 | \Gm@layoutvoffset=\dimen110 202 | \Gm@dimlist=\toks15 203 | ) 204 | (/usr/local/texlive/2011/texmf-dist/tex/latex/multirow/multirow.sty 205 | \bigstrutjot=\dimen111 206 | ) 207 | (/usr/local/texlive/2011/texmf-dist/tex/latex/tools/tabularx.sty 208 | Package: tabularx 1999/01/07 v2.07 `tabularx' package (DPC) 209 | 210 | (/usr/local/texlive/2011/texmf-dist/tex/latex/tools/array.sty 211 | Package: array 2008/09/09 v2.4c Tabular extension package (FMi) 212 | \col@sep=\dimen112 213 | \extrarowheight=\dimen113 214 | \NC@list=\toks16 215 | \extratabsurround=\skip53 216 | \backup@length=\skip54 217 | ) 218 | \TX@col@width=\dimen114 219 | \TX@old@table=\dimen115 220 | \TX@old@col=\dimen116 221 | \TX@target=\dimen117 222 | \TX@delta=\dimen118 223 | \TX@cols=\count94 224 | \TX@ftn=\toks17 225 | ) 226 | (/usr/local/texlive/2011/texmf-dist/tex/latex/psnfss/helvet.sty 227 | Package: helvet 2005/04/12 PSNFSS-v9.2a (WaS) 228 | ) 229 | (/usr/local/texlive/2011/texmf-dist/tex/latex/base/textcomp.sty 230 | Package: textcomp 2005/09/27 v1.99g Standard LaTeX package 231 | Package textcomp Info: Sub-encoding information: 232 | (textcomp) 5 = only ISO-Adobe without \textcurrency 233 | (textcomp) 4 = 5 + \texteuro 234 | (textcomp) 3 = 4 + \textohm 235 | (textcomp) 2 = 3 + \textestimated + \textcurrency 236 | (textcomp) 1 = TS1 - \textcircled - \t 237 | (textcomp) 0 = TS1 (full) 238 | (textcomp) Font families with sub-encoding setting implement 239 | (textcomp) only a restricted character set as indicated. 240 | (textcomp) Family '?' is the default used for unknown fonts. 241 | (textcomp) See the documentation for details. 242 | Package textcomp Info: Setting ? sub-encoding to TS1/1 on input line 71. 243 | 244 | (/usr/local/texlive/2011/texmf-dist/tex/latex/base/ts1enc.def 245 | File: ts1enc.def 2001/06/05 v3.0e (jk/car/fm) Standard LaTeX file 246 | ) 247 | LaTeX Info: Redefining \oldstylenums on input line 266. 248 | Package textcomp Info: Setting cmr sub-encoding to TS1/0 on input line 281. 249 | Package textcomp Info: Setting cmss sub-encoding to TS1/0 on input line 282. 250 | Package textcomp Info: Setting cmtt sub-encoding to TS1/0 on input line 283. 251 | Package textcomp Info: Setting cmvtt sub-encoding to TS1/0 on input line 284. 252 | Package textcomp Info: Setting cmbr sub-encoding to TS1/0 on input line 285. 253 | Package textcomp Info: Setting cmtl sub-encoding to TS1/0 on input line 286. 254 | Package textcomp Info: Setting ccr sub-encoding to TS1/0 on input line 287. 255 | Package textcomp Info: Setting ptm sub-encoding to TS1/4 on input line 288. 256 | Package textcomp Info: Setting pcr sub-encoding to TS1/4 on input line 289. 257 | Package textcomp Info: Setting phv sub-encoding to TS1/4 on input line 290. 258 | Package textcomp Info: Setting ppl sub-encoding to TS1/3 on input line 291. 259 | Package textcomp Info: Setting pag sub-encoding to TS1/4 on input line 292. 260 | Package textcomp Info: Setting pbk sub-encoding to TS1/4 on input line 293. 261 | Package textcomp Info: Setting pnc sub-encoding to TS1/4 on input line 294. 262 | Package textcomp Info: Setting pzc sub-encoding to TS1/4 on input line 295. 263 | Package textcomp Info: Setting bch sub-encoding to TS1/4 on input line 296. 264 | Package textcomp Info: Setting put sub-encoding to TS1/5 on input line 297. 265 | Package textcomp Info: Setting uag sub-encoding to TS1/5 on input line 298. 266 | Package textcomp Info: Setting ugq sub-encoding to TS1/5 on input line 299. 267 | Package textcomp Info: Setting ul8 sub-encoding to TS1/4 on input line 300. 268 | Package textcomp Info: Setting ul9 sub-encoding to TS1/4 on input line 301. 269 | Package textcomp Info: Setting augie sub-encoding to TS1/5 on input line 302. 270 | Package textcomp Info: Setting dayrom sub-encoding to TS1/3 on input line 303. 271 | Package textcomp Info: Setting dayroms sub-encoding to TS1/3 on input line 304. 272 | 273 | Package textcomp Info: Setting pxr sub-encoding to TS1/0 on input line 305. 274 | Package textcomp Info: Setting pxss sub-encoding to TS1/0 on input line 306. 275 | Package textcomp Info: Setting pxtt sub-encoding to TS1/0 on input line 307. 276 | Package textcomp Info: Setting txr sub-encoding to TS1/0 on input line 308. 277 | Package textcomp Info: Setting txss sub-encoding to TS1/0 on input line 309. 278 | Package textcomp Info: Setting txtt sub-encoding to TS1/0 on input line 310. 279 | Package textcomp Info: Setting futs sub-encoding to TS1/4 on input line 311. 280 | Package textcomp Info: Setting futx sub-encoding to TS1/4 on input line 312. 281 | Package textcomp Info: Setting futj sub-encoding to TS1/4 on input line 313. 282 | Package textcomp Info: Setting hlh sub-encoding to TS1/3 on input line 314. 283 | Package textcomp Info: Setting hls sub-encoding to TS1/3 on input line 315. 284 | Package textcomp Info: Setting hlst sub-encoding to TS1/3 on input line 316. 285 | Package textcomp Info: Setting hlct sub-encoding to TS1/5 on input line 317. 286 | Package textcomp Info: Setting hlx sub-encoding to TS1/5 on input line 318. 287 | Package textcomp Info: Setting hlce sub-encoding to TS1/5 on input line 319. 288 | Package textcomp Info: Setting hlcn sub-encoding to TS1/5 on input line 320. 289 | Package textcomp Info: Setting hlcw sub-encoding to TS1/5 on input line 321. 290 | Package textcomp Info: Setting hlcf sub-encoding to TS1/5 on input line 322. 291 | Package textcomp Info: Setting pplx sub-encoding to TS1/3 on input line 323. 292 | Package textcomp Info: Setting pplj sub-encoding to TS1/3 on input line 324. 293 | Package textcomp Info: Setting ptmx sub-encoding to TS1/4 on input line 325. 294 | Package textcomp Info: Setting ptmj sub-encoding to TS1/4 on input line 326. 295 | ) 296 | (/usr/local/texlive/2011/texmf-dist/tex/latex/appendix/appendix.sty 297 | Package: appendix 2009/09/02 v1.2b extra appendix facilities 298 | \c@@pps=\count95 299 | \c@@ppsavesec=\count96 300 | \c@@ppsaveapp=\count97 301 | ) 302 | (/usr/local/texlive/2011/texmf-dist/tex/latex/hyperref/hyperref.sty 303 | Package: hyperref 2011/04/17 v6.82g Hypertext links for LaTeX 304 | 305 | (/usr/local/texlive/2011/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty 306 | Package: hobsub-hyperref 2011/04/23 v1.4 Bundle oberdiek, subset hyperref (HO) 307 | 308 | (/usr/local/texlive/2011/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty 309 | Package: hobsub-generic 2011/04/23 v1.4 Bundle oberdiek, subset generic (HO) 310 | Package: hobsub 2011/04/23 v1.4 Subsetting bundle oberdiek (HO) 311 | Package: infwarerr 2010/04/08 v1.3 Providing info/warning/message (HO) 312 | Package: ltxcmds 2011/04/18 v1.20 LaTeX kernel commands for general use (HO) 313 | Package: ifluatex 2010/03/01 v1.3 Provides the ifluatex switch (HO) 314 | Package ifluatex Info: LuaTeX not detected. 315 | Package hobsub Info: Skipping package `ifvtex' (already loaded). 316 | Package: intcalc 2007/09/27 v1.1 Expandable integer calculations (HO) 317 | Package hobsub Info: Skipping package `ifpdf' (already loaded). 318 | Package: etexcmds 2011/02/16 v1.5 Prefix for e-TeX command names (HO) 319 | Package etexcmds Info: Could not find \expanded. 320 | (etexcmds) That can mean that you are not using pdfTeX 1.50 or 321 | (etexcmds) that some package has redefined \expanded. 322 | (etexcmds) In the latter case, load this package earlier. 323 | Package: kvsetkeys 2011/04/07 v1.13 Key value parser (HO) 324 | Package: kvdefinekeys 2011/04/07 v1.3 Defining keys (HO) 325 | Package: pdftexcmds 2011/04/22 v0.16 Utilities of pdfTeX for LuaTeX (HO) 326 | Package pdftexcmds Info: LuaTeX not detected. 327 | Package pdftexcmds Info: \pdf@primitive is available. 328 | Package pdftexcmds Info: \pdf@ifprimitive is available. 329 | Package pdftexcmds Info: \pdfdraftmode found. 330 | Package: pdfescape 2011/04/04 v1.12 Provides string conversions (HO) 331 | Package: bigintcalc 2011/01/30 v1.2 Expandable big integer calculations (HO) 332 | Package: bitset 2011/01/30 v1.1 Data type bit set (HO) 333 | Package: uniquecounter 2011/01/30 v1.2 Provides unlimited unique counter (HO) 334 | ) 335 | Package hobsub Info: Skipping package `hobsub' (already loaded). 336 | Package: letltxmacro 2010/09/02 v1.4 Let assignment for LaTeX macros (HO) 337 | Package: hopatch 2011/01/30 v1.0 Wrapper for package hooks (HO) 338 | Package: xcolor-patch 2011/01/30 xcolor patch 339 | Package: atveryend 2011/04/23 v1.7 Hooks at very end of document (HO) 340 | Package atveryend Info: \enddocument detected (standard). 341 | Package: atbegshi 2011/01/30 v1.15 At begin shipout hook (HO) 342 | Package: refcount 2010/12/01 v3.2 Data extraction from references (HO) 343 | Package: hycolor 2011/01/30 v1.7 Color options of hyperref/bookmark (HO) 344 | ) 345 | (/usr/local/texlive/2011/texmf-dist/tex/latex/oberdiek/kvoptions.sty 346 | Package: kvoptions 2010/12/23 v3.10 Keyval support for LaTeX options (HO) 347 | ) 348 | \@linkdim=\dimen119 349 | \Hy@linkcounter=\count98 350 | \Hy@pagecounter=\count99 351 | 352 | (/usr/local/texlive/2011/texmf-dist/tex/latex/hyperref/pd1enc.def 353 | File: pd1enc.def 2011/04/17 v6.82g Hyperref: PDFDocEncoding definition (HO) 354 | ) 355 | \Hy@SavedSpaceFactor=\count100 356 | 357 | (/usr/local/texlive/2011/texmf-dist/tex/latex/latexconfig/hyperref.cfg 358 | File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive 359 | ) 360 | Package hyperref Info: Hyper figures OFF on input line 4026. 361 | Package hyperref Info: Link nesting OFF on input line 4031. 362 | Package hyperref Info: Hyper index ON on input line 4034. 363 | Package hyperref Info: Plain pages OFF on input line 4041. 364 | Package hyperref Info: Backreferencing OFF on input line 4046. 365 | Package hyperref Info: Implicit mode ON; LaTeX internals redefined. 366 | Package hyperref Info: Bookmarks ON on input line 4264. 367 | \c@Hy@tempcnt=\count101 368 | 369 | (/usr/local/texlive/2011/texmf-dist/tex/latex/url/url.sty 370 | \Urlmuskip=\muskip10 371 | Package: url 2006/04/12 ver 3.3 Verb mode for urls, etc. 372 | ) 373 | LaTeX Info: Redefining \url on input line 4617. 374 | \Fld@menulength=\count102 375 | \Field@Width=\dimen120 376 | \Fld@charsize=\dimen121 377 | Package hyperref Info: Hyper figures OFF on input line 5701. 378 | Package hyperref Info: Link nesting OFF on input line 5706. 379 | Package hyperref Info: Hyper index ON on input line 5709. 380 | Package hyperref Info: backreferencing OFF on input line 5716. 381 | Package hyperref Info: Link coloring OFF on input line 5721. 382 | Package hyperref Info: Link coloring with OCG OFF on input line 5726. 383 | Package hyperref Info: PDF/A mode OFF on input line 5731. 384 | LaTeX Info: Redefining \ref on input line 5771. 385 | LaTeX Info: Redefining \pageref on input line 5775. 386 | \Hy@abspage=\count103 387 | \c@Item=\count104 388 | ) 389 | 390 | Package hyperref Message: Driver (autodetected): hpdftex. 391 | 392 | (/usr/local/texlive/2011/texmf-dist/tex/latex/hyperref/hpdftex.def 393 | File: hpdftex.def 2011/04/17 v6.82g Hyperref driver for pdfTeX 394 | \Fld@listcount=\count105 395 | \c@bookmark@seq@number=\count106 396 | 397 | (/usr/local/texlive/2011/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty 398 | Package: rerunfilecheck 2011/04/15 v1.7 Rerun checks for auxiliary files (HO) 399 | Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 2 400 | 82. 401 | ) 402 | \Hy@SectionHShift=\skip55 403 | ) 404 | (/usr/local/texlive/2011/texmf-dist/tex/latex/base/inputenc.sty 405 | Package: inputenc 2008/03/30 v1.1d Input encoding file 406 | \inpenc@prehook=\toks18 407 | \inpenc@posthook=\toks19 408 | 409 | (/usr/local/texlive/2011/texmf-dist/tex/latex/base/utf8.def 410 | File: utf8.def 2008/04/05 v1.1m UTF-8 support for inputenc 411 | Now handling font encoding OML ... 412 | ... no UTF-8 mapping file for font encoding OML 413 | Now handling font encoding T1 ... 414 | ... processing UTF-8 mapping file for font encoding T1 415 | 416 | (/usr/local/texlive/2011/texmf-dist/tex/latex/base/t1enc.dfu 417 | File: t1enc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc 418 | defining Unicode char U+00A1 (decimal 161) 419 | defining Unicode char U+00A3 (decimal 163) 420 | defining Unicode char U+00AB (decimal 171) 421 | defining Unicode char U+00BB (decimal 187) 422 | defining Unicode char U+00BF (decimal 191) 423 | defining Unicode char U+00C0 (decimal 192) 424 | defining Unicode char U+00C1 (decimal 193) 425 | defining Unicode char U+00C2 (decimal 194) 426 | defining Unicode char U+00C3 (decimal 195) 427 | defining Unicode char U+00C4 (decimal 196) 428 | defining Unicode char U+00C5 (decimal 197) 429 | defining Unicode char U+00C6 (decimal 198) 430 | defining Unicode char U+00C7 (decimal 199) 431 | defining Unicode char U+00C8 (decimal 200) 432 | defining Unicode char U+00C9 (decimal 201) 433 | defining Unicode char U+00CA (decimal 202) 434 | defining Unicode char U+00CB (decimal 203) 435 | defining Unicode char U+00CC (decimal 204) 436 | defining Unicode char U+00CD (decimal 205) 437 | defining Unicode char U+00CE (decimal 206) 438 | defining Unicode char U+00CF (decimal 207) 439 | defining Unicode char U+00D0 (decimal 208) 440 | defining Unicode char U+00D1 (decimal 209) 441 | defining Unicode char U+00D2 (decimal 210) 442 | defining Unicode char U+00D3 (decimal 211) 443 | defining Unicode char U+00D4 (decimal 212) 444 | defining Unicode char U+00D5 (decimal 213) 445 | defining Unicode char U+00D6 (decimal 214) 446 | defining Unicode char U+00D8 (decimal 216) 447 | defining Unicode char U+00D9 (decimal 217) 448 | defining Unicode char U+00DA (decimal 218) 449 | defining Unicode char U+00DB (decimal 219) 450 | defining Unicode char U+00DC (decimal 220) 451 | defining Unicode char U+00DD (decimal 221) 452 | defining Unicode char U+00DE (decimal 222) 453 | defining Unicode char U+00DF (decimal 223) 454 | defining Unicode char U+00E0 (decimal 224) 455 | defining Unicode char U+00E1 (decimal 225) 456 | defining Unicode char U+00E2 (decimal 226) 457 | defining Unicode char U+00E3 (decimal 227) 458 | defining Unicode char U+00E4 (decimal 228) 459 | defining Unicode char U+00E5 (decimal 229) 460 | defining Unicode char U+00E6 (decimal 230) 461 | defining Unicode char U+00E7 (decimal 231) 462 | defining Unicode char U+00E8 (decimal 232) 463 | defining Unicode char U+00E9 (decimal 233) 464 | defining Unicode char U+00EA (decimal 234) 465 | defining Unicode char U+00EB (decimal 235) 466 | defining Unicode char U+00EC (decimal 236) 467 | defining Unicode char U+00ED (decimal 237) 468 | defining Unicode char U+00EE (decimal 238) 469 | defining Unicode char U+00EF (decimal 239) 470 | defining Unicode char U+00F0 (decimal 240) 471 | defining Unicode char U+00F1 (decimal 241) 472 | defining Unicode char U+00F2 (decimal 242) 473 | defining Unicode char U+00F3 (decimal 243) 474 | defining Unicode char U+00F4 (decimal 244) 475 | defining Unicode char U+00F5 (decimal 245) 476 | defining Unicode char U+00F6 (decimal 246) 477 | defining Unicode char U+00F8 (decimal 248) 478 | defining Unicode char U+00F9 (decimal 249) 479 | defining Unicode char U+00FA (decimal 250) 480 | defining Unicode char U+00FB (decimal 251) 481 | defining Unicode char U+00FC (decimal 252) 482 | defining Unicode char U+00FD (decimal 253) 483 | defining Unicode char U+00FE (decimal 254) 484 | defining Unicode char U+00FF (decimal 255) 485 | defining Unicode char U+0102 (decimal 258) 486 | defining Unicode char U+0103 (decimal 259) 487 | defining Unicode char U+0104 (decimal 260) 488 | defining Unicode char U+0105 (decimal 261) 489 | defining Unicode char U+0106 (decimal 262) 490 | defining Unicode char U+0107 (decimal 263) 491 | defining Unicode char U+010C (decimal 268) 492 | defining Unicode char U+010D (decimal 269) 493 | defining Unicode char U+010E (decimal 270) 494 | defining Unicode char U+010F (decimal 271) 495 | defining Unicode char U+0110 (decimal 272) 496 | defining Unicode char U+0111 (decimal 273) 497 | defining Unicode char U+0118 (decimal 280) 498 | defining Unicode char U+0119 (decimal 281) 499 | defining Unicode char U+011A (decimal 282) 500 | defining Unicode char U+011B (decimal 283) 501 | defining Unicode char U+011E (decimal 286) 502 | defining Unicode char U+011F (decimal 287) 503 | defining Unicode char U+0130 (decimal 304) 504 | defining Unicode char U+0131 (decimal 305) 505 | defining Unicode char U+0132 (decimal 306) 506 | defining Unicode char U+0133 (decimal 307) 507 | defining Unicode char U+0139 (decimal 313) 508 | defining Unicode char U+013A (decimal 314) 509 | defining Unicode char U+013D (decimal 317) 510 | defining Unicode char U+013E (decimal 318) 511 | defining Unicode char U+0141 (decimal 321) 512 | defining Unicode char U+0142 (decimal 322) 513 | defining Unicode char U+0143 (decimal 323) 514 | defining Unicode char U+0144 (decimal 324) 515 | defining Unicode char U+0147 (decimal 327) 516 | defining Unicode char U+0148 (decimal 328) 517 | defining Unicode char U+014A (decimal 330) 518 | defining Unicode char U+014B (decimal 331) 519 | defining Unicode char U+0150 (decimal 336) 520 | defining Unicode char U+0151 (decimal 337) 521 | defining Unicode char U+0152 (decimal 338) 522 | defining Unicode char U+0153 (decimal 339) 523 | defining Unicode char U+0154 (decimal 340) 524 | defining Unicode char U+0155 (decimal 341) 525 | defining Unicode char U+0158 (decimal 344) 526 | defining Unicode char U+0159 (decimal 345) 527 | defining Unicode char U+015A (decimal 346) 528 | defining Unicode char U+015B (decimal 347) 529 | defining Unicode char U+015E (decimal 350) 530 | defining Unicode char U+015F (decimal 351) 531 | defining Unicode char U+0160 (decimal 352) 532 | defining Unicode char U+0161 (decimal 353) 533 | defining Unicode char U+0162 (decimal 354) 534 | defining Unicode char U+0163 (decimal 355) 535 | defining Unicode char U+0164 (decimal 356) 536 | defining Unicode char U+0165 (decimal 357) 537 | defining Unicode char U+016E (decimal 366) 538 | defining Unicode char U+016F (decimal 367) 539 | defining Unicode char U+0170 (decimal 368) 540 | defining Unicode char U+0171 (decimal 369) 541 | defining Unicode char U+0178 (decimal 376) 542 | defining Unicode char U+0179 (decimal 377) 543 | defining Unicode char U+017A (decimal 378) 544 | defining Unicode char U+017B (decimal 379) 545 | defining Unicode char U+017C (decimal 380) 546 | defining Unicode char U+017D (decimal 381) 547 | defining Unicode char U+017E (decimal 382) 548 | defining Unicode char U+200C (decimal 8204) 549 | defining Unicode char U+2013 (decimal 8211) 550 | defining Unicode char U+2014 (decimal 8212) 551 | defining Unicode char U+2018 (decimal 8216) 552 | defining Unicode char U+2019 (decimal 8217) 553 | defining Unicode char U+201A (decimal 8218) 554 | defining Unicode char U+201C (decimal 8220) 555 | defining Unicode char U+201D (decimal 8221) 556 | defining Unicode char U+201E (decimal 8222) 557 | defining Unicode char U+2030 (decimal 8240) 558 | defining Unicode char U+2031 (decimal 8241) 559 | defining Unicode char U+2039 (decimal 8249) 560 | defining Unicode char U+203A (decimal 8250) 561 | defining Unicode char U+2423 (decimal 9251) 562 | ) 563 | Now handling font encoding OT1 ... 564 | ... processing UTF-8 mapping file for font encoding OT1 565 | 566 | (/usr/local/texlive/2011/texmf-dist/tex/latex/base/ot1enc.dfu 567 | File: ot1enc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc 568 | defining Unicode char U+00A1 (decimal 161) 569 | defining Unicode char U+00A3 (decimal 163) 570 | defining Unicode char U+00B8 (decimal 184) 571 | defining Unicode char U+00BF (decimal 191) 572 | defining Unicode char U+00C5 (decimal 197) 573 | defining Unicode char U+00C6 (decimal 198) 574 | defining Unicode char U+00D8 (decimal 216) 575 | defining Unicode char U+00DF (decimal 223) 576 | defining Unicode char U+00E6 (decimal 230) 577 | defining Unicode char U+00EC (decimal 236) 578 | defining Unicode char U+00ED (decimal 237) 579 | defining Unicode char U+00EE (decimal 238) 580 | defining Unicode char U+00EF (decimal 239) 581 | defining Unicode char U+00F8 (decimal 248) 582 | defining Unicode char U+0131 (decimal 305) 583 | defining Unicode char U+0141 (decimal 321) 584 | defining Unicode char U+0142 (decimal 322) 585 | defining Unicode char U+0152 (decimal 338) 586 | defining Unicode char U+0153 (decimal 339) 587 | defining Unicode char U+2013 (decimal 8211) 588 | defining Unicode char U+2014 (decimal 8212) 589 | defining Unicode char U+2018 (decimal 8216) 590 | defining Unicode char U+2019 (decimal 8217) 591 | defining Unicode char U+201C (decimal 8220) 592 | defining Unicode char U+201D (decimal 8221) 593 | ) 594 | Now handling font encoding OMS ... 595 | ... processing UTF-8 mapping file for font encoding OMS 596 | 597 | (/usr/local/texlive/2011/texmf-dist/tex/latex/base/omsenc.dfu 598 | File: omsenc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc 599 | defining Unicode char U+00A7 (decimal 167) 600 | defining Unicode char U+00B6 (decimal 182) 601 | defining Unicode char U+00B7 (decimal 183) 602 | defining Unicode char U+2020 (decimal 8224) 603 | defining Unicode char U+2021 (decimal 8225) 604 | defining Unicode char U+2022 (decimal 8226) 605 | ) 606 | Now handling font encoding OMX ... 607 | ... no UTF-8 mapping file for font encoding OMX 608 | Now handling font encoding U ... 609 | ... no UTF-8 mapping file for font encoding U 610 | Now handling font encoding TS1 ... 611 | ... processing UTF-8 mapping file for font encoding TS1 612 | 613 | (/usr/local/texlive/2011/texmf-dist/tex/latex/base/ts1enc.dfu 614 | File: ts1enc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc 615 | defining Unicode char U+00A2 (decimal 162) 616 | defining Unicode char U+00A3 (decimal 163) 617 | defining Unicode char U+00A4 (decimal 164) 618 | defining Unicode char U+00A5 (decimal 165) 619 | defining Unicode char U+00A6 (decimal 166) 620 | defining Unicode char U+00A7 (decimal 167) 621 | defining Unicode char U+00A8 (decimal 168) 622 | defining Unicode char U+00A9 (decimal 169) 623 | defining Unicode char U+00AA (decimal 170) 624 | defining Unicode char U+00AC (decimal 172) 625 | defining Unicode char U+00AE (decimal 174) 626 | defining Unicode char U+00AF (decimal 175) 627 | defining Unicode char U+00B0 (decimal 176) 628 | defining Unicode char U+00B1 (decimal 177) 629 | defining Unicode char U+00B2 (decimal 178) 630 | defining Unicode char U+00B3 (decimal 179) 631 | defining Unicode char U+00B4 (decimal 180) 632 | defining Unicode char U+00B5 (decimal 181) 633 | defining Unicode char U+00B6 (decimal 182) 634 | defining Unicode char U+00B7 (decimal 183) 635 | defining Unicode char U+00B9 (decimal 185) 636 | defining Unicode char U+00BA (decimal 186) 637 | defining Unicode char U+00BC (decimal 188) 638 | defining Unicode char U+00BD (decimal 189) 639 | defining Unicode char U+00BE (decimal 190) 640 | defining Unicode char U+00D7 (decimal 215) 641 | defining Unicode char U+00F7 (decimal 247) 642 | defining Unicode char U+0192 (decimal 402) 643 | defining Unicode char U+02C7 (decimal 711) 644 | defining Unicode char U+02D8 (decimal 728) 645 | defining Unicode char U+02DD (decimal 733) 646 | defining Unicode char U+0E3F (decimal 3647) 647 | defining Unicode char U+2016 (decimal 8214) 648 | defining Unicode char U+2020 (decimal 8224) 649 | defining Unicode char U+2021 (decimal 8225) 650 | defining Unicode char U+2022 (decimal 8226) 651 | defining Unicode char U+2030 (decimal 8240) 652 | defining Unicode char U+2031 (decimal 8241) 653 | defining Unicode char U+203B (decimal 8251) 654 | defining Unicode char U+203D (decimal 8253) 655 | defining Unicode char U+2044 (decimal 8260) 656 | defining Unicode char U+204E (decimal 8270) 657 | defining Unicode char U+2052 (decimal 8274) 658 | defining Unicode char U+20A1 (decimal 8353) 659 | defining Unicode char U+20A4 (decimal 8356) 660 | defining Unicode char U+20A6 (decimal 8358) 661 | defining Unicode char U+20A9 (decimal 8361) 662 | defining Unicode char U+20AB (decimal 8363) 663 | defining Unicode char U+20AC (decimal 8364) 664 | defining Unicode char U+20B1 (decimal 8369) 665 | defining Unicode char U+2103 (decimal 8451) 666 | defining Unicode char U+2116 (decimal 8470) 667 | defining Unicode char U+2117 (decimal 8471) 668 | defining Unicode char U+211E (decimal 8478) 669 | defining Unicode char U+2120 (decimal 8480) 670 | defining Unicode char U+2122 (decimal 8482) 671 | defining Unicode char U+2126 (decimal 8486) 672 | defining Unicode char U+2127 (decimal 8487) 673 | defining Unicode char U+212E (decimal 8494) 674 | defining Unicode char U+2190 (decimal 8592) 675 | defining Unicode char U+2191 (decimal 8593) 676 | defining Unicode char U+2192 (decimal 8594) 677 | defining Unicode char U+2193 (decimal 8595) 678 | defining Unicode char U+2329 (decimal 9001) 679 | defining Unicode char U+232A (decimal 9002) 680 | defining Unicode char U+2422 (decimal 9250) 681 | defining Unicode char U+25E6 (decimal 9702) 682 | defining Unicode char U+25EF (decimal 9711) 683 | defining Unicode char U+266A (decimal 9834) 684 | ) 685 | Now handling font encoding PD1 ... 686 | ... no UTF-8 mapping file for font encoding PD1 687 | defining Unicode char U+00A9 (decimal 169) 688 | defining Unicode char U+00AA (decimal 170) 689 | defining Unicode char U+00AE (decimal 174) 690 | defining Unicode char U+00BA (decimal 186) 691 | defining Unicode char U+02C6 (decimal 710) 692 | defining Unicode char U+02DC (decimal 732) 693 | defining Unicode char U+200C (decimal 8204) 694 | defining Unicode char U+2026 (decimal 8230) 695 | defining Unicode char U+2122 (decimal 8482) 696 | defining Unicode char U+2423 (decimal 9251) 697 | )) 698 | (/usr/local/texlive/2011/texmf-dist/tex/latex/boxedminipage/boxedminipage.sty) 699 | (/usr/local/texlive/2011/texmf-dist/tex/latex/listings/listings.sty 700 | \lst@mode=\count107 701 | \lst@gtempboxa=\box27 702 | \lst@token=\toks20 703 | \lst@length=\count108 704 | \lst@currlwidth=\dimen122 705 | \lst@column=\count109 706 | \lst@pos=\count110 707 | \lst@lostspace=\dimen123 708 | \lst@width=\dimen124 709 | \lst@newlines=\count111 710 | \lst@lineno=\count112 711 | \lst@maxwidth=\dimen125 712 | 713 | (/usr/local/texlive/2011/texmf-dist/tex/latex/listings/lstmisc.sty 714 | File: lstmisc.sty 2007/02/22 1.4 (Carsten Heinz) 715 | \c@lstnumber=\count113 716 | \lst@skipnumbers=\count114 717 | \lst@framebox=\box28 718 | ) 719 | (/usr/local/texlive/2011/texmf-dist/tex/latex/listings/listings.cfg 720 | File: listings.cfg 2007/02/22 1.4 listings configuration 721 | )) 722 | Package: listings 2007/02/22 1.4 (Carsten Heinz) 723 | 724 | (/usr/local/texlive/2011/texmf-dist/tex/latex/graphics/graphicx.sty 725 | Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR) 726 | 727 | (/usr/local/texlive/2011/texmf-dist/tex/latex/graphics/graphics.sty 728 | Package: graphics 2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR) 729 | 730 | (/usr/local/texlive/2011/texmf-dist/tex/latex/graphics/trig.sty 731 | Package: trig 1999/03/16 v1.09 sin cos tan (DPC) 732 | ) 733 | (/usr/local/texlive/2011/texmf-dist/tex/latex/latexconfig/graphics.cfg 734 | File: graphics.cfg 2010/04/23 v1.9 graphics configuration of TeX Live 735 | ) 736 | Package graphics Info: Driver file: pdftex.def on input line 91. 737 | 738 | (/usr/local/texlive/2011/texmf-dist/tex/latex/pdftex-def/pdftex.def 739 | File: pdftex.def 2011/05/27 v0.06d Graphics/color for pdfTeX 740 | \Gread@gobject=\count115 741 | )) 742 | \Gin@req@height=\dimen126 743 | \Gin@req@width=\dimen127 744 | ) 745 | (./thesis.aux) 746 | \openout1 = `thesis.aux'. 747 | 748 | LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 50. 749 | LaTeX Font Info: ... okay on input line 50. 750 | LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 50. 751 | LaTeX Font Info: ... okay on input line 50. 752 | LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 50. 753 | LaTeX Font Info: ... okay on input line 50. 754 | LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 50. 755 | LaTeX Font Info: ... okay on input line 50. 756 | LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 50. 757 | LaTeX Font Info: ... okay on input line 50. 758 | LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 50. 759 | LaTeX Font Info: ... okay on input line 50. 760 | LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 50. 761 | LaTeX Font Info: Try loading font information for TS1+cmr on input line 50. 762 | (/usr/local/texlive/2011/texmf-dist/tex/latex/base/ts1cmr.fd 763 | File: ts1cmr.fd 1999/05/25 v2.5h Standard LaTeX font definitions 764 | ) 765 | LaTeX Font Info: ... okay on input line 50. 766 | LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 50. 767 | LaTeX Font Info: ... okay on input line 50. 768 | 769 | (/usr/local/texlive/2011/texmf-dist/tex/latex/apacite/english.apc 770 | File: english.apc 2009/03/01 v4.05 apacite language file 771 | LaTeX Info: Redefining \BPBI on input line 119. 772 | LaTeX Info: Redefining \BHBI on input line 120. 773 | 774 | NOT AUSTRALIAN!!! 775 | ) 776 | *geometry* driver: auto-detecting 777 | *geometry* detected driver: pdftex 778 | *geometry* verbose mode - [ preamble ] result: 779 | * driver: pdftex 780 | * paper: a4paper 781 | * layout: 782 | * layoutoffset:(h,v)=(0.0pt,0.0pt) 783 | * modes: 784 | * h-part:(L,W,R)=(99.58464pt, 441.01773pt, 56.9055pt) 785 | * v-part:(T,H,B)=(101.40665pt, 644.05556pt, 99.58464pt) 786 | * \paperwidth=597.50787pt 787 | * \paperheight=845.04684pt 788 | * \textwidth=441.01773pt 789 | * \textheight=644.05556pt 790 | * \oddsidemargin=27.31465pt 791 | * \evensidemargin=27.31465pt 792 | * \topmargin=-10.73834pt 793 | * \headheight=18.125pt 794 | * \headsep=21.75pt 795 | * \topskip=12.0pt 796 | * \footskip=50.75pt 797 | * \marginparwidth=61.3315pt 798 | * \marginparsep=12.8401pt 799 | * \columnsep=10.0pt 800 | * \skip\footins=10.8pt plus 4.0pt minus 2.0pt 801 | * \hoffset=0.0pt 802 | * \voffset=0.0pt 803 | * \mag=1000 804 | * \@twocolumnfalse 805 | * \@twosidefalse 806 | * \@mparswitchfalse 807 | * \@reversemarginfalse 808 | * (1in=72.27pt=25.4mm, 1cm=28.453pt) 809 | 810 | \AtBeginShipoutBox=\box29 811 | Package hyperref Info: Link coloring OFF on input line 50. 812 | (/usr/local/texlive/2011/texmf-dist/tex/latex/hyperref/nameref.sty 813 | Package: nameref 2010/04/30 v2.40 Cross-referencing by name of section 814 | 815 | (/usr/local/texlive/2011/texmf-dist/tex/generic/oberdiek/gettitlestring.sty 816 | Package: gettitlestring 2010/12/03 v1.4 Cleanup title references (HO) 817 | ) 818 | \c@section@level=\count116 819 | ) 820 | LaTeX Info: Redefining \ref on input line 50. 821 | LaTeX Info: Redefining \pageref on input line 50. 822 | LaTeX Info: Redefining \nameref on input line 50. 823 | 824 | (./thesis.out) (./thesis.out) 825 | \@outlinefile=\write3 826 | \openout3 = `thesis.out'. 827 | 828 | \c@lstlisting=\count117 829 | 830 | (/usr/local/texlive/2011/texmf-dist/tex/context/base/supp-pdf.mkii 831 | [Loading MPS to PDF converter (version 2006.09.02).] 832 | \scratchcounter=\count118 833 | \scratchdimen=\dimen128 834 | \scratchbox=\box30 835 | \nofMPsegments=\count119 836 | \nofMParguments=\count120 837 | \everyMPshowfont=\toks21 838 | \MPscratchCnt=\count121 839 | \MPscratchDim=\dimen129 840 | \MPnumerator=\count122 841 | \makeMPintoPDFobject=\count123 842 | \everyMPtoPDFconversion=\toks22 843 | ) (/usr/local/texlive/2011/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty 844 | Package: epstopdf-base 2010/02/09 v2.5 Base part for package epstopdf 845 | 846 | (/usr/local/texlive/2011/texmf-dist/tex/latex/oberdiek/grfext.sty 847 | Package: grfext 2010/08/19 v1.1 Managing graphics extensions (HO) 848 | ) 849 | Package grfext Info: Graphics extension search list: 850 | (grfext) [.png,.pdf,.jpg,.mps,.jpeg,.jbig2,.jb2,.PNG,.PDF,.JPG,.JPE 851 | G,.JBIG2,.JB2,.eps] 852 | (grfext) \AppendGraphicsExtensions on input line 452. 853 | 854 | (/usr/local/texlive/2011/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg 855 | File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv 856 | e 857 | )) 858 | LaTeX Font Info: Try loading font information for OT1+phv on input line 55. 859 | 860 | (/usr/local/texlive/2011/texmf-dist/tex/latex/psnfss/ot1phv.fd 861 | File: ot1phv.fd 2001/06/04 scalable font definitions for OT1/phv. 862 | ) 863 | LaTeX Font Info: Font shape `OT1/phv/bx/n' in size <12> not available 864 | (Font) Font shape `OT1/phv/b/n' tried instead on input line 55. 865 | LaTeX Font Info: Font shape `OT1/phv/bx/n' in size <24.88> not available 866 | (Font) Font shape `OT1/phv/b/n' tried instead on input line 55. 867 | (./thesis.toc 868 | LaTeX Font Info: External font `cmex10' loaded for size 869 | (Font) <12> on input line 3. 870 | LaTeX Font Info: External font `cmex10' loaded for size 871 | (Font) <8> on input line 3. 872 | LaTeX Font Info: External font `cmex10' loaded for size 873 | (Font) <6> on input line 3. 874 | ) 875 | \tf@toc=\write4 876 | \openout4 = `thesis.toc'. 877 | 878 | 879 | [1 880 | 881 | 882 | {/usr/local/texlive/2011/texmf-var/fonts/map/pdftex/updmap/pdftex.map}]) 883 | Chapter 1. 884 | 885 | Class scrreprt Warning: \float@addtolists detected! 886 | (scrreprt) You should use the features of package `tocbasic' 887 | (scrreprt) instead of \float@addtolists. 888 | (scrreprt) Support for \float@addtolists may be removed from 889 | (scrreprt) `scrreprt' soon . 890 | 891 | [1 892 | 893 | ] 894 | Chapter 2. 895 | LaTeX Font Info: Font shape `OT1/phv/bx/n' in size <17.28> not available 896 | (Font) Font shape `OT1/phv/b/n' tried instead on input line 19. 897 | [2 898 | 899 | ] [3] [4] [5] 900 | Chapter 3. 901 | [6 902 | 903 | ] [7] [8] (./my-thesis-footer.tex [9] (./thesis.bbl 904 | Appendix A. 905 | )) 906 | Package atveryend Info: Empty hook `BeforeClearDocument' on input line 65. 907 | [10 908 | 909 | ] 910 | Package atveryend Info: Empty hook `AfterLastShipout' on input line 65. 911 | (./thesis.aux) 912 | Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 65. 913 | Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 65. 914 | Package rerunfilecheck Info: File `thesis.out' has not changed. 915 | (rerunfilecheck) Checksum: FA0A7544963F00F84632F21248253AEC;517. 916 | Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 65. 917 | ) 918 | Here is how much of TeX's memory you used: 919 | 9598 strings out of 493633 920 | 142667 string characters out of 3143378 921 | 253210 words of memory out of 3000000 922 | 12754 multiletter control sequences out of 15000+200000 923 | 12228 words of font info for 31 fonts, out of 3000000 for 9000 924 | 831 hyphenation exceptions out of 8191 925 | 40i,6n,55p,1323b,313s stack positions out of 5000i,500n,10000p,200000b,50000s 926 | {/usr/local/texlive/2011/texmf-dist/fonts/enc/dvips/base/8r.enc} 930 | Output written on thesis.pdf (11 pages, 55543 bytes). 931 | PDF statistics: 932 | 123 PDF objects out of 1000 (max. 8388607) 933 | 105 compressed objects within 2 object streams 934 | 23 named destinations out of 1000 (max. 500000) 935 | 73 words of extra memory for PDF output out of 10000 (max. 10000000) 936 | 937 | -------------------------------------------------------------------------------- /thesis.out: -------------------------------------------------------------------------------- 1 | \BOOKMARK [0][-]{chapter.1}{Introduction}{}% 1 2 | \BOOKMARK [0][-]{chapter.2}{About Languages}{}% 2 3 | \BOOKMARK [1][-]{section.2.1}{Uniform Grammar}{chapter.2}% 3 4 | \BOOKMARK [1][-]{section.2.2}{Further Thoughts}{chapter.2}% 4 5 | \BOOKMARK [0][-]{chapter.3}{Translator Usage}{}% 5 6 | \BOOKMARK [1][-]{section.3.1}{Common Language}{chapter.3}% 6 7 | \BOOKMARK [1][-]{section.3.2}{Science, Music and Sports}{chapter.3}% 7 8 | \BOOKMARK [1][-]{section.3.3}{The European Languages}{chapter.3}% 8 9 | \BOOKMARK [0][-]{appendix.A}{References}{}% 9 10 | -------------------------------------------------------------------------------- /thesis.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tibra/ScrivenerToLaTeX/6acce31dcc4cb55520aa1b35607c0605059f0ada/thesis.pdf -------------------------------------------------------------------------------- /thesis.scriv/Files/Docs/10.rtf: -------------------------------------------------------------------------------- 1 | {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf320 2 | {\fonttbl\f0\fnil\fcharset0 Menlo-Regular;} 3 | {\colortbl;\red255\green255\blue255;} 4 | \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\sl360\slmult1\pardirnatural 5 | 6 | \f0\fs24 \cf0 The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words. Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words. If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages. The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental. To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is. The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words. Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators.\ 7 | \ 8 | To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words. If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages. The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental. To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is. The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words. Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words. If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages. The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental.} -------------------------------------------------------------------------------- /thesis.scriv/Files/Docs/11.rtf: -------------------------------------------------------------------------------- 1 | {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf320 2 | {\fonttbl\f0\fnil\fcharset0 Menlo-Regular;} 3 | {\colortbl;\red255\green255\blue255;} 4 | \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\sl360\slmult1\pardirnatural 5 | 6 | \f0\fs24 \cf0 To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is. The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words. Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words. If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages. The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental. To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is. The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words.\ 7 | \ 8 | Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words. If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages. The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental. To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is. The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words. Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words. If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages. The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental. To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is. The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words. Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words. If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages. The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental. To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me} -------------------------------------------------------------------------------- /thesis.scriv/Files/Docs/3.rtf: -------------------------------------------------------------------------------- 1 | {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf320 2 | {\fonttbl\f0\fnil\fcharset0 Menlo-Regular;} 3 | {\colortbl;\red255\green255\blue255;} 4 | \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\sl360\slmult1\pardirnatural 5 | 6 | \f0\fs24 \cf0 The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words. Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words. If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages. The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental. To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is. The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words. Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators.} -------------------------------------------------------------------------------- /thesis.scriv/Files/Docs/4.rtf: -------------------------------------------------------------------------------- 1 | {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf320 2 | {\fonttbl\f0\fnil\fcharset0 Menlo-Regular;} 3 | {\colortbl;\red255\green255\blue255;} 4 | \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\sl360\slmult1\pardirnatural 5 | 6 | \f0\fs24 \cf0 Introduction to my About Languages chapter goes here so my sub-paragraph won't start without some intro text.} -------------------------------------------------------------------------------- /thesis.scriv/Files/Docs/5.rtf: -------------------------------------------------------------------------------- 1 | {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf320 2 | {\fonttbl\f0\fnil\fcharset0 Menlo-Regular;} 3 | {\colortbl;\red255\green255\blue255;} 4 | \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\sl360\slmult1\pardirnatural 5 | 6 | \f0\fs24 \cf0 To achieve this, [#Mayer_2002;] mentions it would be necessary to have uniform grammar, pronunciation and more common words. If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages. The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental. To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is. The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words. Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words. If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages. The new common language will be more simple and regular than the existing European languages.\ 7 | \ 8 | It will be as simple as Occidental; in fact, it will be Occidental. To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is. The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words. Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words. If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages. The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental. To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is. The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary.} -------------------------------------------------------------------------------- /thesis.scriv/Files/Docs/6.rtf: -------------------------------------------------------------------------------- 1 | {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf320 2 | {\fonttbl\f0\fnil\fcharset0 Menlo-Regular;} 3 | {\colortbl;\red255\green255\blue255;} 4 | \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\sl360\slmult1\pardirnatural 5 | 6 | \f0\fs24 \cf0 The languages only differ in their grammar, their pronunciation and their most common words. Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words. If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages. The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental. To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is. The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words. Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words.\ 7 | \ 8 | If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages. The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental. To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is. The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words. Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words. If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages. The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental.\ 9 | \ 10 | To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is. The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words. Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words. If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages. The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental. To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is. The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words.} -------------------------------------------------------------------------------- /thesis.scriv/Files/Docs/7.rtf: -------------------------------------------------------------------------------- 1 | {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf320 2 | {\fonttbl\f0\fnil\fcharset0 Menlo-Regular;} 3 | {\colortbl;\red255\green255\blue255;} 4 | \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\sl360\slmult1\pardirnatural 5 | 6 | \f0\fs24 \cf0 Here will be a short introduction for this chapters. Just a couple of sentences. Not a big deal.} -------------------------------------------------------------------------------- /thesis.scriv/Files/Docs/8.rtf: -------------------------------------------------------------------------------- 1 | {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf320 2 | {\fonttbl\f0\fnil\fcharset0 Menlo-Regular;} 3 | {\colortbl;\red255\green255\blue255;} 4 | \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\sl360\slmult1\pardirnatural 5 | 6 | \f0\fs24 \cf0 Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words. If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages. The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental. To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is. The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words. Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words. If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages.\ 7 | \ 8 | The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental. To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is. The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words. Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words. If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages. The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental. To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is. The European languages are members of the same family. Their separate existence is a myth.\ 9 | } -------------------------------------------------------------------------------- /thesis.scriv/Files/Docs/9.rtf: -------------------------------------------------------------------------------- 1 | {\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf320 2 | {\fonttbl\f0\fnil\fcharset0 Menlo-Regular;} 3 | {\colortbl;\red255\green255\blue255;} 4 | \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\sl360\slmult1\pardirnatural 5 | 6 | \f0\fs24 \cf0 For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words. Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words. If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages. The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental. To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is. The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words. Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words.\ 7 | \ 8 | If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages. The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental. To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is. The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words. Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words. If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages. The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental. To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is.} -------------------------------------------------------------------------------- /thesis.scriv/Files/ProjectNotes/index.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | General 5 | 6 | -------------------------------------------------------------------------------- /thesis.scriv/Files/binder.autosave: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tibra/ScrivenerToLaTeX/6acce31dcc4cb55520aa1b35607c0605059f0ada/thesis.scriv/Files/binder.autosave -------------------------------------------------------------------------------- /thesis.scriv/Files/binder.backup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tibra/ScrivenerToLaTeX/6acce31dcc4cb55520aa1b35607c0605059f0ada/thesis.scriv/Files/binder.backup -------------------------------------------------------------------------------- /thesis.scriv/Files/user.lock: -------------------------------------------------------------------------------- 1 | platform=mac 2 | host=Tim-MacBookPro 3 | user=Tim Brandes 4 | uuid=C4769E32-8D35-479D-AE88-529F9DC11C62 5 | app=Scrivener 6 | project_path=/Users/tibra/playground/thesis/thesis.scriv 7 | app_path=/Applications/Scrivener.app -------------------------------------------------------------------------------- /thesis.scriv/Files/version.txt: -------------------------------------------------------------------------------- 1 | 16 -------------------------------------------------------------------------------- /thesis.scriv/QuickLook/Preview.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | thesis 5 | 6 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 55 | 56 |
24 | 25 | 26 | 27 | 49 | 51 | 52 |
28 | 29 |
    30 |
  • 31 |

    Draft

    32 |
  • 33 |
    34 |
      35 |
    • 36 |

      Untitled

      37 |
    • 38 |
    39 |
    40 |
  • 41 |

    Research

    42 |
  • 43 |
  • 44 |

    Trash

    45 |
  • 46 |
47 | 48 |
50 |
53 | 54 |
57 | 58 | 59 | -------------------------------------------------------------------------------- /thesis.scriv/QuickLook/Thumbnail.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tibra/ScrivenerToLaTeX/6acce31dcc4cb55520aa1b35607c0605059f0ada/thesis.scriv/QuickLook/Thumbnail.jpg -------------------------------------------------------------------------------- /thesis.scriv/Settings/compile.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | KBPreserveFormattingPreservesAlignment 6 | 7 | KBPreserveFormattingPreservesFontSize 8 | 9 | KBPreserveFormattingPreservesLineSpacing 10 | 11 | KBPreserveFormattingPreservesTabsAndIndents 12 | 13 | SCRCompileAddFrontMatterKey 14 | 15 | SCRCompileAlternativeBlankLineSeparatorKey 16 | * * * 17 | SCRCompileAnnotationsRTFConversionTypeKey 18 | 0 19 | SCRCompileAvoidWidowsAndOrphansKey 20 | 21 | SCRCompileCenterAlternateFooterStringKey 22 | 23 | SCRCompileCenterAlternateHeaderStringKey 24 | 25 | SCRCompileCenterFirstPageFooterStringKey 26 | 27 | SCRCompileCenterFirstPageHeaderStringKey 28 | 29 | SCRCompileCenterFooterStringKey 30 | <$p> 31 | SCRCompileCenterHeaderStringKey 32 | 33 | SCRCompileConvertEllipsesToTriplePeriodsKey 34 | 35 | SCRCompileConvertEmDashesToHyphensKey 36 | 37 | SCRCompileConvertItalicsToUnderlineKey 38 | 39 | SCRCompileConvertLinkedRTFDImagesToEmbeddedImagesKey 40 | 41 | SCRCompileConvertMMDAnnotationsToHTMLStyledTextKey 42 | 43 | SCRCompileConvertSpacesKey 44 | 45 | SCRCompileConvertSpacingToPlainTextKey 46 | 47 | SCRCompileConvertUnderlineToItalicsKey 48 | 49 | SCRCompileCountFirstPageKey 50 | 51 | SCRCompileDeleteStruckThroughTextKey 52 | 53 | SCRCompileDifferentAlternatePageHeaderAndFooterKey 54 | 55 | SCRCompileDifferentFirstPageHeaderAndFooterKey 56 | 57 | SCRCompileDisableAutoNumberingKey 58 | 59 | SCRCompileDocumentAuthorKey 60 | 61 | SCRCompileDocumentBackgroundColorKey 62 | 63 | BAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMDhAJm 64 | ZgEBhg== 65 | 66 | SCRCompileDocumentCommentsKey 67 | 68 | SCRCompileDocumentCompanyKey 69 | 70 | SCRCompileDocumentCopyrightKey 71 | 72 | SCRCompileDocumentKeywordsKey 73 | 74 | SCRCompileDocumentSubjectKey 75 | 76 | SCRCompileDocumentTitleKey 77 | 78 | SCRCompileEBookAuthorsKey 79 | 80 | SCRCompileEBookCenterHTMLToCKey 81 | 82 | SCRCompileEBookContainsScriptFormattingKey 83 | 84 | SCRCompileEBookContributorsKey 85 | 86 | SCRCompileEBookCoverBinderDocumentIDKey 87 | -1 88 | SCRCompileEBookCoverSVGCodeKey 89 | 90 | SCRCompileEBookCoverSVGViewBoxHeightKey 91 | 800 92 | SCRCompileEBookCoverSVGViewBoxWidthKey 93 | 600 94 | SCRCompileEBookCoverTitleKey 95 | Cover 96 | SCRCompileEBookDateKey 97 | 98 | SCRCompileEBookDescriptionKey 99 | 100 | SCRCompileEBookEPUBUniqueIdentifierKey 101 | 102 | SCRCompileEBookEndnotesAreContinuousKey 103 | 104 | SCRCompileEBookEndnotesTitleKey 105 | Notes 106 | SCRCompileEBookGenerateHTMLToCKey 107 | 108 | SCRCompileEBookHTMLToCTitleKey 109 | Contents 110 | SCRCompileEBookIncludeiTunesCoverArtFileKey 111 | 112 | SCRCompileEBookKindleUniqueIdentifierKey 113 | 114 | SCRCompileEBookLanguageKey 115 | en 116 | SCRCompileEBookPublisherKey 117 | 118 | SCRCompileEBookRightsKey 119 | 120 | SCRCompileEBookSaveKindleGenLogKey 121 | 122 | SCRCompileEBookScriptCSSKey 123 | p.sceneHeading {text-align:left; text-indent:0; margin: 12pt 0 0 0; text-transform:uppercase; font-family: Courier;} 124 | p.action {text-align:left; text-indent:0; margin: 12pt 0 0 0; font-family: Courier;} 125 | p.character {text-align:center; text-indent:0; margin: 12pt 0 0 0; text-transform:uppercase; font-family: Courier;} 126 | p.parenthetical {text-align:center; text-indent:0; margin: 0 0 0 0; font-family: Courier;} 127 | p.dialogue {text-align:left; text-indent:0; margin: 0 20% 0 20%; font-family: Courier;} 128 | p.transition {text-align:right; text-indent:0; margin: 12pt 0 0 0; text-transform:uppercase; font-family: Courier;} 129 | p.shot {text-align:left; text-indent:0; margin: 12pt 0pt 0pt 0pt; text-transform:uppercase; font-family: Courier;} 130 | SCRCompileEBookSubjectKey 131 | 132 | SCRCompileEBookTitleKey 133 | 134 | SCRCompileEBookUseCustomIdentifierKey 135 | 136 | SCRCompileEBookUseFlatTOCKey 137 | 138 | SCRCompileEndOfTextMarkerKey 139 | Ends 140 | SCRCompileEndnotesStyleKey 141 | 3 142 | SCRCompileExportInlineFootnotesAsEndnotesKey 143 | 144 | SCRCompileExportLinkedFootnotesAsEndnotesKey 145 | 146 | SCRCompileFDXBreakDialogueAndActionAtSentencesKey 147 | 148 | SCRCompileFDXFirstPageIsTitleKey 149 | 150 | SCRCompileFDXIncludeCommentsAndAnnotationsAsScriptNotesKey 151 | 152 | SCRCompileFDXIncludeFootnotesAsScriptNotesKey 153 | 154 | SCRCompileFDXIncludeRevisionColorsKey 155 | 156 | SCRCompileFDXScriptNoteFontKey 157 | 158 | BAtzdHJlYW10eXBlZIHoA4QBQISEhAZOU0ZvbnQehIQITlNPYmplY3QAhYQBaRiEBVsy 159 | NGNdBgAAABAAAAD//kMAbwB1AHIAaQBlAHIAhAFmDIQBYwCYAZgAmACG 160 | 161 | SCRCompileFDXSummaryFontKey 162 | 163 | BAtzdHJlYW10eXBlZIHoA4QBQISEhAZOU0ZvbnQehIQITlNPYmplY3QAhYQBaSSEBVsz 164 | NmNdBgAAABoAAAD//kwAdQBjAGkAZABhAEcAcgBhAG4AZABlAAAAhAFmDIQBYwCYAZgA 165 | mACG 166 | 167 | SCRCompileFDXUseDefaultScriptElementsKey 168 | 169 | SCRCompileFilterCollectionIDKey 170 | 667D84C6-E253-4BD3-9FCC-0BBFD4929446 171 | SCRCompileFilterContentsKey 172 | 173 | SCRCompileFilterExcludeKey 174 | 175 | SCRCompileFilterLabelKey 176 | -1 177 | SCRCompileFilterStatusKey 178 | -1 179 | SCRCompileFilterTypeKey 180 | 0 181 | SCRCompileFirstPageForRegularHeaderAndFooterKey 182 | -1 183 | SCRCompileFolderAndTextCustomSeparatorStringKey 184 | 185 | SCRCompileFolderAndTextSectionSeparatorKey 186 | 2 187 | SCRCompileFolderCustomSeparatorStringKey 188 | 189 | SCRCompileFolderFormattingLevelsKey 190 | 191 | 192 | SCRHasRTFBookmarksKey 193 | 194 | SCRIncludeMetaDataKey 195 | 196 | SCRIncludeNotesKey 197 | 198 | SCRIncludeSynopsesKey 199 | 200 | SCRIncludeTextKey 201 | 202 | SCRIncludeTitlesKey 203 | 204 | SCRMainTextWordsToUppercaseInNewSectionsKey 205 | 0 206 | SCRMetaDataAttributesKey 207 | 208 | BAtzdHJlYW10eXBlZIHoA4QBQISEhAxOU0RpY3Rpb25hcnkAhIQI 209 | TlNPYmplY3QAhYQBaQKShISECE5TU3RyaW5nAZSEASsQTlNQYXJh 210 | Z3JhcGhTdHlsZYaShISEF05TTXV0YWJsZVBhcmFncmFwaFN0eWxl 211 | AISEEE5TUGFyYWdyYXBoU3R5bGUAlIQEQ0NAUwQAhISEDk5TTXV0 212 | YWJsZUFycmF5AISEB05TQXJyYXkAlJUFkoSEhAlOU1RleHRUYWIA 213 | lIQCQ2YAJIaShJ6eAGyGkoSengCBkACGkoSengCBtACGkoSengCB 214 | 2ACGhoGUAIQEWzNmXSQkgwAAwD+GkoSWlwZOU0ZvbnSGkoSEhAZO 215 | U0ZvbnQelJUkhAVbMzZjXQYAAAAaAAAA//5NAGUAbgBsAG8ALQBJ 216 | AHQAYQBsAGkAYwAAAIQBZgyEAWMAowGjAKMAhoY= 217 | 218 | SCRMultiMarkdownPlacesTitlePrefixInsideHashesKey 219 | 220 | SCRMultiMarkdownPlacesTitleSuffixInsideHashesKey 221 | 222 | SCRNotesAttributesKey 223 | 224 | BAtzdHJlYW10eXBlZIHoA4QBQISEhAxOU0RpY3Rpb25hcnkAhIQI 225 | TlNPYmplY3QAhYQBaQKShISECE5TU3RyaW5nAZSEASsQTlNQYXJh 226 | Z3JhcGhTdHlsZYaShISEF05TTXV0YWJsZVBhcmFncmFwaFN0eWxl 227 | AISEEE5TUGFyYWdyYXBoU3R5bGUAlIQEQ0NAUwQAhYGAAIQEWzFm 228 | XYMAAMA/hpKElpcGTlNGb250hpKEhIQGTlNGb250HpSVJIQFWzM2 229 | Y10GAAAAHAAAAP/+TQBlAG4AbABvAC0AUgBlAGcAdQBsAGEAcgCE 230 | AWYMhAFjAJ8BnwCfAIaG 231 | 232 | SCRPagePaddingKey 233 | 0 234 | SCRPlaceTitleAsRunInHeadKey 235 | 236 | SCRSubtitlesAttributesKey 237 | 238 | BAtzdHJlYW10eXBlZIHoA4QBQISEhAxOU0RpY3Rpb25hcnkAhIQI 239 | TlNPYmplY3QAhYQBaQKShISECE5TU3RyaW5nAZSEASsQTlNQYXJh 240 | Z3JhcGhTdHlsZYaShISEF05TTXV0YWJsZVBhcmFncmFwaFN0eWxl 241 | AISEEE5TUGFyYWdyYXBoU3R5bGUAlIQEQ0NAUwQAhYGAAIQEWzFm 242 | XYMAAMA/hpKElpcGTlNGb250hpKEhIQGTlNGb250HpSVJIQFWzM2 243 | Y10GAAAAGgAAAP/+TQBlAG4AbABvAC0ASQB0AGEAbABpAGMAAACE 244 | AWYMhAFjAJ8BnwCfAIaG 245 | 246 | SCRSynopsisAttributesKey 247 | 248 | BAtzdHJlYW10eXBlZIHoA4QBQISEhAxOU0RpY3Rpb25hcnkAhIQI 249 | TlNPYmplY3QAhYQBaQKShISECE5TU3RyaW5nAZSEASsQTlNQYXJh 250 | Z3JhcGhTdHlsZYaShISEF05TTXV0YWJsZVBhcmFncmFwaFN0eWxl 251 | AISEEE5TUGFyYWdyYXBoU3R5bGUAlIQEQ0NAUwQAhISEDk5TTXV0 252 | YWJsZUFycmF5AISEB05TQXJyYXkAlJUBkoSEhAlOU1RleHRUYWIA 253 | lIQCQ2YAJIaGgZQAhARbM2ZdJCSDAADAP4aShJaXBk5TRm9udIaS 254 | hISEBk5TRm9udB6UlSSEBVszNmNdBgAAABwAAAD//k0AZQBuAGwA 255 | bwAtAFIAZQBnAHUAbABhAHIAhAFmDIQBYwCjAaMAowCGhg== 256 | 257 | SCRTextAttributesKey 258 | 259 | BAtzdHJlYW10eXBlZIHoA4QBQISEhAxOU0RpY3Rpb25hcnkAhIQI 260 | TlNPYmplY3QAhYQBaQKShISECE5TU3RyaW5nAZSEASsQTlNQYXJh 261 | Z3JhcGhTdHlsZYaShISEF05TTXV0YWJsZVBhcmFncmFwaFN0eWxl 262 | AISEEE5TUGFyYWdyYXBoU3R5bGUAlIQEQ0NAUwQAhYGAAIQEWzFm 263 | XYMAAMA/hpKElpcGTlNGb250hpKEhIQGTlNGb250HpSVJIQFWzM2 264 | Y10GAAAAHAAAAP/+TQBlAG4AbABvAC0AUgBlAGcAdQBsAGEAcgCE 265 | AWYMhAFjAJ8BnwCfAIaG 266 | 267 | SCRTitleAttributesKey 268 | 269 | BAtzdHJlYW10eXBlZIHoA4QBQISEhAxOU0RpY3Rpb25hcnkAhIQI 270 | TlNPYmplY3QAhYQBaQKShISECE5TU3RyaW5nAZSEASsQTlNQYXJh 271 | Z3JhcGhTdHlsZYaShISEF05TTXV0YWJsZVBhcmFncmFwaFN0eWxl 272 | AISEEE5TUGFyYWdyYXBoU3R5bGUAlIQEQ0NAUwQAhYGAAIQEWzFm 273 | XYMAAMA/hpKElpcGTlNGb250hpKEhIQGTlNGb250HpSVIIQFWzMy 274 | Y10GAAAAFgAAAP/+TQBlAG4AbABvAC0AQgBvAGwAZAAAAIQBZhCE 275 | AWMAnwGfAJ8AhoY= 276 | 277 | SCRTitleCaseKey 278 | 0 279 | SCRTitlePrefixAttributesKey 280 | 281 | BAtzdHJlYW10eXBlZIHoA4QBQISEhAxOU0RpY3Rpb25hcnkAhIQI 282 | TlNPYmplY3QAhYQBaQKShISECE5TU3RyaW5nAZSEASsQTlNQYXJh 283 | Z3JhcGhTdHlsZYaShISEF05TTXV0YWJsZVBhcmFncmFwaFN0eWxl 284 | AISEEE5TUGFyYWdyYXBoU3R5bGUAlIQEQ0NAUwQAhYGAAIQEWzFm 285 | XYMAAMA/hpKElpcGTlNGb250hpKEhIQGTlNGb250HpSVIIQFWzMy 286 | Y10GAAAAFgAAAP/+TQBlAG4AbABvAC0AQgBvAGwAZAAAAIQBZhCE 287 | AWMAnwGfAJ8AhoY= 288 | 289 | SCRTitlePrefixCaseKey 290 | 0 291 | SCRTitlePrefixKey 292 | 293 | SCRTitleSuffixAttributesKey 294 | 295 | BAtzdHJlYW10eXBlZIHoA4QBQISEhAxOU0RpY3Rpb25hcnkAhIQI 296 | TlNPYmplY3QAhYQBaQKShISECE5TU3RyaW5nAZSEASsQTlNQYXJh 297 | Z3JhcGhTdHlsZYaShISEF05TTXV0YWJsZVBhcmFncmFwaFN0eWxl 298 | AISEEE5TUGFyYWdyYXBoU3R5bGUAlIQEQ0NAUwQAhYGAAIQEWzFm 299 | XYMAAMA/hpKElpcGTlNGb250hpKEhIQGTlNGb250HpSVIIQFWzMy 300 | Y10GAAAAFgAAAP/+TQBlAG4AbABvAC0AQgBvAGwAZAAAAIQBZhCE 301 | AWMAnwGfAJ8AhoY= 302 | 303 | SCRTitleSuffixCaseKey 304 | 0 305 | SCRTitleSuffixKey 306 | 307 | 308 | 309 | SCRCompileFolderSectionSeparatorKey 310 | 2 311 | SCRCompileFooterFontKey 312 | 313 | BAtzdHJlYW10eXBlZIHoA4QBQISEhAZOU0ZvbnQehIQITlNPYmplY3QAhYQBaSSEBVsz 314 | NmNdBgAAABwAAAD//k0AZQBuAGwAbwAtAFIAZQBnAHUAbABhAHIAhAFmDIQBYwCYAZgA 315 | mACG 316 | 317 | SCRCompileFootnotesFontKey 318 | 319 | BAtzdHJlYW10eXBlZIHoA4QBQISEhAZOU0ZvbnQehIQITlNPYmplY3QAhYQBaSSEBVsz 320 | NmNdBgAAABwAAAD//k0AZQBuAGwAbwAtAFIAZQBnAHUAbABhAHIAhAFmCoQBYwCYAZgA 321 | mACG 322 | 323 | SCRCompileFootnotesHaveSeparatorKey 324 | 325 | SCRCompileFootnotesRestartEachPageKey 326 | 327 | SCRCompileFootnotesStyleKey 328 | 0 329 | SCRCompileFormatKey 330 | 31 331 | SCRCompileFrontMatterIDKey 332 | -1 333 | SCRCompileGroupFootnotesBeforePageBreakTypeKey 334 | 1 335 | SCRCompileGroupFootnotesBeforePageBreaksKey 336 | 337 | SCRCompileGroupIdentifierInfoKey 338 | 339 | Identifier 340 | 0 341 | isCollection 342 | 343 | 344 | SCRCompileHTMLBodyTableWidthKey 345 | 600 346 | SCRCompileHTMLConvertScrivenerLinksKey 347 | 348 | SCRCompileHTMLTreatPreserveFormatAsRawHTMLKey 349 | 350 | SCRCompileHTMLUnderlineInternalLinksKey 351 | 352 | SCRCompileHTMLUseCenteredBodyTableKey 353 | 354 | SCRCompileHeaderFontKey 355 | 356 | BAtzdHJlYW10eXBlZIHoA4QBQISEhAZOU0ZvbnQehIQITlNPYmplY3QAhYQBaSSEBVsz 357 | NmNdBgAAABwAAAD//k0AZQBuAGwAbwAtAFIAZQBnAHUAbABhAHIAhAFmDIQBYwCYAZgA 358 | mACG 359 | 360 | SCRCompileIgnoresLevelsOutsideCurrentCompileGroupKey 361 | 362 | SCRCompileIncludeAnnotationsInStatisticsKey 363 | 364 | SCRCompileIncludeCompileGroupTextKey 365 | 366 | SCRCompileIncludeCurrentSelectionDescendantsKey 367 | 368 | SCRCompileIncludeFootnotesInStatisticsKey 369 | 370 | SCRCompileIncludedTagKey 371 | 0 372 | SCRCompileIncludesSubtitlesKey 373 | 374 | SCRCompileIndentFootnotesToMatchTextKey 375 | 376 | SCRCompileInlineAnnotationClosingMarkerKey 377 | ] 378 | SCRCompileInlineAnnotationOpeningMarkerKey 379 | [ 380 | SCRCompileInlineLinksExcludeTitleSuffixKey 381 | 382 | SCRCompileInlinePrefixSeparatorKey 383 | - 384 | SCRCompileInsertBlankRowBetweenStitchedTablesKey 385 | 386 | SCRCompileInsertPageBreakBeforeTextGroupsKey 387 | 388 | SCRCompileLeftAlternateFooterStringKey 389 | 390 | SCRCompileLeftAlternateHeaderStringKey 391 | 392 | SCRCompileLeftFirstPageFooterStringKey 393 | 394 | SCRCompileLeftFirstPageHeaderStringKey 395 | 396 | SCRCompileLeftFooterStringKey 397 | 398 | SCRCompileLeftHeaderStringKey 399 | 400 | SCRCompileMarkEndOfTextKey 401 | 402 | SCRCompileMultiMarkdownAddFormatCompleteKey 403 | 404 | SCRCompileMultiMarkdownMetaDataKey 405 | 406 | 407 | data 408 | 2 409 | key 410 | Base Header Level 411 | 412 | 413 | data 414 | literature.bib 415 | key 416 | BibTeX 417 | 418 | 419 | data 420 | my-thesis-footer 421 | key 422 | latex footer 423 | 424 | 425 | data 426 | apacite 427 | key 428 | Bibliostyle 429 | 430 | 431 | data 432 | <$author> 433 | key 434 | Author 435 | 436 | 437 | data 438 | german 439 | key 440 | Quotes language 441 | 442 | 443 | data 444 | my-thesis-input 445 | key 446 | latex input 447 | 448 | 449 | SCRCompileNoHeaderAfterPageBreaksKey 450 | 451 | SCRCompileNoHeaderOrFooterOnSinglePagesKey 452 | 453 | SCRCompileNoPagePaddingForFirstDocumentKey 454 | 0 455 | SCRCompileNotesBeforeTextKey 456 | 457 | SCRCompileOverrideAffectsFontOnlyKey 458 | 459 | SCRCompileOverrideFlattenIndentsType 460 | 1 461 | SCRCompileOverrideFlattensFirstParagraphIndent 462 | 463 | SCRCompileOverrideFontFaceThroughoutKey 464 | 465 | SCRCompileOverrideFontNameKey 466 | Helvetica 467 | SCRCompileOverrideFootnotesFontKey 468 | 469 | SCRCompileOverridePrefixSeparatorInInlineLinksKey 470 | 471 | SCRCompileOverridePreserveFormattingHasLimits 472 | 473 | SCRCompileOverridePreservesAlignmentKey 474 | 475 | SCRCompileOverridePreservesCenteredAlignmentOnlyKey 476 | 477 | SCRCompileOverridePreservesIndentsKey 478 | 479 | SCRCompileOverridePreservesLineSpacingKey 480 | 481 | SCRCompileOverrideTextAndNotesFormatKey 482 | 483 | SCRCompilePageBottomMarginKey 484 | 1 485 | SCRCompilePageBottomMarginUnitsKey 486 | 1 487 | SCRCompilePageLeftMarginKey 488 | 1 489 | SCRCompilePageLeftMarginUnitsKey 490 | 1 491 | SCRCompilePageRightMarginKey 492 | 1 493 | SCRCompilePageRightMarginUnitsKey 494 | 1 495 | SCRCompilePageTopMarginKey 496 | 1 497 | SCRCompilePageTopMarginUnitsKey 498 | 1 499 | SCRCompilePlainTextConversionTypeKey 500 | 1 501 | SCRCompilePrintInfoKey 502 | 503 | BAtzdHJlYW10eXBlZIHoA4QBQISEhAtOU1ByaW50SW5mbwGEhAhOU09iamVjdACFkoSE 504 | hBNOU011dGFibGVEaWN0aW9uYXJ5AISEDE5TRGljdGlvbmFyeQCUhAFpCJKEhIQITlNT 505 | dHJpbmcBlIQBKw5OU0JvdHRvbU1hcmdpboaShISECE5TTnVtYmVyAISEB05TVmFsdWUA 506 | lIQBKoSEAWadWoaShJmZDU5TUmlnaHRNYXJnaW6GkoSbnJ2dSIaShJmZFk5TSG9yaXpv 507 | bnRhbGx5Q2VudGVyZWSGkoSbnISEAWOeAYaShJmZFE5TVmVydGljYWxseUNlbnRlcmVk 508 | hpKhkoSZmQtOU1RvcE1hcmdpboaShJucnZ1ahpKEmZkMTlNMZWZ0TWFyZ2luhpKEm5yd 509 | nUiGkoSZmRROU1ZlcnRpY2FsUGFnaW5hdGlvboaShJuchJeXAIaShJmZFU5TSG9yaXpv 510 | bmFsUGFnaW5hdGlvboaShJucqpcChoaG 511 | 512 | SCRCompileProjectVariableReplacementsKey 513 | 514 | SCRCompileRTFEnsureHyperlinksUseColorAndUnderlineKey 515 | 516 | SCRCompileRTFFlattenFootnotesAndCommentsKey 517 | 518 | SCRCompileRTFNoColumnsInFirstDocumentKey 519 | 520 | SCRCompileRTFNumberOfColumnsKey 521 | 2 522 | SCRCompileRTFSpaceBetweenColumnsInTwipsKey 523 | 360 524 | SCRCompileRTFStripTablesKey 525 | 526 | SCRCompileRTFUseColumnsKey 527 | 528 | SCRCompileRTFUsesCocoaStyleListIndentsKey 529 | 530 | SCRCompileReduceRTFOrEbookFootnoteMarkerFontSizeKey 531 | 532 | SCRCompileRemoveAllHyperlinksKey 533 | 534 | SCRCompileRemoveCommentsKey 535 | 536 | SCRCompileRemoveFootnotesKey 537 | 538 | SCRCompileRemoveHighlightingKey 539 | 540 | SCRCompileRemoveInlineAnnotationsKey 541 | 542 | SCRCompileRemoveTextColorKey 543 | 544 | SCRCompileRestrictWidthOfStitchedTablesKey 545 | 546 | SCRCompileRightAlternateFooterStringKey 547 | 548 | SCRCompileRightAlternateHeaderStringKey 549 | 550 | SCRCompileRightFirstPageFooterStringKey 551 | 552 | SCRCompileRightFirstPageHeaderStringKey 553 | 554 | SCRCompileRightFooterStringKey 555 | 556 | SCRCompileRightHeaderStringKey 557 | <$projecttitle> 558 | SCRCompileStatisticsCharacterCountExcludesWhitespaceKey 559 | 560 | SCRCompileStatisticsCountAllTextKey 561 | 562 | SCRCompileStatisticsCountMainTextKey 563 | 564 | SCRCompileStatisticsCountNotesTextKey 565 | 566 | SCRCompileStatisticsCountSynopsesTextKey 567 | 568 | SCRCompileStatisticsExcludeFrontMatterKey 569 | 570 | SCRCompileStatisticsFilterCollectionIDKey 571 | 667D84C6-E253-4BD3-9FCC-0BBFD4929446 572 | SCRCompileStatisticsFilterDocumentsKey 573 | 574 | SCRCompileStatisticsFilterExcludeKey 575 | 576 | SCRCompileStatisticsFilterLabelKey 577 | -1 578 | SCRCompileStatisticsFilterStatusKey 579 | -1 580 | SCRCompileStatisticsFilterTypeKey 581 | 0 582 | SCRCompileStitchTablesTogetherKey 583 | 584 | SCRCompileStraightenTypographersQuotesKey 585 | 586 | SCRCompileTextAndFolderCustomSeparatorStringKey 587 | 588 | SCRCompileTextAndFolderSectionSeparatorKey 589 | 3 590 | SCRCompileTextContainerFormattingLevelsKey 591 | 592 | 593 | SCRHasRTFBookmarksKey 594 | 595 | SCRIncludeMetaDataKey 596 | 597 | SCRIncludeNotesKey 598 | 599 | SCRIncludeSynopsesKey 600 | 601 | SCRIncludeTextKey 602 | 603 | SCRIncludeTitlesKey 604 | 605 | SCRMainTextWordsToUppercaseInNewSectionsKey 606 | 0 607 | SCRMetaDataAttributesKey 608 | 609 | BAtzdHJlYW10eXBlZIHoA4QBQISEhAxOU0RpY3Rpb25hcnkAhIQI 610 | TlNPYmplY3QAhYQBaQKShISECE5TU3RyaW5nAZSEASsQTlNQYXJh 611 | Z3JhcGhTdHlsZYaShISEF05TTXV0YWJsZVBhcmFncmFwaFN0eWxl 612 | AISEEE5TUGFyYWdyYXBoU3R5bGUAlIQEQ0NAUwQAhISEDk5TTXV0 613 | YWJsZUFycmF5AISEB05TQXJyYXkAlJUFkoSEhAlOU1RleHRUYWIA 614 | lIQCQ2YAJIaShJ6eAGyGkoSengCBkACGkoSengCBtACGkoSengCB 615 | 2ACGhoGUAIQEWzNmXSQkgwAAwD+GkoSWlwZOU0ZvbnSGkoSEhAZO 616 | U0ZvbnQelJUkhAVbMzZjXQYAAAAaAAAA//5NAGUAbgBsAG8ALQBJ 617 | AHQAYQBsAGkAYwAAAIQBZgyEAWMAowGjAKMAhoY= 618 | 619 | SCRMultiMarkdownPlacesTitlePrefixInsideHashesKey 620 | 621 | SCRMultiMarkdownPlacesTitleSuffixInsideHashesKey 622 | 623 | SCRNotesAttributesKey 624 | 625 | BAtzdHJlYW10eXBlZIHoA4QBQISEhAxOU0RpY3Rpb25hcnkAhIQI 626 | TlNPYmplY3QAhYQBaQKShISECE5TU3RyaW5nAZSEASsQTlNQYXJh 627 | Z3JhcGhTdHlsZYaShISEF05TTXV0YWJsZVBhcmFncmFwaFN0eWxl 628 | AISEEE5TUGFyYWdyYXBoU3R5bGUAlIQEQ0NAUwQAhYGAAIQEWzFm 629 | XYMAAMA/hpKElpcGTlNGb250hpKEhIQGTlNGb250HpSVJIQFWzM2 630 | Y10GAAAAHAAAAP/+TQBlAG4AbABvAC0AUgBlAGcAdQBsAGEAcgCE 631 | AWYMhAFjAJ8BnwCfAIaG 632 | 633 | SCRPagePaddingKey 634 | 0 635 | SCRPlaceTitleAsRunInHeadKey 636 | 637 | SCRSubtitlesAttributesKey 638 | 639 | BAtzdHJlYW10eXBlZIHoA4QBQISEhAxOU0RpY3Rpb25hcnkAhIQI 640 | TlNPYmplY3QAhYQBaQKShISECE5TU3RyaW5nAZSEASsQTlNQYXJh 641 | Z3JhcGhTdHlsZYaShISEF05TTXV0YWJsZVBhcmFncmFwaFN0eWxl 642 | AISEEE5TUGFyYWdyYXBoU3R5bGUAlIQEQ0NAUwQAhYGAAIQEWzFm 643 | XYMAAMA/hpKElpcGTlNGb250hpKEhIQGTlNGb250HpSVJIQFWzM2 644 | Y10GAAAAGgAAAP/+TQBlAG4AbABvAC0ASQB0AGEAbABpAGMAAACE 645 | AWYMhAFjAJ8BnwCfAIaG 646 | 647 | SCRSynopsisAttributesKey 648 | 649 | BAtzdHJlYW10eXBlZIHoA4QBQISEhAxOU0RpY3Rpb25hcnkAhIQI 650 | TlNPYmplY3QAhYQBaQKShISECE5TU3RyaW5nAZSEASsQTlNQYXJh 651 | Z3JhcGhTdHlsZYaShISEF05TTXV0YWJsZVBhcmFncmFwaFN0eWxl 652 | AISEEE5TUGFyYWdyYXBoU3R5bGUAlIQEQ0NAUwQAhISEDk5TTXV0 653 | YWJsZUFycmF5AISEB05TQXJyYXkAlJUBkoSEhAlOU1RleHRUYWIA 654 | lIQCQ2YAJIaGgZQAhARbM2ZdJCSDAADAP4aShJaXBk5TRm9udIaS 655 | hISEBk5TRm9udB6UlSSEBVszNmNdBgAAABwAAAD//k0AZQBuAGwA 656 | bwAtAFIAZQBnAHUAbABhAHIAhAFmDIQBYwCjAaMAowCGhg== 657 | 658 | SCRTextAttributesKey 659 | 660 | BAtzdHJlYW10eXBlZIHoA4QBQISEhAxOU0RpY3Rpb25hcnkAhIQI 661 | TlNPYmplY3QAhYQBaQKShISECE5TU3RyaW5nAZSEASsQTlNQYXJh 662 | Z3JhcGhTdHlsZYaShISEF05TTXV0YWJsZVBhcmFncmFwaFN0eWxl 663 | AISEEE5TUGFyYWdyYXBoU3R5bGUAlIQEQ0NAUwQAhYGAAIQEWzFm 664 | XYMAAMA/hpKElpcGTlNGb250hpKEhIQGTlNGb250HpSVJIQFWzM2 665 | Y10GAAAAHAAAAP/+TQBlAG4AbABvAC0AUgBlAGcAdQBsAGEAcgCE 666 | AWYMhAFjAJ8BnwCfAIaG 667 | 668 | SCRTitleAttributesKey 669 | 670 | BAtzdHJlYW10eXBlZIHoA4QBQISEhAxOU0RpY3Rpb25hcnkAhIQI 671 | TlNPYmplY3QAhYQBaQKShISECE5TU3RyaW5nAZSEASsQTlNQYXJh 672 | Z3JhcGhTdHlsZYaShISEF05TTXV0YWJsZVBhcmFncmFwaFN0eWxl 673 | AISEEE5TUGFyYWdyYXBoU3R5bGUAlIQEQ0NAUwQAhYGAAIQEWzFm 674 | XYMAAMA/hpKElpcGTlNGb250hpKEhIQGTlNGb250HpSVIIQFWzMy 675 | Y10GAAAAFgAAAP/+TQBlAG4AbABvAC0AQgBvAGwAZAAAAIQBZgyE 676 | AWMAnwGfAJ8AhoY= 677 | 678 | SCRTitleCaseKey 679 | 0 680 | SCRTitlePrefixAttributesKey 681 | 682 | BAtzdHJlYW10eXBlZIHoA4QBQISEhAxOU0RpY3Rpb25hcnkAhIQI 683 | TlNPYmplY3QAhYQBaQKShISECE5TU3RyaW5nAZSEASsQTlNQYXJh 684 | Z3JhcGhTdHlsZYaShISEF05TTXV0YWJsZVBhcmFncmFwaFN0eWxl 685 | AISEEE5TUGFyYWdyYXBoU3R5bGUAlIQEQ0NAUwQAhYGAAIQEWzFm 686 | XYMAAMA/hpKElpcGTlNGb250hpKEhIQGTlNGb250HpSVIIQFWzMy 687 | Y10GAAAAFgAAAP/+TQBlAG4AbABvAC0AQgBvAGwAZAAAAIQBZgyE 688 | AWMAnwGfAJ8AhoY= 689 | 690 | SCRTitlePrefixCaseKey 691 | 0 692 | SCRTitlePrefixKey 693 | 694 | SCRTitleSuffixAttributesKey 695 | 696 | BAtzdHJlYW10eXBlZIHoA4QBQISEhAxOU0RpY3Rpb25hcnkAhIQI 697 | TlNPYmplY3QAhYQBaQKShISECE5TU3RyaW5nAZSEASsQTlNQYXJh 698 | Z3JhcGhTdHlsZYaShISEF05TTXV0YWJsZVBhcmFncmFwaFN0eWxl 699 | AISEEE5TUGFyYWdyYXBoU3R5bGUAlIQEQ0NAUwQAhYGAAIQEWzFm 700 | XYMAAMA/hpKElpcGTlNGb250hpKEhIQGTlNGb250HpSVIIQFWzMy 701 | Y10GAAAAFgAAAP/+TQBlAG4AbABvAC0AQgBvAGwAZAAAAIQBZgyE 702 | AWMAnwGfAJ8AhoY= 703 | 704 | SCRTitleSuffixCaseKey 705 | 0 706 | SCRTitleSuffixKey 707 | 708 | 709 | 710 | SCRCompileTextCustomSeparatorStringKey 711 | # 712 | SCRCompileTextFormattingLevelsKey 713 | 714 | 715 | SCRHasRTFBookmarksKey 716 | 717 | SCRIncludeMetaDataKey 718 | 719 | SCRIncludeNotesKey 720 | 721 | SCRIncludeSynopsesKey 722 | 723 | SCRIncludeTextKey 724 | 725 | SCRIncludeTitlesKey 726 | 727 | SCRMainTextWordsToUppercaseInNewSectionsKey 728 | 0 729 | SCRMetaDataAttributesKey 730 | 731 | BAtzdHJlYW10eXBlZIHoA4QBQISEhAxOU0RpY3Rpb25hcnkAhIQI 732 | TlNPYmplY3QAhYQBaQKShISECE5TU3RyaW5nAZSEASsQTlNQYXJh 733 | Z3JhcGhTdHlsZYaShISEF05TTXV0YWJsZVBhcmFncmFwaFN0eWxl 734 | AISEEE5TUGFyYWdyYXBoU3R5bGUAlIQEQ0NAUwQAhISEDk5TTXV0 735 | YWJsZUFycmF5AISEB05TQXJyYXkAlJUFkoSEhAlOU1RleHRUYWIA 736 | lIQCQ2YAJIaShJ6eAGyGkoSengCBkACGkoSengCBtACGkoSengCB 737 | 2ACGhoGUAIQEWzNmXSQkgwAAwD+GkoSWlwZOU0ZvbnSGkoSEhAZO 738 | U0ZvbnQelJUkhAVbMzZjXQYAAAAaAAAA//5NAGUAbgBsAG8ALQBJ 739 | AHQAYQBsAGkAYwAAAIQBZgyEAWMAowGjAKMAhoY= 740 | 741 | SCRMultiMarkdownPlacesTitlePrefixInsideHashesKey 742 | 743 | SCRMultiMarkdownPlacesTitleSuffixInsideHashesKey 744 | 745 | SCRNotesAttributesKey 746 | 747 | BAtzdHJlYW10eXBlZIHoA4QBQISEhAxOU0RpY3Rpb25hcnkAhIQI 748 | TlNPYmplY3QAhYQBaQKShISECE5TU3RyaW5nAZSEASsQTlNQYXJh 749 | Z3JhcGhTdHlsZYaShISEF05TTXV0YWJsZVBhcmFncmFwaFN0eWxl 750 | AISEEE5TUGFyYWdyYXBoU3R5bGUAlIQEQ0NAUwQAhYGAAIQEWzFm 751 | XYMAAMA/hpKElpcGTlNGb250hpKEhIQGTlNGb250HpSVJIQFWzM2 752 | Y10GAAAAHAAAAP/+TQBlAG4AbABvAC0AUgBlAGcAdQBsAGEAcgCE 753 | AWYMhAFjAJ8BnwCfAIaG 754 | 755 | SCRPagePaddingKey 756 | 0 757 | SCRPlaceTitleAsRunInHeadKey 758 | 759 | SCRSubtitlesAttributesKey 760 | 761 | BAtzdHJlYW10eXBlZIHoA4QBQISEhAxOU0RpY3Rpb25hcnkAhIQI 762 | TlNPYmplY3QAhYQBaQKShISECE5TU3RyaW5nAZSEASsQTlNQYXJh 763 | Z3JhcGhTdHlsZYaShISEF05TTXV0YWJsZVBhcmFncmFwaFN0eWxl 764 | AISEEE5TUGFyYWdyYXBoU3R5bGUAlIQEQ0NAUwQAhYGAAIQEWzFm 765 | XYMAAMA/hpKElpcGTlNGb250hpKEhIQGTlNGb250HpSVJIQFWzM2 766 | Y10GAAAAGgAAAP/+TQBlAG4AbABvAC0ASQB0AGEAbABpAGMAAACE 767 | AWYMhAFjAJ8BnwCfAIaG 768 | 769 | SCRSynopsisAttributesKey 770 | 771 | BAtzdHJlYW10eXBlZIHoA4QBQISEhAxOU0RpY3Rpb25hcnkAhIQI 772 | TlNPYmplY3QAhYQBaQKShISECE5TU3RyaW5nAZSEASsQTlNQYXJh 773 | Z3JhcGhTdHlsZYaShISEF05TTXV0YWJsZVBhcmFncmFwaFN0eWxl 774 | AISEEE5TUGFyYWdyYXBoU3R5bGUAlIQEQ0NAUwQAhISEDk5TTXV0 775 | YWJsZUFycmF5AISEB05TQXJyYXkAlJUBkoSEhAlOU1RleHRUYWIA 776 | lIQCQ2YAJIaGgZQAhARbM2ZdJCSDAADAP4aShJaXBk5TRm9udIaS 777 | hISEBk5TRm9udB6UlSSEBVszNmNdBgAAABwAAAD//k0AZQBuAGwA 778 | bwAtAFIAZQBnAHUAbABhAHIAhAFmDIQBYwCjAaMAowCGhg== 779 | 780 | SCRTextAttributesKey 781 | 782 | BAtzdHJlYW10eXBlZIHoA4QBQISEhAxOU0RpY3Rpb25hcnkAhIQI 783 | TlNPYmplY3QAhYQBaQKShISECE5TU3RyaW5nAZSEASsQTlNQYXJh 784 | Z3JhcGhTdHlsZYaShISEF05TTXV0YWJsZVBhcmFncmFwaFN0eWxl 785 | AISEEE5TUGFyYWdyYXBoU3R5bGUAlIQEQ0NAUwQAhYGAAIQEWzFm 786 | XYMAAMA/hpKElpcGTlNGb250hpKEhIQGTlNGb250HpSVJIQFWzM2 787 | Y10GAAAAHAAAAP/+TQBlAG4AbABvAC0AUgBlAGcAdQBsAGEAcgCE 788 | AWYMhAFjAJ8BnwCfAIaG 789 | 790 | SCRTitleAttributesKey 791 | 792 | BAtzdHJlYW10eXBlZIHoA4QBQISEhAxOU0RpY3Rpb25hcnkAhIQI 793 | TlNPYmplY3QAhYQBaQKShISECE5TU3RyaW5nAZSEASsQTlNQYXJh 794 | Z3JhcGhTdHlsZYaShISEF05TTXV0YWJsZVBhcmFncmFwaFN0eWxl 795 | AISEEE5TUGFyYWdyYXBoU3R5bGUAlIQEQ0NAUwQAhYGAAIQEWzFm 796 | XYMAAMA/hpKElpcGTlNGb250hpKEhIQGTlNGb250HpSVIIQFWzMy 797 | Y10GAAAAFgAAAP/+TQBlAG4AbABvAC0AQgBvAGwAZAAAAIQBZgyE 798 | AWMAnwGfAJ8AhoY= 799 | 800 | SCRTitleCaseKey 801 | 0 802 | SCRTitlePrefixAttributesKey 803 | 804 | BAtzdHJlYW10eXBlZIHoA4QBQISEhAxOU0RpY3Rpb25hcnkAhIQI 805 | TlNPYmplY3QAhYQBaQKShISECE5TU3RyaW5nAZSEASsQTlNQYXJh 806 | Z3JhcGhTdHlsZYaShISEF05TTXV0YWJsZVBhcmFncmFwaFN0eWxl 807 | AISEEE5TUGFyYWdyYXBoU3R5bGUAlIQEQ0NAUwQAhYGAAIQEWzFm 808 | XYMAAMA/hpKElpcGTlNGb250hpKEhIQGTlNGb250HpSVIIQFWzMy 809 | Y10GAAAAFgAAAP/+TQBlAG4AbABvAC0AQgBvAGwAZAAAAIQBZgyE 810 | AWMAnwGfAJ8AhoY= 811 | 812 | SCRTitlePrefixCaseKey 813 | 0 814 | SCRTitlePrefixKey 815 | 816 | SCRTitleSuffixAttributesKey 817 | 818 | BAtzdHJlYW10eXBlZIHoA4QBQISEhAxOU0RpY3Rpb25hcnkAhIQI 819 | TlNPYmplY3QAhYQBaQKShISECE5TU3RyaW5nAZSEASsQTlNQYXJh 820 | Z3JhcGhTdHlsZYaShISEF05TTXV0YWJsZVBhcmFncmFwaFN0eWxl 821 | AISEEE5TUGFyYWdyYXBoU3R5bGUAlIQEQ0NAUwQAhYGAAIQEWzFm 822 | XYMAAMA/hpKElpcGTlNGb250hpKEhIQGTlNGb250HpSVIIQFWzMy 823 | Y10GAAAAFgAAAP/+TQBlAG4AbABvAC0AQgBvAGwAZAAAAIQBZgyE 824 | AWMAnwGfAJ8AhoY= 825 | 826 | SCRTitleSuffixCaseKey 827 | 0 828 | SCRTitleSuffixKey 829 | 830 | 831 | 832 | SCRCompileTextSectionSeparatorKey 833 | 2 834 | SCRCompileUpdateScrivenerLinksWithPrefixAndSuffixKey 835 | 836 | SCRCompileUseAlternativeBlankLineSeparatorBetweenPagesKey 837 | 838 | SCRCompileUseHyphenationKey 839 | 840 | SCRCompileUsePeriodSpaceFootnoteMarkerStyleKey 841 | 842 | SCRCompileUseProjectPageSetupKey 843 | 844 | SCRCompileVariableReplacementsKey 845 | 846 | 847 | 848 | -------------------------------------------------------------------------------- /thesis.scriv/thesis.scrivx: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Draft 6 | 7 | Yes 8 | 9 | 10 | 11 | Introduction 12 | 13 | Yes 14 | 0,0 15 | 16 | 17 | 1245,0 18 | 19 | 20 | 21 | About Languages 22 | 23 | Yes 24 | 0,0 25 | 26 | 27 | 0,0 28 | 29 | 30 | 31 | Uniform Grammar 32 | 33 | Yes 34 | 0,0 35 | 36 | 37 | 1584,0 38 | 39 | 40 | 41 | Further Thoughts 42 | 43 | Yes 44 | 0,0 45 | 46 | 47 | 3638,0 48 | 49 | 50 | 51 | 52 | 53 | Translator Usage 54 | 55 | Yes 56 | 0,0 57 | 58 | 59 | 0,0 60 | 61 | 62 | 63 | Common Language 64 | 65 | Yes 66 | 0,0 67 | 68 | 69 | 2501,0 70 | 71 | 72 | 73 | Science, Music and Sports 74 | 75 | Yes 76 | 0,0 77 | 78 | 79 | 2567,0 80 | 81 | 82 | 83 | The European Languages 84 | 85 | Yes 86 | 0,0 87 | 88 | 89 | 2530,0 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | Conclusion 98 | 99 | Yes 100 | 0,0 101 | 102 | 103 | 1240,0 104 | 105 | 106 | 107 | Research 108 | 109 | Yes 110 | 111 | 112 | 113 | Trash 114 | 115 | Yes 116 | 117 | 118 | 119 | Untitled 120 | 121 | Yes 122 | 0,0 123 | 124 | 125 | 0,0 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | Binder 134 | 135 | 136 | Search Results 137 | 138 | 139 | 140 | Label 141 | -1 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | Status 150 | -1 151 | 152 | No Status 153 | To Do 154 | First Draft 155 | Revised Draft 156 | Final Draft 157 | Done 158 | 159 | 160 | 161 | 0 162 | 0 163 | 164 | 165 | 166 | -------------------------------------------------------------------------------- /thesis.synctex.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tibra/ScrivenerToLaTeX/6acce31dcc4cb55520aa1b35607c0605059f0ada/thesis.synctex.gz -------------------------------------------------------------------------------- /thesis.tex: -------------------------------------------------------------------------------- 1 | \def\bibliocommand{\bibliography{literature.bib}} 2 | \def\bibliostyle{apacite} 3 | \def\myauthor{Tim Brandes} 4 | \input{my-thesis-input} 5 | \def\language{German} 6 | \def\format{complete} 7 | \chapter{Introduction} 8 | \label{introduction} 9 | 10 | The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words. Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words. If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages. The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental. To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is. The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words. Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. 11 | 12 | \pagebreak 13 | 14 | \chapter{About Languages} 15 | \label{aboutlanguages} 16 | 17 | Introduction to my About Languages chapter goes here so my sub-paragraph won't start without some intro text. 18 | 19 | \section{Uniform Grammar} 20 | \label{uniformgrammar} 21 | 22 | To achieve this, \citet{Mayer_2002} mentions it would be necessary to have uniform grammar, pronunciation and more common words. If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages. The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental. To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is. The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words. Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words. If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages. The new common language will be more simple and regular than the existing European languages. 23 | 24 | It will be as simple as Occidental; in fact, it will be Occidental. To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is. The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words. Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words. If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages. The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental. To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is. The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. 25 | 26 | \section{Further Thoughts} 27 | \label{furtherthoughts} 28 | 29 | The languages only differ in their grammar, their pronunciation and their most common words. Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words. If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages. The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental. To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is. The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words. Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words. 30 | 31 | If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages. The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental. To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is. The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words. Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words. If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages. The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental. 32 | 33 | To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is. The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words. Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words. If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages. The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental. To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is. The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words. 34 | 35 | \pagebreak 36 | 37 | \chapter{Translator Usage} 38 | \label{translatorusage} 39 | 40 | Here will be a short introduction for this chapters. Just a couple of sentences. Not a big deal. 41 | 42 | \section{Common Language} 43 | \label{commonlanguage} 44 | 45 | Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words. If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages. The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental. To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is. The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words. Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words. If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages. 46 | 47 | The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental. To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is. The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words. Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words. If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages. The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental. To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is. The European languages are members of the same family. Their separate existence is a myth. 48 | 49 | \section{Science, Music and Sports} 50 | \label{sciencemusicandsports} 51 | 52 | For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words. Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words. If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages. The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental. To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is. The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words. Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words. 53 | 54 | If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages. The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental. To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is. The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words. Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words. If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages. The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental. To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is. 55 | 56 | \section{The European Languages} 57 | \label{theeuropeanlanguages} 58 | 59 | The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words. Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words. If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages. The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental. To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is. The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words. Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. 60 | 61 | To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words. If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages. The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental. To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is. The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words. Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words. If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages. The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental. 62 | 63 | \input{my-thesis-footer} 64 | 65 | \end{document} 66 | -------------------------------------------------------------------------------- /thesis.toc: -------------------------------------------------------------------------------- 1 | \contentsline {chapter}{\numberline {1}Introduction}{1}{chapter.1} 2 | \contentsline {chapter}{\numberline {2}About Languages}{2}{chapter.2} 3 | \contentsline {section}{\numberline {2.1}Uniform Grammar}{2}{section.2.1} 4 | \contentsline {section}{\numberline {2.2}Further Thoughts}{3}{section.2.2} 5 | \contentsline {chapter}{\numberline {3}Translator Usage}{6}{chapter.3} 6 | \contentsline {section}{\numberline {3.1}Common Language}{6}{section.3.1} 7 | \contentsline {section}{\numberline {3.2}Science, Music and Sports}{7}{section.3.2} 8 | \contentsline {section}{\numberline {3.3}The European Languages}{8}{section.3.3} 9 | \contentsline {chapter}{\numberline {A}References}{10}{appendix.A} 10 | --------------------------------------------------------------------------------