Skip to content

Commit

Permalink
Fix issue #64.
Browse files Browse the repository at this point in the history
Extend the size of 'ministring_buf' for 'mmotype.{w,ch}'.
  • Loading branch information
ascherer committed May 14, 2023
1 parent e2fcf0a commit 7541946
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cweav-twill.ch
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ things you don't like.
The meaning specified by \.{@@\$...@@>} generally has four components:
an identifier (followed by space), a program name (enclosed in braces),
a section number (followed by space), and a \TeX\ part. The \TeX\ part
must have fewer than 50 characters. If the \TeX\ part starts
must have fewer than 80 characters. If the \TeX\ part starts
with `\.=', the mini-index entry will contain an equals sign instead
of a colon; for example,
$$\.{@@\$buf\_size \{PROG\}10 =\\T\{200\}@@>}$$
Expand Down Expand Up @@ -944,7 +944,7 @@ which are quite different from the change files you set up for tangling.

(End of user manual.)

@d max_tex_chars 50 /* limit on the \TeX\ part of a meaning */
@d max_tex_chars 80 /* limit on the \TeX\ part of a meaning */

@q Section 25->273. @>
@* Temporary and permanent meanings.
Expand Down

0 comments on commit 7541946

Please sign in to comment.