Created
October 14, 2011 04:13
-
-
Save skurfuerst/1286225 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Grouping the document tree into LaTeX files. List of tuples | |
| # (source start file, target name, title, author, documentclass [howto/manual]). | |
| latex_documents = [ | |
| ('index', 'ExposingDomainModelsasLinkedData.tex', u'Exposing Domain Models as Linked Data', | |
| u'Sebastian Kurfürst', 'manual'), | |
| ] | |
| latex_elements = { | |
| 'papersize': 'a4paper', | |
| 'pointsize': '11pt', | |
| 'preamble': '\\usepackage[margin=3cm]{geometry}' | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment