mmand/ help
Command/ high
Command/ highlight
Command/ label
Command/ labellanguage
Command/ labeltext
Command/ labeltexts
Command/ language
Command/ leftlabeltext
Command/ linenote
Command/ low
Command/ lowhigh
Command/ lowmidhigh
Command/ margindata
Command/ mathcommand
Command/ mathdoubleextensibl
ames Fisher:
>
> Hi Wolfgang,
>>
>> Thanks, that gets me closer (though \highlow and \lowhigh result in
>> "undefined control sequence" here).
>>
> \hilo and \lohi
>
>
> Wolfgang
>
>
>
Am 03.03.10 13:04, schrieb James Fisher:
Hi Wolfgang,
Thanks, that gets me closer (though \highlow and \lowhigh result in
"undefined control sequence" here).
\hilo and \lohi
Wolfgang
___
If your ques
Hi Wolfgang,
Thanks, that gets me closer (though \highlow and \lowhigh result in
"undefined control sequence" here).
However, the superscripted text is not reduced in size at all. This seems
to be XeTeX-specific, as using PDFTeX works fine. The same issue arises
using \small{
the '2' in '2^nd', with the exception of the superscripted text.
So what solutions are to hand? Is there either (1) super/sub commands
in text mode, or (2) a way of fixing this in math mode?
(Also, would this be a problem with ConTeXt or with X
= lpeg.P { leftbrace * (nobrace + lpeg.V(1))^0 *
rightbrace }
local any = lpeg.P(1)
local subscript = lpeg.P("_")
local superscript = lpeg.P("^")
local content = lpeg.C(nested + integer + any)
-- could be made more efficient
local lowhigh = subscript * cont