yatex

diff help/YATEXHLP.eng @ 68:0eb6997bee16

More adjustment for Emacs20 and XEmacs [prefix] g for <applet> <!--#include> <!--#exec>
author yuuji
date Mon, 26 Oct 1998 12:05:32 +0000
parents 2d45e43fb35f
children 44e3a5e1e883
line diff
     1.1 --- a/help/YATEXHLP.eng	Mon Apr 24 14:42:53 1995 +0000
     1.2 +++ b/help/YATEXHLP.eng	Mon Oct 26 12:05:32 1998 +0000
     1.3 @@ -800,7 +800,8 @@
     1.4             spacing is suppressed.
     1.5    *{N}{PRE} : equivalent to writing N copies of PRE in the preamble.  PRE
     1.6                may contain *{N'}{EXP'} expressions.
     1.7 -  p{LEN} : makes entry in parbox of width LEN.
     1.8 +  p{LEN} : makes entry in parbox of width LEN.  This is useful when
     1.9 +	   each column contains long sentences.
    1.10  
    1.11  [[Usable commands in array, tabular environment]]
    1.12  \multicolumn
    1.13 @@ -815,7 +816,7 @@
    1.14  <refer extracolsep>
    1.15  
    1.16  
    1.17 -See below as sample.
    1.18 +See below as an example.
    1.19  
    1.20  \LaTeX Expression				Printed image
    1.21  \begin{array}{ccr}
    1.22 @@ -833,6 +834,18 @@
    1.23   \end{array} 
    1.24  \right)\]
    1.25  
    1.26 +\begin{tabular}{lp{0.7\textwidth}
    1.27 + \hline						----------------------------
    1.28 + \verb|.|	& Period matches with		.  Period matches with any
    1.29 +		  any single character.\\	   single character.
    1.30 + \verb|*|	& Asterisk matches with		*  Asterisk matches with 0
    1.31 +		  0 or more  repetition	   	   or  more repetition  of 
    1.32 +		  of preceding regexp.	   	   preceding regexp.
    1.33 +\\ \hline					----------------------------
    1.34 +\end{tabular}
    1.35 +
    1.36 +(End of example)
    1.37 +
    1.38  \right(, \left) or \right{, left} or \right[, \left] or \right|, \left|
    1.39  can enclose whole of array environment by parentheses, braces, brackets,
    1.40  norm respectively.  The number of `\right's and `\left's should be the