Now it's OK, but still some details to be fixed
This commit is contained in:
parent
c8c12f6d68
commit
9e1fed7577
@ -64,7 +64,7 @@ language = 'zh_CN'
|
|||||||
# non-false value, then it is used:
|
# non-false value, then it is used:
|
||||||
#today = ''
|
#today = ''
|
||||||
# Else, today_fmt is used as the format for a strftime call.
|
# Else, today_fmt is used as the format for a strftime call.
|
||||||
#today_fmt = '%B %d, %Y'
|
#today_fmt = '%Y-%m-%d'
|
||||||
|
|
||||||
# List of patterns, relative to source directory, that match files and
|
# List of patterns, relative to source directory, that match files and
|
||||||
# directories to ignore when looking for source files.
|
# directories to ignore when looking for source files.
|
||||||
@ -200,14 +200,17 @@ latex_elements = {
|
|||||||
\XeTeXlinebreakskip = 0pt plus 1pt
|
\XeTeXlinebreakskip = 0pt plus 1pt
|
||||||
\setcounter{tocdepth}{3}
|
\setcounter{tocdepth}{3}
|
||||||
''',
|
''',
|
||||||
|
'releasename' : 'By SeisMan@GitHub',
|
||||||
|
'release' : '',
|
||||||
}
|
}
|
||||||
|
|
||||||
# Grouping the document tree into LaTeX files. List of tuples
|
# Grouping the document tree into LaTeX files. List of tuples
|
||||||
# (source start file, target name, title,
|
# (source start file, target name, title,
|
||||||
# author, documentclass [howto, manual, or own class]).
|
# author, documentclass [howto, manual, or own class]).
|
||||||
latex_documents = [
|
latex_documents = [
|
||||||
('index', 'Makefile.tex', u'跟我一起写Makefile',
|
('index', 'Makefile.tex',
|
||||||
u'陈皓', 'manual', True),
|
u'跟我一起写Makefile (PDF重制版)',
|
||||||
|
u'作者: 陈皓', 'manual', True),
|
||||||
]
|
]
|
||||||
|
|
||||||
# The name of an image file (relative to this directory) to place at the top of
|
# The name of an image file (relative to this directory) to place at the top of
|
||||||
|
Loading…
x
Reference in New Issue
Block a user