X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=doc%2Flltjp-geometry.tex;h=f2064cb927a5c04fd32635e6987261dda3d9f9ba;hb=d177010c46e52e722b4752eded1ae4a6807953df;hp=23f32a91579e9120677720f85fa9c547bb071804;hpb=9af4f04e3123548ad4a1f4bada4177e09abeb285;p=luatex-ja%2Fluatexja.git diff --git a/doc/lltjp-geometry.tex b/doc/lltjp-geometry.tex index 23f32a9..f2064cb 100644 --- a/doc/lltjp-geometry.tex +++ b/doc/lltjp-geometry.tex @@ -33,7 +33,7 @@ \title{\textsf{lltjp-geometry}パッケージ} \author{\LuaTeX-jaプロジェクト% - \thanks{\url{http://sourceforge.jp/projects/luatex-ja/wiki/FrontPage}}} + \thanks{\url{http://osdn.jp/projects/luatex-ja/wiki/FrontPage}}} \begin{document} \maketitle @@ -46,7 +46,7 @@ \section{利用方法} \textsf{lltjp-geometry}パッケージは,\LuaTeX-jaに標準で含まれている. -本パッケージの動作には\href{http://www.ctan.org/pkg/ifluatex}{\textsf{ifluatex}}, +本パッケージの動作には\href{http://www.ctan.org/pkg/ifluatex}{\textsf{ifluatex}}, \href{http://www.ctan.org/pkg/filehook}{\textsf{filehook}}パッケージが必要である. \subsection{\LuaTeX-ja} @@ -84,6 +84,17 @@ \end{itemize} と変更している. +\subsection{widthとheight} +\cs{textwidth}が字送り方向の長さ(縦)を表すのと同様に, +\texttt{width}, \texttt{totalwidth}, \texttt{textwidth}キーの値も字送り方向を,また +\texttt{height}, \texttt{totalheight}, \texttt{textheight}キーの値も行送り方向(横)を表すようになっている. + +しかし,\emph{用紙サイズについては例外}であり,物理的な意味での幅・高さを表す. +\texttt{paperwidth}, \texttt{layoutwidth}はそれぞれ紙の横幅,レイアウトの横幅を, +\texttt{paperheight}, \texttt{layoutheight}はそれぞれ紙の高さ,レイアウトの高さを表している. + + + \subsection{傍注} 縦組の場合,傍注は本文の上下に配置される\footnote{% 二段組の場合は上下共に,一段組の場合は標準では下側だが, @@ -233,7 +244,7 @@ $5\,\textrm{pt} + 3.41666\,\textrm{pt}=8.41666\,\textrm{pt}$である.} と指定すると,実際には以下のように設定される. \begin{itemize} \item \cs{topskip} は \cs{tstrutbox} の高さ8.5\,ptに設定される. - \item 本文領域の「高さ」 \cs{textheight} は + \item 本文領域の「高さ」 \cs{textheight} は \[ \cs{topskip} + (30-1)\cs{baselineskip} = 530.5\,\textrm{pt}. \]