• R/O
  • SSH
  • HTTPS

pythonjp: Commit


Commit MetaInfo

Révision711 (tree)
l'heure2010-12-05 17:48:19
Auteuromoikane

Message de Log

LaTeX 用の設定を編集.

Change Summary

Modification

--- Doc/trunk/conf.py (revision 710)
+++ Doc/trunk/conf.py (revision 711)
@@ -130,7 +130,7 @@
130130 latex_paper_size = 'a4'
131131
132132 # The font size ('10pt', '11pt' or '12pt').
133-latex_font_size = '10pt'
133+latex_font_size = '12pt'
134134
135135 # todo: translate commented topics.
136136 # Grouping the document tree into LaTeX files. List of tuples
@@ -137,26 +137,26 @@
137137 # (source start file, target name, title, author, document class [howto/manual]).
138138 _stdauthor = r'Guido van Rossum\\Fred L. Drake, Jr., editor'
139139 latex_documents = [
140- # ('c-api/index', 'c-api.tex',
141- # 'The Python/C API', _stdauthor, 'manual'),
142- # ('distutils/index', 'distutils.tex',
143- # 'Distributing Python Modules', _stdauthor, 'manual'),
140+ ('c-api/index', 'c-api.tex',
141+ 'The Python/C API', _stdauthor, 'manual'),
142+ ('distutils/index', 'distutils.tex',
143+ 'Distributing Python Modules', _stdauthor, 'manual'),
144144 ('documenting/index', 'documenting.tex',
145145 'Documenting Python', 'Georg Brandl', 'manual'),
146- # ('extending/index', 'extending.tex',
147- # 'Extending and Embedding Python', _stdauthor, 'manual'),
148- # ('install/index', 'install.tex',
149- # 'Installing Python Modules', _stdauthor, 'manual'),
146+ ('extending/index', 'extending.tex',
147+ 'Extending and Embedding Python', _stdauthor, 'manual'),
148+ ('install/index', 'install.tex',
149+ 'Installing Python Modules', _stdauthor, 'manual'),
150150 ('library/index', 'library.tex',
151151 'The Python Library Reference', _stdauthor, 'manual'),
152- # ('reference/index', 'reference.tex',
153- # 'The Python Language Reference', _stdauthor, 'manual'),
152+ ('reference/index', 'reference.tex',
153+ 'The Python Language Reference', _stdauthor, 'manual'),
154154 ('tutorial/index', 'tutorial.tex',
155155 'Python Tutorial', _stdauthor, 'manual'),
156- # ('using/index', 'using.tex',
157- # 'Using Python', _stdauthor, 'manual'),
158- # ('whatsnew/' + version, 'whatsnew.tex',
159- # 'What\'s New in Python', 'A. M. Kuchling', 'howto'),
156+ ('using/index', 'using.tex',
157+ 'Using Python', _stdauthor, 'manual'),
158+ ('whatsnew/' + version, 'whatsnew.tex',
159+ 'What\'s New in Python', 'A. M. Kuchling', 'howto'),
160160 ]
161161
162162 # todo: translate howtos
@@ -177,6 +177,13 @@
177177 # Documents to append as an appendix to all manuals.
178178 latex_appendices = ['glossary', 'about', 'license', 'copyright']
179179
180+latex_docclass = {'manual': 'jreport'}
181+latex_elements = {
182+ 'papersize': 'a4paper',
183+ 'pointsize': '12pt',
184+ 'classoptins': ',dvipdfm',
185+ }
186+
180187 # Options for the coverage checker
181188 # --------------------------------
182189
Afficher sur ancien navigateur de dépôt.