PDF配置完毕
This commit is contained in:
parent
b41f4db8dc
commit
c8c12f6d68
@ -185,7 +185,7 @@ htmlhelp_basename = 'Makefiledoc'
|
|||||||
|
|
||||||
latex_elements = {
|
latex_elements = {
|
||||||
# The paper size ('letterpaper' or 'a4paper').
|
# The paper size ('letterpaper' or 'a4paper').
|
||||||
#'papersize': 'letterpaper',
|
'papersize': 'a4paper',
|
||||||
|
|
||||||
# The font size ('10pt', '11pt' or '12pt').
|
# The font size ('10pt', '11pt' or '12pt').
|
||||||
#'pointsize': '10pt',
|
#'pointsize': '10pt',
|
||||||
@ -206,8 +206,8 @@ latex_elements = {
|
|||||||
# (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 Documentation',
|
('index', 'Makefile.tex', u'跟我一起写Makefile',
|
||||||
u'陈皓', 'manual'),
|
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
|
||||||
@ -236,7 +236,7 @@ latex_documents = [
|
|||||||
# One entry per manual page. List of tuples
|
# One entry per manual page. List of tuples
|
||||||
# (source start file, name, description, authors, manual section).
|
# (source start file, name, description, authors, manual section).
|
||||||
man_pages = [
|
man_pages = [
|
||||||
('index', 'makefile', u'跟我一起写Makefile Documentation',
|
('index', 'makefile', u'跟我一起写Makefile',
|
||||||
[u'陈皓'], 1)
|
[u'陈皓'], 1)
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -250,7 +250,7 @@ man_pages = [
|
|||||||
# (source start file, target name, title, author,
|
# (source start file, target name, title, author,
|
||||||
# dir menu entry, description, category)
|
# dir menu entry, description, category)
|
||||||
texinfo_documents = [
|
texinfo_documents = [
|
||||||
('index', 'Makefile', u'跟我一起写Makefile Documentation',
|
('index', 'Makefile', u'跟我一起写Makefile',
|
||||||
u'陈皓', 'Makefile', 'One line description of project.',
|
u'陈皓', 'Makefile', 'One line description of project.',
|
||||||
'Miscellaneous'),
|
'Miscellaneous'),
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user