Skip to content

Instantly share code, notes, and snippets.

@shirou
Created March 26, 2014 07:48
Show Gist options
  • Save shirou/9778468 to your computer and use it in GitHub Desktop.
Save shirou/9778468 to your computer and use it in GitHub Desktop.
SphinxでlatexpdfjaでPDFを生成するときの設定。 (試行錯誤中)
latex_elements = {
'pointsize': '11pt',
'papersize': 'a4paper',
'transition': '',
'extraclassoptions': ',openany,oneside',
'babel': '\\usepackage[japanese]{babel}',
}
latex_docclass = {'manual': 'jreport'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment