Lars Gullik Bjønnes schrieb:
We want to encourage emphasize, but discourage bold...
(hide bold in a hard to get place.)

logical styles: good
explict styles: bad
In other words: You want me to show "Emphasize" and "Noun" in the char style menu but ignore "bold"? Then have a look at this

   Menu "edit_math_font"
       Item "Math Normal Font" "math-insert \mathnormal"
       Separator
       Item "Math Calligraphic Family" "math-insert \mathcal"
       Item "Math Fraktur Family" "math-insert \mathfrak"
       Item "Math Roman Family" "math-insert \mathrm"
       Item "Math Sans Serif Family" "math-insert \mathsf"
       Separator
       Item "Math Bold Series" "math-insert \mathbf"
       Separator
       Item "Text Normal Font" "math-insert \textnormal"
       Separator
       Item "Text Roman Family" "math-insert \textrm"
       Item "Text Sans Serif Family" "math-insert \textsf"
       Item "Text Typewriter Family" "math-insert \texttt"
       Separator
       Item "Text Bold Series" "math-insert \textbf"
       Item "Text Medium Series" "math-insert \textmd"
       Separator
       Item "Text Italic Shape" "math-insert \textit"
       Item "Text Small Caps Shape" "math-insert \textsc"
       Item "Text Slanted Shape" "math-insert \textsl"
       Item "Text Upright Shape" "math-insert \textup"
   End

Anyway, can I commit my latest patch (without "Bold" if that speeds up things)???

Michael

Reply via email to