yatex

changeset 363:f7ae3e4be0bb dev

Note about two new variables
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 26 Dec 2014 00:11:16 +0900
parents b1e6c8c03253
children d69fd7b1ac4d
files docs/yatexe docs/yatexe.tex docs/yatexj docs/yatexj.tex
diffstat 4 files changed, 97 insertions(+), 23 deletions(-) [+]
line diff
     1.1 --- a/docs/yatexe	Fri Dec 26 00:07:01 2014 +0900
     1.2 +++ b/docs/yatexe	Fri Dec 26 00:11:16 2014 +0900
     1.3 @@ -1504,6 +1504,37 @@
     1.4   -- Variable: YaTeX-dvipdf-command
     1.5       Default command name to convert .dvi to PDF (`"dvipdfmx"')
     1.6  
     1.7 + -- Variable: YaTeX-cmd-gimp
     1.8 +     Command name of GIMP (code{"gimp"})
     1.9 + -- Variable: YaTeX-cmd-tgif
    1.10 +     Command name of tgif (code{"tgif"})
    1.11 + -- Variable: YaTeX-cmd-inkscape
    1.12 +     Command name of Inkscape (code{"inkscape"})
    1.13 + -- Variable: YaTeX-cmd-dia
    1.14 +     Command name of Dia (code{"dia"})
    1.15 + -- Variable: YaTeX-cmd-ooo
    1.16 +     Command name of OpenOffice.org/LibreOffice (code{"soffice"})
    1.17 + -- Variable: YaTeX-cmd-gs
    1.18 +     Command name of Ghostscript (code{"gs"})
    1.19 + -- Variable: YaTeX-cmd-dvips
    1.20 +     Command name of dvips (code{"dvips"})
    1.21 + -- Variable: YaTeX-cmd-displayline
    1.22 +     Command name of displayline
    1.23 +     (code{"/Applications/Skim.app/Contents/SharedSupport/displayline"})
    1.24 + -- Variable: YaTeX-cmd-edit-ps
    1.25 +     Command name for editing PostScript files(Value of
    1.26 +     code{"YaTeX-cmd-gimp"})
    1.27 + -- Variable: YaTeX-cmd-edit-pdf
    1.28 +     Command name for editing PDF files(Value of code{"YaTeX-cmd-ooo"})
    1.29 + -- Variable: YaTeX-cmd-edit-ai
    1.30 +     Command name for editing `.ai' files(Value of
    1.31 +     code{"YaTeX-cmd-inkscape"})
    1.32 + -- Variable: YaTeX-cmd-edit-svg
    1.33 +     Command name for editing SVG files(Value of
    1.34 +     code{"YaTeX-cmd-inkscape"})
    1.35 + -- Variable: YaTeX-cmd-edit-images
    1.36 +     Command name for editing image files(Value of code{"YaTeX-cmd-gimp"})
    1.37 +
    1.38   -- Variable: YaTeX-need-nonstop
    1.39       Put `\nonstopmode{}' or not (`nil')
    1.40  
    1.41 @@ -2232,19 +2263,19 @@
    1.42  Node: Customizations46838
    1.43  Node: Lisp variables47172
    1.44  Node: All customizable variables48176
    1.45 -Node: Sample definitions57975
    1.46 -Node: Hook variables58488
    1.47 -Node: Hook file59192
    1.48 -Node: Add-in functions59531
    1.49 -Node: How the add-in function works60391
    1.50 -Node: Defining option-add-in62590
    1.51 -Node: Defining argument-add-in63312
    1.52 -Node: Defining enclosing-add-in64194
    1.53 -Node: How the function is called65048
    1.54 -Node: Useful functions for creating add-in65724
    1.55 -Node: Contribution67129
    1.56 -Node: Add-in generator67403
    1.57 -Node: Etcetera72775
    1.58 -Node: Copying73380
    1.59 +Node: Sample definitions59211
    1.60 +Node: Hook variables59724
    1.61 +Node: Hook file60428
    1.62 +Node: Add-in functions60767
    1.63 +Node: How the add-in function works61627
    1.64 +Node: Defining option-add-in63826
    1.65 +Node: Defining argument-add-in64548
    1.66 +Node: Defining enclosing-add-in65430
    1.67 +Node: How the function is called66284
    1.68 +Node: Useful functions for creating add-in66960
    1.69 +Node: Contribution68365
    1.70 +Node: Add-in generator68639
    1.71 +Node: Etcetera74011
    1.72 +Node: Copying74616
    1.73  
    1.74  End tag table
     2.1 --- a/docs/yatexe.tex	Fri Dec 26 00:07:01 2014 +0900
     2.2 +++ b/docs/yatexe.tex	Fri Dec 26 00:11:16 2014 +0900
     2.3 @@ -8,7 +8,7 @@
     2.4  
     2.5  @iftex
     2.6  @c @syncodeindex fn cp
     2.7 -@c Last modified Thu Dec 18 11:49:31 2014 on firestorm
     2.8 +@c Last modified Fri Dec 26 00:09:22 2014 on firestorm
     2.9  @syncodeindex vr cp
    2.10  @end iftex
    2.11  
    2.12 @@ -1712,6 +1712,13 @@
    2.13  @defvar YaTeX-cmd-gs
    2.14  Command name of Ghostscript (code{"gs"})
    2.15  @end defvar
    2.16 +@defvar YaTeX-cmd-dvips
    2.17 +Command name of dvips (code{"dvips"})
    2.18 +@end defvar
    2.19 +@defvar YaTeX-cmd-displayline
    2.20 +Command name of displayline
    2.21 +(code{"/Applications/Skim.app/Contents/SharedSupport/displayline"})
    2.22 +@end defvar
    2.23  @defvar YaTeX-cmd-edit-ps
    2.24  Command name for editing PostScript files(Value of code{"YaTeX-cmd-gimp"})
    2.25  @end defvar
     3.1 --- a/docs/yatexj	Fri Dec 26 00:07:01 2014 +0900
     3.2 +++ b/docs/yatexj	Fri Dec 26 00:11:16 2014 +0900
     3.3 @@ -1661,6 +1661,35 @@
     3.4   -- Variable: YaTeX-dvipdf-command
     3.5       dviをPDFに変換するコマンド (`"dvipdfmx"')
     3.6  
     3.7 + -- Variable: YaTeX-cmd-gimp
     3.8 +     GIMPを起動するコマンド (code{"gimp"})
     3.9 + -- Variable: YaTeX-cmd-tgif
    3.10 +     tgifを起動するコマンド (code{"tgif"})
    3.11 + -- Variable: YaTeX-cmd-inkscape
    3.12 +     Inkscapeを起動するコマンド (code{"inkscape"})
    3.13 + -- Variable: YaTeX-cmd-dia
    3.14 +     Diaを起動するコマンド (code{"dia"})
    3.15 + -- Variable: YaTeX-cmd-ooo
    3.16 +     OpenOffice.orgまたはLibreOfficeを起動するコマンド (code{"soffice"})
    3.17 + -- Variable: YaTeX-cmd-gs
    3.18 +     Ghostscriptを起動するコマンド (code{"gs"})
    3.19 + -- Variable: YaTeX-cmd-dvips
    3.20 +     dvipsを起動するコマンド(環境によってはpdvipsなど) (code{"dvips"})
    3.21 + -- Variable: YaTeX-cmd-displayline
    3.22 +     displaylineを起動するコマンド
    3.23 +     (code{"/Applications/Skim.app/Contents/SharedSupport/displayline"})
    3.24 + -- Variable: YaTeX-cmd-edit-ps
    3.25 +     PostScriptファイルを編集するコマンド (変数code{"YaTeX-cmd-gimp"}の値)
    3.26 + -- Variable: YaTeX-cmd-edit-pdf
    3.27 +     PDFファイルを編集するコマンド (変数code{"YaTeX-cmd-ooo"}の値)
    3.28 + -- Variable: YaTeX-cmd-edit-ai
    3.29 +     .aiファイルを編集するコマンド (変数code{"YaTeX-cmd-inkscape"}の値)
    3.30 + -- Variable: YaTeX-cmd-edit-svg
    3.31 +     SVGファイルを編集するコマンド (変数code{"YaTeX-cmd-inkscape"}の値)
    3.32 +
    3.33 + -- Variable: YaTeX-cmd-edit-images
    3.34 +     その他画像ファイルを編集するコマンド (変数code{"YaTeX-cmd-gimp"}の値)
    3.35 +
    3.36   -- Variable: YaTeX-need-nonstop
    3.37       `\nonstopmode{}'を自動的に付加するか (`nil')
    3.38  
    3.39 @@ -2189,12 +2218,12 @@
    3.40  Node: Customizations36791
    3.41  Node: Lisp variables37088
    3.42  Node: All customizable variables37695
    3.43 -Node: Sample definitions44996
    3.44 -Node: Hook variables45430
    3.45 -Node: Hook file46324
    3.46 -Node: Add-in functions46530
    3.47 -Node: Etc46757
    3.48 -Node: Copying47041
    3.49 -Node: Concept Index47672
    3.50 +Node: Sample definitions46069
    3.51 +Node: Hook variables46503
    3.52 +Node: Hook file47397
    3.53 +Node: Add-in functions47603
    3.54 +Node: Etc47830
    3.55 +Node: Copying48114
    3.56 +Node: Concept Index48745
    3.57  
    3.58  End tag table
     4.1 --- a/docs/yatexj.tex	Fri Dec 26 00:07:01 2014 +0900
     4.2 +++ b/docs/yatexj.tex	Fri Dec 26 00:11:16 2014 +0900
     4.3 @@ -13,7 +13,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 Thu Dec 18 11:45:39 2014 on firestorm
     4.8 +@c Last modified Fri Dec 26 00:09:05 2014 on firestorm
     4.9  @syncodeindex vr cp
    4.10  @end iftex
    4.11  
    4.12 @@ -1915,6 +1915,13 @@
    4.13  @defvar YaTeX-cmd-gs
    4.14  Ghostscriptを起動するコマンド (code{"gs"})
    4.15  @end defvar
    4.16 +@defvar YaTeX-cmd-dvips
    4.17 +dvipsを起動するコマンド(環境によってはpdvipsなど) (code{"dvips"})
    4.18 +@end defvar
    4.19 +@defvar YaTeX-cmd-displayline
    4.20 +displaylineを起動するコマンド
    4.21 +(code{"/Applications/Skim.app/Contents/SharedSupport/displayline"})
    4.22 +@end defvar
    4.23  @defvar YaTeX-cmd-edit-ps
    4.24  PostScriptファイルを編集するコマンド (変数code{"YaTeX-cmd-gimp"}の値)
    4.25  @end defvar