You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Subject: when 'pointsize' is used, the paper dimensions get wrong with 'manual' class.
Test file (I picked up some random Japanese text...)
Welcome to FOO's documentation!
===============================
.. toctree::
:maxdepth: 2
CHAPTER 1
---------
A
TeXが未定義の命令名を発見しました.おそらく入力の誤りでしょう.もしこ
のエラーがLaTeX命令の処理中に生じた場合は,その命令は間違った位置に置か
れています.例えば,リスト環境の中でないのに\item命令が使われた場合など
です.また,``\documentclass`` 命令がない場合にもこのエラーが生じます.
CHAPTER 2
---------
B
with
latex_elements = {
# The paper size ('letterpaper' or 'a4paper').
#
# 'papersize': 'letterpaper',
# The font size ('10pt', '11pt' or '12pt').
#
'pointsize': '21pt',
}
and 'manual' docclass and 'ja' language.
Problem
The output is bad:
The page dimensions are much bigger than the expected letterpaper.
Explanation of the problem
This is due to incompatibility of jsbook document class with geometry package if no special measures are taken.
Expected result
Something like:
In this screen shot, Adobe Reader said page dimensions are those of US letter, as expected.
Environment info
Sphinx version: 1.5.2
TeX version: TeXLive 2016, more or less up-to-date.
…se documents
- make text width integer multiple of zenkaku width
- fix incompatibility of ``geometry`` package with ``jsbook`` LaTeX
class (``'manual'`` docclass)
- fix issue with shortened text area height in ``'manual'`` docclass
Subject: when
'pointsize'
is used, the paper dimensions get wrong with'manual'
class.Test file (I picked up some random Japanese text...)
with
and
'manual'
docclass and'ja'
language.Problem
The page dimensions are much bigger than the expected letterpaper.
Explanation of the problem
This is due to incompatibility of
jsbook
document class withgeometry
package if no special measures are taken.Expected result
Something like:
In this screen shot, Adobe Reader said page dimensions are those of US letter, as expected.
Environment info
This will be fixed at #3387
Related: #3356
The text was updated successfully, but these errors were encountered: