summaryrefslogtreecommitdiff
path: root/macros/luatex/optex/demo/op-demo.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/luatex/optex/demo/op-demo.tex')
-rw-r--r--macros/luatex/optex/demo/op-demo.tex30
1 files changed, 15 insertions, 15 deletions
diff --git a/macros/luatex/optex/demo/op-demo.tex b/macros/luatex/optex/demo/op-demo.tex
index ea1dd5b65d..c116682e59 100644
--- a/macros/luatex/optex/demo/op-demo.tex
+++ b/macros/luatex/optex/demo/op-demo.tex
@@ -1,4 +1,4 @@
-%% This is part of OpTeX project, see http://petr.olsak.net/optex
+%% This is part of the OpTeX project, see http://petr.olsak.net/optex
\fontfam[LMfonts] % Default font family: Latin Modern
@@ -8,7 +8,7 @@
\hyperlinks \Blue\Blue % active hyperlinks
\activettchar` % in-text verbatim by `...`
\everyintt={\Red} % in-text verbatim Red
-\enquotes % use \"text" for English quotation
+\enquotes % use \"text" for English quotation
\tit Demonstration
@@ -37,7 +37,7 @@ The subsection text\dots
\sec References
-There is a numbered equation.
+There is a numbered equation.
The number is auto-generated by `\eqmark` sequence.
$$\label[my-eq]
a^2 + b^2 = c^2 \eqmark
@@ -53,17 +53,17 @@ is on page~\pgref[my-pic].
You can refer to \url{http://petr.olsak.net} using `\url`.
Or use `\ulink` if the raw URL needs to be hidden:
\ulink[http://petr.olsak.net/optex]{\OpTeX/ page}.
-The parameter text is colorized and it becomes
+The parameter text is colorized and it becomes
an active link if the `\hyperlinks` sequence
is used at the beginning of the document.
Internal links are activated too.
-\sec[tab-sec] Tables
+\sec[tab-sec] Tables
-The `\table` sequence can be used
+The `\table` sequence can be used
instead of \"low level" `\halign`.
-The following table is framed by `\frame` sequence
-in order to get a double frame.
+The following table is framed by the `\frame` sequence
+to get a double frame.
\bigskip
\caption/t [my-tab] Testing table.
@@ -76,8 +76,8 @@ in order to get a double frame.
\sec Images
-The images (PDF, JPG, PNG, TIFF) can be inserted
-by `\inspic` sequence. The `\caption`
+The images (PDF, JPG, PNG, TIFF) can be inserted
+by `\inspic` sequence. The `\caption`
can be added if you need to refer to a figure.
\label[my-pic]
@@ -95,7 +95,7 @@ by `\begtt` and `\endtt` sequences
This is verbatim.
All characters are printed $$, \, # etc.
\endtt
-or it can be included by `\verbinput` from external file.
+or it can be included by `\verbinput` from an external file.
\verbinput (98-100) op-demo.tex
@@ -106,7 +106,7 @@ The Math alphabets
are provided. For example:
$$
{\bi A} = \pmatrix {\cal C & \script C \cr
- \frak M & \bbchar R }.
+ \frak M & \bbchar R }.
$$
Hundreds of AMS symbols are available:
$\sphericalangle, \boxplus, \Cup, \Cap, \ldots$
@@ -117,11 +117,11 @@ The `\fontfam` command selects a desired family of fonts.
The `\typosize` or `\typoscale` sequences set the size
and baselineskip of used fonts (including math fonts).
The `\fnote` generates a footnote\fnote{Like this} and
-`\mnote` generates a margin note.
+`\mnote` generates a margin note.
The `\margins` sets margins and paper dimensions.
The `\cite` sequence can be used for bibliographic citations.
-The `\bib` sequence creates one bibliography record. Or
-you can use `\usebib` for direct access to the {\tt.bib} files.
+The `\bib` sequence creates one bibliography record. Or
+you can use `\usebib` for direct access to the {\tt.bib} files.
The list of features does not end here\dots
\bye