On Tue, Sep 09, 2008 at 05:50:41PM -0000, [EMAIL PROTECTED] wrote:

> Author: rgheck
> Date: Tue Sep  9 19:50:37 2008
> New Revision: 26348
> 
> URL: http://www.lyx.org/trac/changeset/26348
> Log:
> Restore toggling behavior to math bold.

With this patch, \boldsymbol behaves on screen like \mathbf and \mathbf
does nothing. Please revert.

> I've left mathbf in the symbols file. We should perhaps restore it as 
> something that can be toggled.
> 
> Modified:
>     lyx-devel/trunk/lib/symbols
>     lyx-devel/trunk/src/mathed/MathSupport.cpp
> 
> Modified: lyx-devel/trunk/lib/symbols
> URL: http://www.lyx.org/trac/file/lyx-devel/trunk/lib/symbols?rev=26348
> ==============================================================================
> --- lyx-devel/trunk/lib/symbols (original)
> +++ lyx-devel/trunk/lib/symbols Tue Sep  9 19:50:37 2008
> @@ -70,6 +70,7 @@
>  frak              font        mathmode
>  mathbb            font        mathmode
>  mathbf            font        mathmode
> +boldsymbol        font        mathmode
>  mathcal           font        mathmode
>  mathfrak          font        mathmode
>  mathit            font        mathmode
> 
> Modified: lyx-devel/trunk/src/mathed/MathSupport.cpp
> URL: 
> http://www.lyx.org/trac/file/lyx-devel/trunk/src/mathed/MathSupport.cpp?rev=26348
> ==============================================================================
> --- lyx-devel/trunk/src/mathed/MathSupport.cpp (original)
> +++ lyx-devel/trunk/src/mathed/MathSupport.cpp Tue Sep  9 19:50:37 2008
> @@ -517,7 +517,7 @@
>       // math fonts
>       {"mathnormal",    ROMAN_FAMILY, MEDIUM_SERIES,
>                         ITALIC_SHAPE, Color_math},
> -     {"mathbf",        inh_family, BOLD_SERIES,
> +     {"boldsymbol",    inh_family, BOLD_SERIES,
>                         inh_shape, Color_math},
>       {"mathcal",       CMSY_FAMILY, inh_series,
>                         inh_shape, Color_math},
> 
> 
> _______________________________________________
> Cvslog mailing list
> [EMAIL PROTECTED]
> http://www.lyx.org/mailman/listinfo/cvslog
> 

-- 
Enrico

Reply via email to