diff options
author | Hans Hagen <pragma@wxs.nl> | 2021-09-26 17:35:54 +0200 |
---|---|---|
committer | Context Git Mirror Bot <phg@phi-gamma.net> | 2021-09-26 17:35:54 +0200 |
commit | 2073fe5d88215dddd9a9e6421afaea7ab7db955a (patch) | |
tree | d0a65846502c24c5951f03f6018c15125a532fa5 /doc | |
parent | d5e2ac5f857f2a003949fce54ed41eedc4fb9475 (diff) | |
download | context-2073fe5d88215dddd9a9e6421afaea7ab7db955a.tar.gz |
2021-09-26 16:50:00
Diffstat (limited to 'doc')
-rw-r--r-- | doc/context/sources/general/manuals/lowlevel/lowlevel-paragraphs.tex | 3 | ||||
-rw-r--r-- | doc/context/sources/general/manuals/math/math-oddities.tex | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/doc/context/sources/general/manuals/lowlevel/lowlevel-paragraphs.tex b/doc/context/sources/general/manuals/lowlevel/lowlevel-paragraphs.tex index b4a3c5da3..7fd120e06 100644 --- a/doc/context/sources/general/manuals/lowlevel/lowlevel-paragraphs.tex +++ b/doc/context/sources/general/manuals/lowlevel/lowlevel-paragraphs.tex @@ -218,7 +218,7 @@ longer interferes with the line break algorithm. The magic primitive is \type {\snapshotpar} which takes a number made from categories mentioned below: \starttabulate[|l|l|r|] -\BC variable \BC category \BC code \NC \NR +\BC variable \BC category \BC code \NC \NR \NC \type {\hsize} \NC hsize \NC 0x\uchexnumbers\hsizefrozenparcode \NC \NR \NC \type {\leftskip} \NC skip \NC 0x\uchexnumbers\skipfrozenparcode \NC \NR \NC \type {\rightskip} \NC skip \NC 0x\uchexnumbers\skipfrozenparcode \NC \NR @@ -257,7 +257,6 @@ longer interferes with the line break algorithm. The magic primitive is \type \NC \type {\hyphenationmode} \NC hyphenation \NC 0x\uchexnumbers\hyphenationfrozenparcode \NC \NR \stoptabulate - As you can see here, there are more paragraph related parameters than in for instance \PDFTEX\ and \LUATEX\ and these are (to be) explained in the \LUAMETATEX\ manual. You can imagine that keeping this around with the paragraph diff --git a/doc/context/sources/general/manuals/math/math-oddities.tex b/doc/context/sources/general/manuals/math/math-oddities.tex index 33017ef95..07fbcece6 100644 --- a/doc/context/sources/general/manuals/math/math-oddities.tex +++ b/doc/context/sources/general/manuals/math/math-oddities.tex @@ -81,7 +81,7 @@ this: A & B \stoptyping -Which procces okay and gives the ampersand as glyph. The following is also okay: +Which processes okay and gives the ampersand as glyph. The following is also okay: \starttyping $A \Umathchar"2"0"26 B$ |