yatex

diff help/YATEXHLP.eng @ 79:0734be649cb8

Do not care file-coding-system when YaTeX-kanji-code is nil. New completion yatexpkg.el is introduced.
author yuuji
date Thu, 25 Dec 2003 04:10:32 +0000
parents 1b172d26b55e
children 9b4354af748c
line diff
     1.1 --- a/help/YATEXHLP.eng	Thu May 01 13:38:27 2003 +0000
     1.2 +++ b/help/YATEXHLP.eng	Thu Dec 25 04:10:32 2003 +0000
     1.3 @@ -1299,6 +1299,166 @@
     1.4  Begin a new page and create the parbox-ed BOX whose width is \textwidth.
     1.5  This is useful to make a page-acrossing title in a twocolumn page.
     1.6  
     1.7 +breakbox
     1.8 +\begin{breakbox} ... \end{breakbox}
     1.9 +Make a surrounding frame extended across pages.
    1.10 +Useful for cite a long program list.
    1.11 +Requires `\usepackage{eclbkbox}'
    1.12 +
    1.13 +verbfile
    1.14 +\verbfile{FILE}
    1.15 +Include a FILE in verbatim format.
    1.16 +Requires `\usepackage{misc}'
    1.17 +See also \listing
    1.18 +
    1.19 +listing
    1.20 +\listing{FILE}
    1.21 +Include a FILE in verbatim format with line number.
    1.22 +Requires `\usepackage{misc}'
    1.23 +See also \verbfile
    1.24 +
    1.25 +ascmac
    1.26 +\usepackage{ascmac}
    1.27 +The `ascmac' package provides
    1.28 +* \boxnote environment		notebook-like box
    1.29 +* \screen environment		corner-rounded box suitable for screen output
    1.30 +* \itembox environment		itemizing box
    1.31 +* \shadebox environment		shaded box
    1.32 +* \keytop macro			keytop
    1.33 +* \yen				Yen mark
    1.34 +* \return-key
    1.35 +* \mask, \maskbox
    1.36 +
    1.37 +boxnote
    1.38 +\begin{boxnote} ... \end{boxnote}
    1.39 +Enclose with notebook-like square.
    1.40 +Defined in ascmac.sty.
    1.41 +
    1.42 +<refer ascmac>
    1.43 +
    1.44 +screen
    1.45 +\begin{screen} ... \end{screen}
    1.46 +Enclose with corner-rounded square which stands for screen output.
    1.47 +Requires `\usepackage{ascmac}'
    1.48 +
    1.49 +<refere ascmac>
    1.50 +
    1.51 +itembox
    1.52 +\begin{itembox}{ITEMSTRING} ... \end{itembox}
    1.53 +Enclose box with ITEMSTRING header.
    1.54 +Requires `\usepackage{ascmac}'
    1.55 +<refere ascmac>
    1.56 +
    1.57 +shadebox
    1.58 +\begin{shadebox} ... \end{shadebox}
    1.59 +Enclose shaded box.
    1.60 +Requires `\usepackage{ascmac}'
    1.61 +<refere ascmac>
    1.62 +
    1.63 +keytop
    1.64 +\keytop{KEY}
    1.65 +Output a keytop designed character.
    1.66 +Requires `\usepackage{ascmac}'
    1.67 +<refere ascmac>
    1.68 +
    1.69 +mask
    1.70 +\mask{STRING}{MASKTYPE}
    1.71 +Make a masked STRING.  MASKTYPE is one of character A through K.
    1.72 +
    1.73 +eg.) \mask{This is a pen!}{C}
    1.74 +
    1.75 +Mask types are viewed at
    1.76 +http://www.yatex.org/help/ascmac-mask.jpg
    1.77 +
    1.78 +Defined in `\usepackage{ascmac}'
    1.79 +
    1.80 +<refere ascmac>
    1.81 +
    1.82 +maskbox
    1.83 +\maskbox{WIDTH}{HEIGHT}{MASKTYPE}{POS}{STRING}
    1.84 +Make a masked box of WIDTH x HEIGHT which contains STRING located in POS.
    1.85 +Masking type MASKTYPE is one of character A through K.
    1.86 +
    1.87 +eg.) \maskbox{5cm}{2.5em}{G}{c}{Year!}
    1.88 +
    1.89 +Mask types are viewed at
    1.90 +http://www.yatex.org/help/ascmac-mask.jpg
    1.91 +
    1.92 +Requires `\usepackage{ascmac}'
    1.93 +<refere ascmac>
    1.94 +
    1.95 +alltt
    1.96 +\begin{alltt} ... \end{alltt}
    1.97 +An environment like verbatim except in which TeX macro can be used.
    1.98 +
    1.99 +comment
   1.100 +\begin{comment} ... \end{comment}
   1.101 +Comment out enclosed environment.
   1.102 +But if \includeversion{comment} appears, enclosed part activated.
   1.103 +Putting \excludeversion{ENV} defines new environment ENV which
   1.104 +works equivalently to comment environment.
   1.105 +
   1.106 +Requires `\usepackage{version}'
   1.107 +
   1.108 +bou
   1.109 +\bou{STRING}
   1.110 +Put the emphasizing dot on each characters in STRING.
   1.111 +
   1.112 +Requires `\usepackage{plext}'
   1.113 +
   1.114 +url
   1.115 +\url{URL_STRING}
   1.116 +Put URL string with reasonable folding.
   1.117 +
   1.118 +Requires `\usepackage{url}'
   1.119 +
   1.120 +longtable
   1.121 +\begin{longtable}{POSSTRING} ... \end{longtable}
   1.122 +Same as table, but can be spreaded across pages.
   1.123 +
   1.124 +Requires `\usepackage{longtable}'
   1.125 +
   1.126 +fancybox
   1.127 +\usepackage{fancybox}
   1.128 +Provides some fancy boxes.
   1.129 +* \shadowbox{}
   1.130 +* \ovalbox{}
   1.131 +* \doublebox{}
   1.132 +
   1.133 +shadowbox
   1.134 +\shadowbox{STRING}
   1.135 +Surround a STRING by shadow box.
   1.136 +
   1.137 +Require `\usepackage{fancybox}`
   1.138 +
   1.139 +<ref fancybox>
   1.140 +
   1.141 +ovalbox
   1.142 +\ovalbox{STRING}
   1.143 +Surround a STRING by oval box
   1.144 +
   1.145 +Require `\usepackage{fancybox}`
   1.146 +
   1.147 +<ref fancybox>
   1.148 +
   1.149 +Ovalbox
   1.150 +\Ovalbox{STRING}
   1.151 +Surround a STRING by thick oval box.
   1.152 +
   1.153 +Require `\usepackage{fancybox}`
   1.154 +
   1.155 +<ref fancybox>
   1.156 +
   1.157 +doublebox
   1.158 +\doublebox{STRING}
   1.159 +Surround a STRING by double frame.
   1.160 +
   1.161 +Require `\usepackage{fancybox}`
   1.162 +
   1.163 +<ref fancybox>
   1.164 +
   1.165 +
   1.166 +
   1.167  YaTeX
   1.168  (setq auto-mode-alist (cons '("\\.tex$" . yatex-mode) auto-mode-alist))
   1.169  The mode you are probably using now.