yatex

diff docs/yatexe @ 566:2ef9f21dd13b

Add note on YaTeX::usepackage-alist-default
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 24 Jan 2019 15:19:32 +0900
parents 355b28fc0025
children
line diff
     1.1 --- a/docs/yatexe	Sun Sep 10 00:03:52 2017 +0859
     1.2 +++ b/docs/yatexe	Thu Jan 24 15:19:32 2019 +0900
     1.3 @@ -249,6 +249,7 @@
     1.4  * Changing typesetter::
     1.5  * Splitting input files::
     1.6  * Static region for typesetting::
     1.7 +* Special Filtering Region::
     1.8  * Lpr format::
     1.9  * Controlling which command to invoke::
    1.10  * Editing %# notation::
    1.11 @@ -337,6 +338,30 @@
    1.12  
    1.13  
    1.14  
    1.15 +File: yatexe, Node: Special Filtering Region, Next: Lpr format, Prev: Static region for typesetting, Up: %#notation
    1.16 +
    1.17 +Special Filtering Region
    1.18 +========================
    1.19 +  A region like below will be passed to external filter command.
    1.20 +     %#BEGIN FILTER{foo.pdf}{dot -T %t -o %o}
    1.21 +     \if0
    1.22 +     ....blah blah blah...
    1.23 +     ....blah blah blah...
    1.24 +     ....blah blah blah...
    1.25 +     \fi
    1.26 +     %#END
    1.27 +
    1.28 +In this case, typing `[prefix] t e' send three `blah' lines
    1.29 +to "dot -T pdf -o foo.pdf" as standard-input.  It is useful to
    1.30 +have source of text-origin graphic generated by such tools as
    1.31 +graphviz or blockdiag, in LaTeX source.  This special form of region
    1.32 +can be inserted via feeding `.dot' into environment completion by
    1.33 +`[prefix] t b'.
    1.34 +
    1.35 +
    1.36 +
    1.37 +
    1.38 +
    1.39  File: yatexe, Node: Lpr format, Next: Controlling which command to invoke, Prev: Static region for typesetting, Up: %#notation
    1.40  
    1.41  Lpr format
    1.42 @@ -535,7 +560,7 @@
    1.43  
    1.44  
    1.45  
    1.46 -File: yatexe, Node: Section-type completion, Prev: Begin-type completion, Up: Completion
    1.47 +File: yatexe, Node: Section-type completion, Next: Label Generation, Prev: Begin-type completion, Up: Completion
    1.48  
    1.49  Section-type completion
    1.50  =======================
    1.51 @@ -2314,60 +2339,61 @@
    1.52  Node: Calling previewer8016
    1.53  Node: Printing out8377
    1.54  Node: %#notation8669
    1.55 -Node: Changing typesetter9040
    1.56 -Node: Splitting input files9404
    1.57 -Node: Static region for typesetting10833
    1.58 -Node: Lpr format11962
    1.59 -Node: Controlling which command to invoke13035
    1.60 -Node: Editing %# notation13992
    1.61 -Node: Completion14536
    1.62 -Node: Begin-type completion15072
    1.63 -Node: Section-type completion17926
    1.64 -Node: view-sectioning20318
    1.65 -Node: Label Generation21897
    1.66 -Node: Large-type completion22797
    1.67 -Node: Maketitle-type completion23443
    1.68 -Node: Arbitrary completion23995
    1.69 -Node: End completion24385
    1.70 -Node: Accent completion24855
    1.71 -Node: Image completion25472
    1.72 -Node: Greek letters completion27727
    1.73 -Node: Inserting parentheses28483
    1.74 -Node: Local dictionaries28890
    1.75 -Node: Commenting out29827
    1.76 -Node: Cursor jump31286
    1.77 -Node: Jump to corresponding object31577
    1.78 -Node: Invoking image processor32977
    1.79 -Node: Jump to main file34320
    1.80 -Node: Jumping around the environment34686
    1.81 -Node: Jumping to last completion position35104
    1.82 -Node: Changing and Deleting35613
    1.83 -Node: Changing LaTeX commands35994
    1.84 -Node: Killing LaTeX commands37171
    1.85 -Node: Filling38356
    1.86 -Node: Updation of includeonly40211
    1.87 -Node: What column41008
    1.88 -Node: Intelligent newline42093
    1.89 -Node: Usepackage checker43754
    1.90 -Node: Online help44345
    1.91 -Node: Browsing file hierarchy46020
    1.92 -Node: Cooperation with other packages47757
    1.93 -Node: Customizations48462
    1.94 -Node: Lisp variables48758
    1.95 -Node: All customizable variables49717
    1.96 -Node: Sample definitions61682
    1.97 -Node: Hook variables62195
    1.98 -Node: Hook file62899
    1.99 -Node: Add-in functions63238
   1.100 -Node: How the add-in function works64076
   1.101 -Node: Defining option-add-in66262
   1.102 -Node: Defining argument-add-in66984
   1.103 -Node: Defining enclosing-add-in67865
   1.104 -Node: How the function is called68721
   1.105 -Node: Useful functions for creating add-in69397
   1.106 -Node: Contribution70807
   1.107 -Node: Add-in generator71081
   1.108 -Node: Etcetera76657
   1.109 -Node: Copying77262
   1.110 +Node: Changing typesetter9069
   1.111 +Node: Splitting input files9433
   1.112 +Node: Static region for typesetting10862
   1.113 +Node: Special Filtering Region11991
   1.114 +Node: Lpr format12723
   1.115 +Node: Controlling which command to invoke13796
   1.116 +Node: Editing %# notation14753
   1.117 +Node: Completion15297
   1.118 +Node: Begin-type completion15833
   1.119 +Node: Section-type completion18687
   1.120 +Node: view-sectioning21103
   1.121 +Node: Label Generation22682
   1.122 +Node: Large-type completion23582
   1.123 +Node: Maketitle-type completion24228
   1.124 +Node: Arbitrary completion24780
   1.125 +Node: End completion25170
   1.126 +Node: Accent completion25640
   1.127 +Node: Image completion26257
   1.128 +Node: Greek letters completion28512
   1.129 +Node: Inserting parentheses29268
   1.130 +Node: Local dictionaries29675
   1.131 +Node: Commenting out30612
   1.132 +Node: Cursor jump32071
   1.133 +Node: Jump to corresponding object32362
   1.134 +Node: Invoking image processor33762
   1.135 +Node: Jump to main file35105
   1.136 +Node: Jumping around the environment35471
   1.137 +Node: Jumping to last completion position35889
   1.138 +Node: Changing and Deleting36398
   1.139 +Node: Changing LaTeX commands36779
   1.140 +Node: Killing LaTeX commands37956
   1.141 +Node: Filling39141
   1.142 +Node: Updation of includeonly40996
   1.143 +Node: What column41793
   1.144 +Node: Intelligent newline42878
   1.145 +Node: Usepackage checker44539
   1.146 +Node: Online help45130
   1.147 +Node: Browsing file hierarchy46805
   1.148 +Node: Cooperation with other packages48542
   1.149 +Node: Customizations49247
   1.150 +Node: Lisp variables49543
   1.151 +Node: All customizable variables50502
   1.152 +Node: Sample definitions62467
   1.153 +Node: Hook variables62980
   1.154 +Node: Hook file63684
   1.155 +Node: Add-in functions64023
   1.156 +Node: How the add-in function works64861
   1.157 +Node: Defining option-add-in67047
   1.158 +Node: Defining argument-add-in67769
   1.159 +Node: Defining enclosing-add-in68650
   1.160 +Node: How the function is called69506
   1.161 +Node: Useful functions for creating add-in70182
   1.162 +Node: Contribution71592
   1.163 +Node: Add-in generator71866
   1.164 +Node: Etcetera77442
   1.165 +Node: Copying78047
   1.166  
   1.167  End tag table