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 wrap: on
line diff
--- a/docs/yatexe	Thu May 27 10:27:21 2010 +0900
+++ b/docs/yatexe	Thu May 27 10:34:34 2010 +0900
@@ -125,6 +125,10 @@
              ... kill current typesetting process
 `[prefix] t b'
              ... invoke bibtex
+`[prefix] t i'
+             ... invoke makeindex
+`[prefix] t d'
+             ... invoke latex && dvipdfmx
 `[prefix] t p'
              ... preview
 `[prefix] t l'
@@ -1403,6 +1407,9 @@
  -- Variable: makeindex-command
      Default makeindex command (`"makeindex"' (`"makeind"' on MS-DOS))
 
+ -- Variable: YaTeX-dvipdf-command
+     Default command name to convert .dvi to PDF (`"dvipdfmx"')
+
  -- Variable: YaTeX-need-nonstop
      Put `\nonstopmode{}' or not (`nil')
 
@@ -2077,61 +2084,61 @@
 Node: Main features1865
 Node: Installation3456
 Node: Typesetting4232
-Node: Calling typesetter5061
-Node: Calling previewer6406
-Node: Printing out6766
-Node: %#notation7057
-Node: Changing typesetter7432
-Node: Splitting input files7795
-Node: Static region for typesetting9222
-Node: Lpr format10350
-Node: Editing %# notation11406
-Node: Completion11924
-Node: Begin-type completion12483
-Node: Section-type completion15526
-Node: view-sectioning17960
-Node: Large-type completion19539
-Node: Maketitle-type completion20269
-Node: Arbitrary completion20820
-Node: End completion21209
-Node: Accent completion21678
-Node: Image completion22294
-Node: Greek letters completion24550
-Node: Local dictionaries25276
-Node: Commenting out26212
-Node: Cursor jump27670
-Node: Jump to corresponding object27981
-Node: Invoking image processor29381
-Node: Jump to main file30723
-Node: Jumping around the environment31087
-Node: Jumping to last completion position31504
-Node: Changing and Deleting32012
-Node: Changing LaTeX commands32403
-Node: Killing LaTeX commands33579
-Node: Filling34763
-Node: Updation of includeonly36613
-Node: What column37409
-Node: Intelligent newline38493
-Node: Usepackage checker40153
-Node: Online help40743
-Node: Browsing file hierarchy42417
-Node: Cooperation with other packages44153
-Node: Customizations44857
-Node: Lisp variables45190
-Node: All customizable variables46193
-Node: Sample definitions55976
-Node: Hook variables56488
-Node: Hook file57191
-Node: Add-in functions57529
-Node: How the add-in function works58388
-Node: Defining option-add-in60586
-Node: Defining argument-add-in61307
-Node: Defining enclosing-add-in62188
-Node: How the function is called63041
-Node: Useful functions for creating add-in63716
-Node: Contribution65120
-Node: Add-in generator65393
-Node: Etcetera70786
-Node: Copying71390
+Node: Calling typesetter5167
+Node: Calling previewer6512
+Node: Printing out6872
+Node: %#notation7163
+Node: Changing typesetter7538
+Node: Splitting input files7901
+Node: Static region for typesetting9328
+Node: Lpr format10456
+Node: Editing %# notation11512
+Node: Completion12030
+Node: Begin-type completion12589
+Node: Section-type completion15632
+Node: view-sectioning18066
+Node: Large-type completion19645
+Node: Maketitle-type completion20375
+Node: Arbitrary completion20926
+Node: End completion21315
+Node: Accent completion21784
+Node: Image completion22400
+Node: Greek letters completion24656
+Node: Local dictionaries25382
+Node: Commenting out26318
+Node: Cursor jump27776
+Node: Jump to corresponding object28087
+Node: Invoking image processor29487
+Node: Jump to main file30829
+Node: Jumping around the environment31193
+Node: Jumping to last completion position31610
+Node: Changing and Deleting32118
+Node: Changing LaTeX commands32509
+Node: Killing LaTeX commands33685
+Node: Filling34869
+Node: Updation of includeonly36719
+Node: What column37515
+Node: Intelligent newline38599
+Node: Usepackage checker40259
+Node: Online help40849
+Node: Browsing file hierarchy42523
+Node: Cooperation with other packages44259
+Node: Customizations44963
+Node: Lisp variables45296
+Node: All customizable variables46299
+Node: Sample definitions56182
+Node: Hook variables56694
+Node: Hook file57397
+Node: Add-in functions57735
+Node: How the add-in function works58594
+Node: Defining option-add-in60792
+Node: Defining argument-add-in61513
+Node: Defining enclosing-add-in62394
+Node: How the function is called63247
+Node: Useful functions for creating add-in63922
+Node: Contribution65326
+Node: Add-in generator65599
+Node: Etcetera70992
+Node: Copying71596
 
 End tag table
--- a/docs/yatexe.tex	Thu May 27 10:27:21 2010 +0900
+++ b/docs/yatexe.tex	Thu May 27 10:34:34 2010 +0900
@@ -5,7 +5,7 @@
 
 @iftex
 @c @syncodeindex fn cp
-@c Last modified Fri Nov 20 07:20:18 2009 on firestorm
+@c Last modified Thu May 27 10:33:22 2010 on firestorm
 @syncodeindex vr cp
 @end iftex
 
@@ -149,6 +149,10 @@
         @dots{} kill current typesetting process
 @item [prefix] t b
         @dots{} invoke bibtex
+@item [prefix] t i
+        @dots{} invoke makeindex
+@item [prefix] t d
+        @dots{} invoke latex && dvipdfmx
 @item [prefix] t p
         @dots{} preview
 @item [prefix] t l
@@ -1638,6 +1642,10 @@
 Default makeindex command (@code{"makeindex"} (@code{"makeind"} on MS-DOS))
 @end defvar
 
+@defvar YaTeX-dvipdf-command
+Default command name to convert .dvi to PDF (@code{"dvipdfmx"})
+@end defvar
+
 @defvar YaTeX-need-nonstop
 Put @code{\nonstopmode@{@}} or not (@code{nil})
 @end defvar
--- a/docs/yatexj	Thu May 27 10:27:21 2010 +0900
+++ b/docs/yatexj	Thu May 27 10:34:34 2010 +0900
@@ -189,6 +189,10 @@
              ... $BF0:nCf$N%?%$%W%;%C%?$NDd;_(B
 `[prefix] t b'
              ... jbibtex$B5/F0(B
+`[prefix] t i'
+             ... makeindex$B5/F0(B
+`[prefix] t d'
+             ... $B%?%$%W%;%C%?$H(Bdvipdfmx$B5/F0(B
 `[prefix] t p'
              ... $B%W%l%t%e!<%"5/F0(B
 `[prefix] t l'
@@ -1551,6 +1555,9 @@
  -- Variable: makeindex-command
      makeindex$B%3%^%s%I(B (`"makeindex"' (MS-DOS$B$G$O(B`"makeind"'))
 
+ -- Variable: YaTeX-dvipdf-command
+     dvi$B$r(BPDF$B$KJQ49$9$k%3%^%s%I(B (`"dvipdfmx"')
+
  -- Variable: YaTeX-need-nonstop
      `\nonstopmode{}'$B$r<+F0E*$KIU2C$9$k$+(B (`nil')
 
@@ -1995,59 +2002,59 @@
 Node: Main features3186
 Node: Installation5035
 Node: Invocation7121
-Node: Calling typesetter8100
-Node: Calling previewer10257
-Node: Print out10854
-Node: %#notation11299
-Node: Changing typesetter11866
-Node: Splitting input files12255
-Node: Fix region for typesetting14160
-Node: lpr format15905
-Node: Editing %# notation17305
-Node: Completion18057
-Node: begin$B7?Jd40(B18701
-Node: section$B7?Jd40(B22831
-Node: 2$B8D0J>e$N0z?t$r$H$k(B section$B7?%3%^%s%I(B24617
-Node: Enclose section-type command26115
-Node: Recursive completion26515
-Node: view-sectioning27067
-Node: label-generation29528
-Node: large$B7?Jd40(B30273
-Node: maketitle$B7?Jd40(B31400
-Node: Arbitrary completion31882
-Node: end$BJd40(B32488
-Node: Accent mark completion33125
-Node: Image completion33856
-Node: Greek letter completion37390
-Node: Local dictionary38385
-Node: Commenting out39625
-Node: Cursor jump41857
-Node: $BBP1~%*%V%8%'%/%H$X$N%8%c%s%W(B42231
-Node: $B$*3(IA$-%D!<%k5/F0(B44128
-Node: $B%a%$%s%U%!%$%k$X$N%8%c%s%W(B46093
-Node: $B4D6-$rC10L$H$7$?%8%c%s%W(B46762
-Node: $B:G8e$NJd400LCV$X$N%8%c%s%W(B47426
-Node: Modifying/Deleting47904
-Node: Changing LaTeX command48558
-Node: Killing LaTeX command49574
-Node: Filling51007
-Node: Includeonly53476
-Node: What column54565
-Node: Intelligent newline55914
-Node: Usepackage cheker57849
-Node: Changing mode of YaTeX58630
-Node: Online help59777
-Node: Inclusion hierarchy browser61920
-Node: Cooperation with other packages64375
-Node: Customizations65133
-Node: Lisp variables65619
-Node: All customizable variables66653
-Node: Sample definitions77689
-Node: Hook variables78268
-Node: Hook file79628
-Node: Add-in functions79963
-Node: Etc80381
-Node: Copying81022
-Node: Concept Index82467
+Node: Calling typesetter8216
+Node: Calling previewer10373
+Node: Print out10970
+Node: %#notation11415
+Node: Changing typesetter11982
+Node: Splitting input files12371
+Node: Fix region for typesetting14276
+Node: lpr format16021
+Node: Editing %# notation17421
+Node: Completion18173
+Node: begin$B7?Jd40(B18817
+Node: section$B7?Jd40(B22947
+Node: 2$B8D0J>e$N0z?t$r$H$k(B section$B7?%3%^%s%I(B24733
+Node: Enclose section-type command26231
+Node: Recursive completion26631
+Node: view-sectioning27183
+Node: label-generation29644
+Node: large$B7?Jd40(B30389
+Node: maketitle$B7?Jd40(B31516
+Node: Arbitrary completion31998
+Node: end$BJd40(B32604
+Node: Accent mark completion33241
+Node: Image completion33972
+Node: Greek letter completion37506
+Node: Local dictionary38501
+Node: Commenting out39741
+Node: Cursor jump41973
+Node: $BBP1~%*%V%8%'%/%H$X$N%8%c%s%W(B42347
+Node: $B$*3(IA$-%D!<%k5/F0(B44244
+Node: $B%a%$%s%U%!%$%k$X$N%8%c%s%W(B46209
+Node: $B4D6-$rC10L$H$7$?%8%c%s%W(B46878
+Node: $B:G8e$NJd400LCV$X$N%8%c%s%W(B47542
+Node: Modifying/Deleting48020
+Node: Changing LaTeX command48674
+Node: Killing LaTeX command49690
+Node: Filling51123
+Node: Includeonly53592
+Node: What column54681
+Node: Intelligent newline56030
+Node: Usepackage cheker57965
+Node: Changing mode of YaTeX58746
+Node: Online help59893
+Node: Inclusion hierarchy browser62036
+Node: Cooperation with other packages64491
+Node: Customizations65249
+Node: Lisp variables65735
+Node: All customizable variables66769
+Node: Sample definitions77898
+Node: Hook variables78477
+Node: Hook file79837
+Node: Add-in functions80172
+Node: Etc80590
+Node: Copying81231
+Node: Concept Index82676
 
 End tag table
--- a/docs/yatexj.tex	Thu May 27 10:27:21 2010 +0900
+++ b/docs/yatexj.tex	Thu May 27 10:34:34 2010 +0900
@@ -10,7 +10,7 @@
 @c ノードいじったら C-l C-u C-n 全部のノード更新 C-l C-u C-e
 @c メニュー増やしたら C-l C-u C-m 全部のメニュー更新 C-l C-u C-a
 @c フォーマットするときは C-l C-e C-b
-@c Last modified Fri Nov 20 07:19:56 2009 on firestorm
+@c Last modified Thu May 27 10:32:20 2010 on firestorm
 @syncodeindex vr cp
 @end iftex
 
@@ -228,6 +228,10 @@
         @dots{} 動作中のタイプセッタの停止
 @item [prefix] t b
         @dots{} jbibtex起動
+@item [prefix] t i
+        @dots{} makeindex起動
+@item [prefix] t d
+        @dots{} タイプセッタとdvipdfmx起動
 @item [prefix] t p
         @dots{} プレヴューア起動
 @item [prefix] t l
@@ -1851,6 +1855,10 @@
 makeindexコマンド (@code{"makeindex"} (MS-DOSでは@code{"makeind"}))
 @end defvar
 
+@defvar YaTeX-dvipdf-command
+dviをPDFに変換するコマンド (@code{"dvipdfmx"})
+@end defvar
+
 @defvar YaTeX-need-nonstop
 @code{\nonstopmode@{@}}を自動的に付加するか (@code{nil})
 @end defvar

yatex.org