はじめまして、よろしくお願いします。
\addcontentsline{toc}{家系図}
で目次を追加したのですがページ数が変更できません。奥村晴彦先生の美文書作成で勉強していますが、よく分かりません。
教えていただけますか。
申し訳ありません。ちゃんと投稿すればよかったのですが
ファイル名 a5mybook1.texです。
\documentclass[a5j]{jbook}
\pagestyle{headings}
\evensidemargin=5zw %偶数ページの左余白
\oddsidemargin=5zw %奇数ページの左余白
\setlength{\textwidth}{40zw}
\setlength{\textheight}{45\baselineskip}
\usepackage{okumacro}
\begin{document}
\tableofcontents
\input{zas15jbs}
\input{zas36jbs}
\addcontentsline{toc}{section}{家系図}
\end{document}
家系図は縦組モードですので、別のdviファイルです。
それで、目次に家系図のページ数を記入するために、
\addcontentsline{toc}{section}{家系図}と追加
しました。とこらが、\input{zas36jbs}の最後の
ページ数が13ページで、家系図は14ページにしたい
のですが、13ページと表示されます。これを14ページ
と表示するにはどうしたら良いのでしょうか。
ファイル名 a5mybook1.texです。
\documentclass[a5j]{jbook}
\pagestyle{headings}
\evensidemargin=5zw %偶数ページの左余白
\oddsidemargin=5zw %奇数ページの左余白
\setlength{\textwidth}{40zw}
\setlength{\textheight}{45\baselineskip}
\usepackage{okumacro}
\begin{document}
\tableofcontents
\input{zas15jbs}
\input{zas36jbs}
\addcontentsline{toc}{section}{家系図}
\end{document}
家系図は縦組モードですので、別のdviファイルです。
それで、目次に家系図のページ数を記入するために、
\addcontentsline{toc}{section}{家系図}と追加
しました。とこらが、\input{zas36jbs}の最後の
ページ数が13ページで、家系図は14ページにしたい
のですが、13ページと表示されます。これを14ページ
と表示するにはどうしたら良いのでしょうか。
初心者の老人の手習いなので、texの使用頻度が低く
費用対効果の関係で、古い本を引っ張りだして頑張っています。
質問の仕方が悪かったのですが、下記の処理の仕方を知りたいのです。
\documentclass[a5j]{jbook}
\pagestyle{headings}
\evensidemargin=5zw %偶数ページの左余白
\oddsidemargin=5zw %奇数ページの左余白
\setlength{\textwidth}{40zw}
\setlength{\textheight}{45\baselineskip}
\usepackage{okumacro}
\begin{document}
\tableofcontents
\input{zas15jbs}
\input{zas36jbs}
\addcontentsline{toc}{section}{家系図}
\end{document}
platex a5mybook1.texとdviファイル作成
上記のプログラムは自分誌の作成ですが、家系図が
縦組みなので、目次に家系図のページ数を書き込んで
印刷、家系図のdviファイルは別印刷で差し替えて印刷
している。これを下記のように処理できないのでしょうか。
\documentclass[a5j]{jbook}
\pagestyle{headings}
\evensidemargin=5zw %偶数ページの左余白
\oddsidemargin=5zw %奇数ページの左余白
\setlength{\textwidth}{40zw}
\setlength{\textheight}{45\baselineskip}
\usepackage{okumacro}
\begin{document}
\tableofcontents
\input{zas15jbs}
\input{zas36jbs}
\input{家系図}
\end{document}
縦組みモードの家系図ファイルを\input{家系図}のように
一気にdviファイルに変換できたら作業が楽なので、方法は
ないでしょうか。?
費用対効果の関係で、古い本を引っ張りだして頑張っています。
質問の仕方が悪かったのですが、下記の処理の仕方を知りたいのです。
\documentclass[a5j]{jbook}
\pagestyle{headings}
\evensidemargin=5zw %偶数ページの左余白
\oddsidemargin=5zw %奇数ページの左余白
\setlength{\textwidth}{40zw}
\setlength{\textheight}{45\baselineskip}
\usepackage{okumacro}
\begin{document}
\tableofcontents
\input{zas15jbs}
\input{zas36jbs}
\addcontentsline{toc}{section}{家系図}
\end{document}
platex a5mybook1.texとdviファイル作成
上記のプログラムは自分誌の作成ですが、家系図が
縦組みなので、目次に家系図のページ数を書き込んで
印刷、家系図のdviファイルは別印刷で差し替えて印刷
している。これを下記のように処理できないのでしょうか。
\documentclass[a5j]{jbook}
\pagestyle{headings}
\evensidemargin=5zw %偶数ページの左余白
\oddsidemargin=5zw %奇数ページの左余白
\setlength{\textwidth}{40zw}
\setlength{\textheight}{45\baselineskip}
\usepackage{okumacro}
\begin{document}
\tableofcontents
\input{zas15jbs}
\input{zas36jbs}
\input{家系図}
\end{document}
縦組みモードの家系図ファイルを\input{家系図}のように
一気にdviファイルに変換できたら作業が楽なので、方法は
ないでしょうか。?
前の書き込みでヒントは書いたのですが・・・(^_^;)
次のようにして試してみてください。
\documentclass[b5j]{jbook}%% 横組みのクラスファイル
\usepackage{plext}%% 縦組みも使えるように pLaTeX 標準のスタイルファイルを読み込む
\begin{document}
ここは横組です。
\clearpage
\begin{minipage}<t>{\textheight}
%% 中は縦組みモード
%% ここの中に「家系図」の中身を記述する。
%% または↓
\input{家系図}
\end{minipage}
ここも横組みです。
\end{document}
もしかしたら「家系図」の組みが崩れるかもしれません。
他には「家系図」の dvi ファイルを pdf等に変換して図として取り込む方法もあると思います。
次のようにして試してみてください。
\documentclass[b5j]{jbook}%% 横組みのクラスファイル
\usepackage{plext}%% 縦組みも使えるように pLaTeX 標準のスタイルファイルを読み込む
\begin{document}
ここは横組です。
\clearpage
\begin{minipage}<t>{\textheight}
%% 中は縦組みモード
%% ここの中に「家系図」の中身を記述する。
%% または↓
\input{家系図}
\end{minipage}
ここも横組みです。
\end{document}
もしかしたら「家系図」の組みが崩れるかもしれません。
他には「家系図」の dvi ファイルを pdf等に変換して図として取り込む方法もあると思います。
dvipdfmx で pdf ファイルを作成しています。
本は古いですが、バージョンは
pTeX 3.141592-p3.1.10 (sjis) (Web2C 7.5.4)
kpathsea version 3.5.6
ptexenc version 0.997
Copyright (C) 1997-2004 D.E. Knuth.
Kpathsea is copyright (C) 1997-2004 Free Software Foundation, Inc.
There is NO warranty. Redistribution of this software is
covered by the terms of both the pTeX copyright and
the GNU General Public License.
For more information about these matters, see the files
named COPYING and the pTeX source.
Primary author of TeX: D.E. Knuth.
Kpathsea written by Karl Berry and others.
です。
TONEさんの投稿を参考に
\documentclass[a5j]{jbook}
\pagestyle{headings}
\evensidemargin=5zw %偶数ページの左余白
\oddsidemargin=5zw %奇数ページの左余白
\setlength{\textwidth}{40zw}
\setlength{\textheight}{45\baselineskip}
\usepackage{okumacro}
\usepackage{plext}
\begin{document}
\tableofcontents
\input{zas15jbs}
\input{zas36jbs}
\newpage %
\addcontentsline{toc}{section}{家系図}
\mbox{} %
\begin{minipage}{\textheight}
\input{kakeizu1}
\end{minipage}
\end{document}
platex a5mybook1.texで
下記のエラーになります。
This is pTeX, Version 3.141592-p3.1.10 (sjis) (Web2C 7.5.4)
(./a5mybook1.tex
pLaTeX2e <2006/11/10>+0 (based on LaTeX2e <2003/12/01> patch level 0)
(/usr/local/teTeX/share/texmf/ptex/platex/base/jbook.cls
Document Class: jbook 2006/06/27 v1.6 Standard pLaTeX class
(/usr/local/teTeX/share/texmf/ptex/platex/base/jbk10.clo))
(/usr/local/teTeX/share/texmf/ptex/platex/jsclasses/okumacro.sty)
(/usr/local/teTeX/share/texmf/ptex/platex/base/plext.sty) (./a5mybook1.aux)
(./a5mybook1.toc) (./zas15jbs.tex [1] [2]
第 1 章
[3] [4] [5]) (./zas36jbs.tex [6] [7] [8]
第 2 章
[9] [10] [11] [12]) [13] (./kakeizu1.tex
! LaTeX Error: Can be used only in preamble.
See the LaTeX manual or LaTeX Companion for explanation.
Type H for immediate help.
...
l.1 \documentclass
[a5j]{tarticle}
pdfファイルの挿入も修行中です。
本は古いですが、バージョンは
pTeX 3.141592-p3.1.10 (sjis) (Web2C 7.5.4)
kpathsea version 3.5.6
ptexenc version 0.997
Copyright (C) 1997-2004 D.E. Knuth.
Kpathsea is copyright (C) 1997-2004 Free Software Foundation, Inc.
There is NO warranty. Redistribution of this software is
covered by the terms of both the pTeX copyright and
the GNU General Public License.
For more information about these matters, see the files
named COPYING and the pTeX source.
Primary author of TeX: D.E. Knuth.
Kpathsea written by Karl Berry and others.
です。
TONEさんの投稿を参考に
\documentclass[a5j]{jbook}
\pagestyle{headings}
\evensidemargin=5zw %偶数ページの左余白
\oddsidemargin=5zw %奇数ページの左余白
\setlength{\textwidth}{40zw}
\setlength{\textheight}{45\baselineskip}
\usepackage{okumacro}
\usepackage{plext}
\begin{document}
\tableofcontents
\input{zas15jbs}
\input{zas36jbs}
\newpage %
\addcontentsline{toc}{section}{家系図}
\mbox{} %
\begin{minipage}{\textheight}
\input{kakeizu1}
\end{minipage}
\end{document}
platex a5mybook1.texで
下記のエラーになります。
This is pTeX, Version 3.141592-p3.1.10 (sjis) (Web2C 7.5.4)
(./a5mybook1.tex
pLaTeX2e <2006/11/10>+0 (based on LaTeX2e <2003/12/01> patch level 0)
(/usr/local/teTeX/share/texmf/ptex/platex/base/jbook.cls
Document Class: jbook 2006/06/27 v1.6 Standard pLaTeX class
(/usr/local/teTeX/share/texmf/ptex/platex/base/jbk10.clo))
(/usr/local/teTeX/share/texmf/ptex/platex/jsclasses/okumacro.sty)
(/usr/local/teTeX/share/texmf/ptex/platex/base/plext.sty) (./a5mybook1.aux)
(./a5mybook1.toc) (./zas15jbs.tex [1] [2]
第 1 章
[3] [4] [5]) (./zas36jbs.tex [6] [7] [8]
第 2 章
[9] [10] [11] [12]) [13] (./kakeizu1.tex
! LaTeX Error: Can be used only in preamble.
See the LaTeX manual or LaTeX Companion for explanation.
Type H for immediate help.
...
l.1 \documentclass
[a5j]{tarticle}
pdfファイルの挿入も修行中です。
振り出しに戻って私のやりたかったことは
縦組と横組のtexで作ったプログラムをadobe reader Xで
一回で印刷できないかです。
私の環境も記述しておきます。
FMV-BIBLO LOOX M/G20、windows 7、cygwin、win emacs、adobe reader X
ワードパットです。win emacsは日本語環境の使いかってが悪いし
ワードパッとは文字化けするので、nkf -s で漢字コード変換
作業はとても軽快に行えるのですが、以下で困っています。
(1)目次を綺麗に印刷できれば、本文の最後に参考資料の印刷が
ページ数の印刷で構成がおかしくなり
(2)参考資料の構成がうまくいけば、目次が印刷できない。
故に、奥村先生のご教授の目次と本文を綺麗に印刷、参考資料は
別に印刷して、製本の段で差し替えて製本する。です。
縦組と横組のtexで作ったプログラムをadobe reader Xで
一回で印刷できないかです。
私の環境も記述しておきます。
FMV-BIBLO LOOX M/G20、windows 7、cygwin、win emacs、adobe reader X
ワードパットです。win emacsは日本語環境の使いかってが悪いし
ワードパッとは文字化けするので、nkf -s で漢字コード変換
作業はとても軽快に行えるのですが、以下で困っています。
(1)目次を綺麗に印刷できれば、本文の最後に参考資料の印刷が
ページ数の印刷で構成がおかしくなり
(2)参考資料の構成がうまくいけば、目次が印刷できない。
故に、奥村先生のご教授の目次と本文を綺麗に印刷、参考資料は
別に印刷して、製本の段で差し替えて製本する。です。