Skip to content

Instantly share code, notes, and snippets.

@skurfuerst
Created October 14, 2011 04:13
Show Gist options
  • Select an option

  • Save skurfuerst/1286225 to your computer and use it in GitHub Desktop.

Select an option

Save skurfuerst/1286225 to your computer and use it in GitHub Desktop.
# 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