yatex

diff docs/yatexe @ 130:8703f090c628

`[prefix] t e' for YaTeX-typeset-environment. It automatically mark current inner environment or portion of math mode, then call typeset-region on that region saving it in texput.tex.
author yuuji@gentei.org
date Thu, 27 May 2010 16:37:44 +0900
parents 91bf68eeefe8
children bd0a9177e5e7
line diff
     1.1 --- a/docs/yatexe	Thu May 27 10:34:34 2010 +0900
     1.2 +++ b/docs/yatexe	Thu May 27 16:37:44 2010 +0900
     1.3 @@ -121,6 +121,9 @@
     1.4               ... invoke latex
     1.5  `[prefix] t r'
     1.6               ... invoke latex on region
     1.7 +`[prefix] t e'
     1.8 +             ... invoke latex on current environment or whole
     1.9 +              portion of current formulas in math-mode.
    1.10  `[prefix] t k'
    1.11               ... kill current typesetting process
    1.12  `[prefix] t b'
    1.13 @@ -175,6 +178,12 @@
    1.14  if you edit one file, and is the same as main file's if you edit splitting
    1.15  files.
    1.16  
    1.17 +  The `[prefix] te' key automatically marks current inner environment or
    1.18 +inner math mode and then call typeset-region with marked region.  This is
    1.19 +convenient to quick view of current tabular environment or current editing
    1.20 +formulas.  Keeping previewer window for `texput.dvi' is handy for
    1.21 +debugging.
    1.22 +
    1.23  
    1.24  File: yatexe, Node: Calling previewer, Next: Printing out, Prev: Calling typesetter, Up: Typesetting
    1.25  
    1.26 @@ -2084,61 +2093,61 @@
    1.27  Node: Main features1865
    1.28  Node: Installation3456
    1.29  Node: Typesetting4232
    1.30 -Node: Calling typesetter5167
    1.31 -Node: Calling previewer6512
    1.32 -Node: Printing out6872
    1.33 -Node: %#notation7163
    1.34 -Node: Changing typesetter7538
    1.35 -Node: Splitting input files7901
    1.36 -Node: Static region for typesetting9328
    1.37 -Node: Lpr format10456
    1.38 -Node: Editing %# notation11512
    1.39 -Node: Completion12030
    1.40 -Node: Begin-type completion12589
    1.41 -Node: Section-type completion15632
    1.42 -Node: view-sectioning18066
    1.43 -Node: Large-type completion19645
    1.44 -Node: Maketitle-type completion20375
    1.45 -Node: Arbitrary completion20926
    1.46 -Node: End completion21315
    1.47 -Node: Accent completion21784
    1.48 -Node: Image completion22400
    1.49 -Node: Greek letters completion24656
    1.50 -Node: Local dictionaries25382
    1.51 -Node: Commenting out26318
    1.52 -Node: Cursor jump27776
    1.53 -Node: Jump to corresponding object28087
    1.54 -Node: Invoking image processor29487
    1.55 -Node: Jump to main file30829
    1.56 -Node: Jumping around the environment31193
    1.57 -Node: Jumping to last completion position31610
    1.58 -Node: Changing and Deleting32118
    1.59 -Node: Changing LaTeX commands32509
    1.60 -Node: Killing LaTeX commands33685
    1.61 -Node: Filling34869
    1.62 -Node: Updation of includeonly36719
    1.63 -Node: What column37515
    1.64 -Node: Intelligent newline38599
    1.65 -Node: Usepackage checker40259
    1.66 -Node: Online help40849
    1.67 -Node: Browsing file hierarchy42523
    1.68 -Node: Cooperation with other packages44259
    1.69 -Node: Customizations44963
    1.70 -Node: Lisp variables45296
    1.71 -Node: All customizable variables46299
    1.72 -Node: Sample definitions56182
    1.73 -Node: Hook variables56694
    1.74 -Node: Hook file57397
    1.75 -Node: Add-in functions57735
    1.76 -Node: How the add-in function works58594
    1.77 -Node: Defining option-add-in60792
    1.78 -Node: Defining argument-add-in61513
    1.79 -Node: Defining enclosing-add-in62394
    1.80 -Node: How the function is called63247
    1.81 -Node: Useful functions for creating add-in63922
    1.82 -Node: Contribution65326
    1.83 -Node: Add-in generator65599
    1.84 -Node: Etcetera70992
    1.85 -Node: Copying71596
    1.86 +Node: Calling typesetter5300
    1.87 +Node: Calling previewer6945
    1.88 +Node: Printing out7305
    1.89 +Node: %#notation7596
    1.90 +Node: Changing typesetter7971
    1.91 +Node: Splitting input files8334
    1.92 +Node: Static region for typesetting9761
    1.93 +Node: Lpr format10889
    1.94 +Node: Editing %# notation11945
    1.95 +Node: Completion12463
    1.96 +Node: Begin-type completion13022
    1.97 +Node: Section-type completion16065
    1.98 +Node: view-sectioning18499
    1.99 +Node: Large-type completion20078
   1.100 +Node: Maketitle-type completion20808
   1.101 +Node: Arbitrary completion21359
   1.102 +Node: End completion21748
   1.103 +Node: Accent completion22217
   1.104 +Node: Image completion22833
   1.105 +Node: Greek letters completion25089
   1.106 +Node: Local dictionaries25815
   1.107 +Node: Commenting out26751
   1.108 +Node: Cursor jump28209
   1.109 +Node: Jump to corresponding object28520
   1.110 +Node: Invoking image processor29920
   1.111 +Node: Jump to main file31262
   1.112 +Node: Jumping around the environment31626
   1.113 +Node: Jumping to last completion position32043
   1.114 +Node: Changing and Deleting32551
   1.115 +Node: Changing LaTeX commands32942
   1.116 +Node: Killing LaTeX commands34118
   1.117 +Node: Filling35302
   1.118 +Node: Updation of includeonly37152
   1.119 +Node: What column37948
   1.120 +Node: Intelligent newline39032
   1.121 +Node: Usepackage checker40692
   1.122 +Node: Online help41282
   1.123 +Node: Browsing file hierarchy42956
   1.124 +Node: Cooperation with other packages44692
   1.125 +Node: Customizations45396
   1.126 +Node: Lisp variables45729
   1.127 +Node: All customizable variables46732
   1.128 +Node: Sample definitions56615
   1.129 +Node: Hook variables57127
   1.130 +Node: Hook file57830
   1.131 +Node: Add-in functions58168
   1.132 +Node: How the add-in function works59027
   1.133 +Node: Defining option-add-in61225
   1.134 +Node: Defining argument-add-in61946
   1.135 +Node: Defining enclosing-add-in62827
   1.136 +Node: How the function is called63680
   1.137 +Node: Useful functions for creating add-in64355
   1.138 +Node: Contribution65759
   1.139 +Node: Add-in generator66032
   1.140 +Node: Etcetera71425
   1.141 +Node: Copying72029
   1.142  
   1.143  End tag table