yatex
changeset 126:91bf68eeefe8 dev
Add documentation for latex+p(D)f and YaTeX-dvipdf-command.
author | yuuji@gentei.org |
---|---|
date | Thu, 27 May 2010 10:34:34 +0900 |
parents | 40b29f7ba3e2 |
children | 39548ee6e881 |
files | docs/yatexe docs/yatexe.tex docs/yatexj docs/yatexj.tex |
diffstat | 4 files changed, 142 insertions(+), 112 deletions(-) [+] |
line diff
1.1 --- a/docs/yatexe Thu May 27 10:27:21 2010 +0900 1.2 +++ b/docs/yatexe Thu May 27 10:34:34 2010 +0900 1.3 @@ -125,6 +125,10 @@ 1.4 ... kill current typesetting process 1.5 `[prefix] t b' 1.6 ... invoke bibtex 1.7 +`[prefix] t i' 1.8 + ... invoke makeindex 1.9 +`[prefix] t d' 1.10 + ... invoke latex && dvipdfmx 1.11 `[prefix] t p' 1.12 ... preview 1.13 `[prefix] t l' 1.14 @@ -1403,6 +1407,9 @@ 1.15 -- Variable: makeindex-command 1.16 Default makeindex command (`"makeindex"' (`"makeind"' on MS-DOS)) 1.17 1.18 + -- Variable: YaTeX-dvipdf-command 1.19 + Default command name to convert .dvi to PDF (`"dvipdfmx"') 1.20 + 1.21 -- Variable: YaTeX-need-nonstop 1.22 Put `\nonstopmode{}' or not (`nil') 1.23 1.24 @@ -2077,61 +2084,61 @@ 1.25 Node: Main features1865 1.26 Node: Installation3456 1.27 Node: Typesetting4232 1.28 -Node: Calling typesetter5061 1.29 -Node: Calling previewer6406 1.30 -Node: Printing out6766 1.31 -Node: %#notation7057 1.32 -Node: Changing typesetter7432 1.33 -Node: Splitting input files7795 1.34 -Node: Static region for typesetting9222 1.35 -Node: Lpr format10350 1.36 -Node: Editing %# notation11406 1.37 -Node: Completion11924 1.38 -Node: Begin-type completion12483 1.39 -Node: Section-type completion15526 1.40 -Node: view-sectioning17960 1.41 -Node: Large-type completion19539 1.42 -Node: Maketitle-type completion20269 1.43 -Node: Arbitrary completion20820 1.44 -Node: End completion21209 1.45 -Node: Accent completion21678 1.46 -Node: Image completion22294 1.47 -Node: Greek letters completion24550 1.48 -Node: Local dictionaries25276 1.49 -Node: Commenting out26212 1.50 -Node: Cursor jump27670 1.51 -Node: Jump to corresponding object27981 1.52 -Node: Invoking image processor29381 1.53 -Node: Jump to main file30723 1.54 -Node: Jumping around the environment31087 1.55 -Node: Jumping to last completion position31504 1.56 -Node: Changing and Deleting32012 1.57 -Node: Changing LaTeX commands32403 1.58 -Node: Killing LaTeX commands33579 1.59 -Node: Filling34763 1.60 -Node: Updation of includeonly36613 1.61 -Node: What column37409 1.62 -Node: Intelligent newline38493 1.63 -Node: Usepackage checker40153 1.64 -Node: Online help40743 1.65 -Node: Browsing file hierarchy42417 1.66 -Node: Cooperation with other packages44153 1.67 -Node: Customizations44857 1.68 -Node: Lisp variables45190 1.69 -Node: All customizable variables46193 1.70 -Node: Sample definitions55976 1.71 -Node: Hook variables56488 1.72 -Node: Hook file57191 1.73 -Node: Add-in functions57529 1.74 -Node: How the add-in function works58388 1.75 -Node: Defining option-add-in60586 1.76 -Node: Defining argument-add-in61307 1.77 -Node: Defining enclosing-add-in62188 1.78 -Node: How the function is called63041 1.79 -Node: Useful functions for creating add-in63716 1.80 -Node: Contribution65120 1.81 -Node: Add-in generator65393 1.82 -Node: Etcetera70786 1.83 -Node: Copying71390 1.84 +Node: Calling typesetter5167 1.85 +Node: Calling previewer6512 1.86 +Node: Printing out6872 1.87 +Node: %#notation7163 1.88 +Node: Changing typesetter7538 1.89 +Node: Splitting input files7901 1.90 +Node: Static region for typesetting9328 1.91 +Node: Lpr format10456 1.92 +Node: Editing %# notation11512 1.93 +Node: Completion12030 1.94 +Node: Begin-type completion12589 1.95 +Node: Section-type completion15632 1.96 +Node: view-sectioning18066 1.97 +Node: Large-type completion19645 1.98 +Node: Maketitle-type completion20375 1.99 +Node: Arbitrary completion20926 1.100 +Node: End completion21315 1.101 +Node: Accent completion21784 1.102 +Node: Image completion22400 1.103 +Node: Greek letters completion24656 1.104 +Node: Local dictionaries25382 1.105 +Node: Commenting out26318 1.106 +Node: Cursor jump27776 1.107 +Node: Jump to corresponding object28087 1.108 +Node: Invoking image processor29487 1.109 +Node: Jump to main file30829 1.110 +Node: Jumping around the environment31193 1.111 +Node: Jumping to last completion position31610 1.112 +Node: Changing and Deleting32118 1.113 +Node: Changing LaTeX commands32509 1.114 +Node: Killing LaTeX commands33685 1.115 +Node: Filling34869 1.116 +Node: Updation of includeonly36719 1.117 +Node: What column37515 1.118 +Node: Intelligent newline38599 1.119 +Node: Usepackage checker40259 1.120 +Node: Online help40849 1.121 +Node: Browsing file hierarchy42523 1.122 +Node: Cooperation with other packages44259 1.123 +Node: Customizations44963 1.124 +Node: Lisp variables45296 1.125 +Node: All customizable variables46299 1.126 +Node: Sample definitions56182 1.127 +Node: Hook variables56694 1.128 +Node: Hook file57397 1.129 +Node: Add-in functions57735 1.130 +Node: How the add-in function works58594 1.131 +Node: Defining option-add-in60792 1.132 +Node: Defining argument-add-in61513 1.133 +Node: Defining enclosing-add-in62394 1.134 +Node: How the function is called63247 1.135 +Node: Useful functions for creating add-in63922 1.136 +Node: Contribution65326 1.137 +Node: Add-in generator65599 1.138 +Node: Etcetera70992 1.139 +Node: Copying71596 1.140 1.141 End tag table
2.1 --- a/docs/yatexe.tex Thu May 27 10:27:21 2010 +0900 2.2 +++ b/docs/yatexe.tex Thu May 27 10:34:34 2010 +0900 2.3 @@ -5,7 +5,7 @@ 2.4 2.5 @iftex 2.6 @c @syncodeindex fn cp 2.7 -@c Last modified Fri Nov 20 07:20:18 2009 on firestorm 2.8 +@c Last modified Thu May 27 10:33:22 2010 on firestorm 2.9 @syncodeindex vr cp 2.10 @end iftex 2.11 2.12 @@ -149,6 +149,10 @@ 2.13 @dots{} kill current typesetting process 2.14 @item [prefix] t b 2.15 @dots{} invoke bibtex 2.16 +@item [prefix] t i 2.17 + @dots{} invoke makeindex 2.18 +@item [prefix] t d 2.19 + @dots{} invoke latex && dvipdfmx 2.20 @item [prefix] t p 2.21 @dots{} preview 2.22 @item [prefix] t l 2.23 @@ -1638,6 +1642,10 @@ 2.24 Default makeindex command (@code{"makeindex"} (@code{"makeind"} on MS-DOS)) 2.25 @end defvar 2.26 2.27 +@defvar YaTeX-dvipdf-command 2.28 +Default command name to convert .dvi to PDF (@code{"dvipdfmx"}) 2.29 +@end defvar 2.30 + 2.31 @defvar YaTeX-need-nonstop 2.32 Put @code{\nonstopmode@{@}} or not (@code{nil}) 2.33 @end defvar
3.1 --- a/docs/yatexj Thu May 27 10:27:21 2010 +0900 3.2 +++ b/docs/yatexj Thu May 27 10:34:34 2010 +0900 3.3 @@ -189,6 +189,10 @@ 3.4 ... $BF0:nCf$N%?%$%W%;%C%?$NDd;_(B 3.5 `[prefix] t b' 3.6 ... jbibtex$B5/F0(B 3.7 +`[prefix] t i' 3.8 + ... makeindex$B5/F0(B 3.9 +`[prefix] t d' 3.10 + ... $B%?%$%W%;%C%?$H(Bdvipdfmx$B5/F0(B 3.11 `[prefix] t p' 3.12 ... $B%W%l%t%e!<%"5/F0(B 3.13 `[prefix] t l' 3.14 @@ -1551,6 +1555,9 @@ 3.15 -- Variable: makeindex-command 3.16 makeindex$B%3%^%s%I(B (`"makeindex"' (MS-DOS$B$G$O(B`"makeind"')) 3.17 3.18 + -- Variable: YaTeX-dvipdf-command 3.19 + dvi$B$r(BPDF$B$KJQ49$9$k%3%^%s%I(B (`"dvipdfmx"') 3.20 + 3.21 -- Variable: YaTeX-need-nonstop 3.22 `\nonstopmode{}'$B$r<+F0E*$KIU2C$9$k$+(B (`nil') 3.23 3.24 @@ -1995,59 +2002,59 @@ 3.25 Node: Main features3186 3.26 Node: Installation5035 3.27 Node: Invocation7121 3.28 -Node: Calling typesetter8100 3.29 -Node: Calling previewer10257 3.30 -Node: Print out10854 3.31 -Node: %#notation11299 3.32 -Node: Changing typesetter11866 3.33 -Node: Splitting input files12255 3.34 -Node: Fix region for typesetting14160 3.35 -Node: lpr format15905 3.36 -Node: Editing %# notation17305 3.37 -Node: Completion18057 3.38 -Node: begin$B7?Jd40(B18701 3.39 -Node: section$B7?Jd40(B22831 3.40 -Node: 2$B8D0J>e$N0z?t$r$H$k(B section$B7?%3%^%s%I(B24617 3.41 -Node: Enclose section-type command26115 3.42 -Node: Recursive completion26515 3.43 -Node: view-sectioning27067 3.44 -Node: label-generation29528 3.45 -Node: large$B7?Jd40(B30273 3.46 -Node: maketitle$B7?Jd40(B31400 3.47 -Node: Arbitrary completion31882 3.48 -Node: end$BJd40(B32488 3.49 -Node: Accent mark completion33125 3.50 -Node: Image completion33856 3.51 -Node: Greek letter completion37390 3.52 -Node: Local dictionary38385 3.53 -Node: Commenting out39625 3.54 -Node: Cursor jump41857 3.55 -Node: $BBP1~%*%V%8%'%/%H$X$N%8%c%s%W(B42231 3.56 -Node: $B$*3(IA$-%D!<%k5/F0(B44128 3.57 -Node: $B%a%$%s%U%!%$%k$X$N%8%c%s%W(B46093 3.58 -Node: $B4D6-$rC10L$H$7$?%8%c%s%W(B46762 3.59 -Node: $B:G8e$NJd400LCV$X$N%8%c%s%W(B47426 3.60 -Node: Modifying/Deleting47904 3.61 -Node: Changing LaTeX command48558 3.62 -Node: Killing LaTeX command49574 3.63 -Node: Filling51007 3.64 -Node: Includeonly53476 3.65 -Node: What column54565 3.66 -Node: Intelligent newline55914 3.67 -Node: Usepackage cheker57849 3.68 -Node: Changing mode of YaTeX58630 3.69 -Node: Online help59777 3.70 -Node: Inclusion hierarchy browser61920 3.71 -Node: Cooperation with other packages64375 3.72 -Node: Customizations65133 3.73 -Node: Lisp variables65619 3.74 -Node: All customizable variables66653 3.75 -Node: Sample definitions77689 3.76 -Node: Hook variables78268 3.77 -Node: Hook file79628 3.78 -Node: Add-in functions79963 3.79 -Node: Etc80381 3.80 -Node: Copying81022 3.81 -Node: Concept Index82467 3.82 +Node: Calling typesetter8216 3.83 +Node: Calling previewer10373 3.84 +Node: Print out10970 3.85 +Node: %#notation11415 3.86 +Node: Changing typesetter11982 3.87 +Node: Splitting input files12371 3.88 +Node: Fix region for typesetting14276 3.89 +Node: lpr format16021 3.90 +Node: Editing %# notation17421 3.91 +Node: Completion18173 3.92 +Node: begin$B7?Jd40(B18817 3.93 +Node: section$B7?Jd40(B22947 3.94 +Node: 2$B8D0J>e$N0z?t$r$H$k(B section$B7?%3%^%s%I(B24733 3.95 +Node: Enclose section-type command26231 3.96 +Node: Recursive completion26631 3.97 +Node: view-sectioning27183 3.98 +Node: label-generation29644 3.99 +Node: large$B7?Jd40(B30389 3.100 +Node: maketitle$B7?Jd40(B31516 3.101 +Node: Arbitrary completion31998 3.102 +Node: end$BJd40(B32604 3.103 +Node: Accent mark completion33241 3.104 +Node: Image completion33972 3.105 +Node: Greek letter completion37506 3.106 +Node: Local dictionary38501 3.107 +Node: Commenting out39741 3.108 +Node: Cursor jump41973 3.109 +Node: $BBP1~%*%V%8%'%/%H$X$N%8%c%s%W(B42347 3.110 +Node: $B$*3(IA$-%D!<%k5/F0(B44244 3.111 +Node: $B%a%$%s%U%!%$%k$X$N%8%c%s%W(B46209 3.112 +Node: $B4D6-$rC10L$H$7$?%8%c%s%W(B46878 3.113 +Node: $B:G8e$NJd400LCV$X$N%8%c%s%W(B47542 3.114 +Node: Modifying/Deleting48020 3.115 +Node: Changing LaTeX command48674 3.116 +Node: Killing LaTeX command49690 3.117 +Node: Filling51123 3.118 +Node: Includeonly53592 3.119 +Node: What column54681 3.120 +Node: Intelligent newline56030 3.121 +Node: Usepackage cheker57965 3.122 +Node: Changing mode of YaTeX58746 3.123 +Node: Online help59893 3.124 +Node: Inclusion hierarchy browser62036 3.125 +Node: Cooperation with other packages64491 3.126 +Node: Customizations65249 3.127 +Node: Lisp variables65735 3.128 +Node: All customizable variables66769 3.129 +Node: Sample definitions77898 3.130 +Node: Hook variables78477 3.131 +Node: Hook file79837 3.132 +Node: Add-in functions80172 3.133 +Node: Etc80590 3.134 +Node: Copying81231 3.135 +Node: Concept Index82676 3.136 3.137 End tag table
4.1 --- a/docs/yatexj.tex Thu May 27 10:27:21 2010 +0900 4.2 +++ b/docs/yatexj.tex Thu May 27 10:34:34 2010 +0900 4.3 @@ -10,7 +10,7 @@ 4.4 @c ノードいじったら C-l C-u C-n 全部のノード更新 C-l C-u C-e 4.5 @c メニュー増やしたら C-l C-u C-m 全部のメニュー更新 C-l C-u C-a 4.6 @c フォーマットするときは C-l C-e C-b 4.7 -@c Last modified Fri Nov 20 07:19:56 2009 on firestorm 4.8 +@c Last modified Thu May 27 10:32:20 2010 on firestorm 4.9 @syncodeindex vr cp 4.10 @end iftex 4.11 4.12 @@ -228,6 +228,10 @@ 4.13 @dots{} 動作中のタイプセッタの停止 4.14 @item [prefix] t b 4.15 @dots{} jbibtex起動 4.16 +@item [prefix] t i 4.17 + @dots{} makeindex起動 4.18 +@item [prefix] t d 4.19 + @dots{} タイプセッタとdvipdfmx起動 4.20 @item [prefix] t p 4.21 @dots{} プレヴューア起動 4.22 @item [prefix] t l 4.23 @@ -1851,6 +1855,10 @@ 4.24 makeindexコマンド (@code{"makeindex"} (MS-DOSでは@code{"makeind"})) 4.25 @end defvar 4.26 4.27 +@defvar YaTeX-dvipdf-command 4.28 +dviをPDFに変換するコマンド (@code{"dvipdfmx"}) 4.29 +@end defvar 4.30 + 4.31 @defvar YaTeX-need-nonstop 4.32 @code{\nonstopmode@{@}}を自動的に付加するか (@code{nil}) 4.33 @end defvar