[OS X TeX] trouble with bold in fouriernc

Nestor E. Aguilera nestoreaguilera at gmail.com
Fri Jun 8 14:48:31 EDT 2012


On 8 Jun 2012, at 13:07, Michael Sharpe wrote:

> 
> On Jun 8, 2012, at 8:48 AM, Leo Alonso wrote:
> 
>> Hi.
>> 
>> Herb Schulz wrote:
>> 
>>> On Jun 8, 2012, at 4:14 AM, Michael Welsh wrote:
>>> 
>>>> On 8/06/2012, at 8:18 PM, Leo Alonso wrote:
>>>>> Do any of you have some suggestion? 
>>> 
>>>> 
>>>> \boldsymbol{\Gamma} (this works sometimes for me)
>>>> 
>>> 
>>>> Michael
>>> 
>>> 
>>> Howdy,
>>> 
>>> Is there some reason you're using the fouriernc package rather than the fourier package? With the fourier package \boldsymbol{\Gamma} works for me.
>> 
>> Both \boldsymbol{\Gamma} and \mathbf{\Gamma} work fine using fourier. But I want to use New Century Schoolbook (or a clone) as my text font and fouriernc seemed to work fine until I reached the bold greek letters...
>> 
>>> 
>>> Can you get the source for the fouriernc-symbol document. That should show you what you need to do.
>>> 
>> 
>> The source is readily available but I can't get much of it. I suspect there is a bug on it. If you have any idea or suggest an alternative way to get New Century I'll appreciate.
>> 
>> Thanks for the responses,
>> 
> 
> Stephen Hartke created a math package called Millennial to accompany New Century Schoolbook, based on the txfont package. It's available from
> 
> http://www.math.unl.edu/~shartke2/computer/latex/latex.php
> 
> Michael

Millennial has some problems with braces:

\documentclass{minimal}
\usepackage{millennial}
%\pdfmapfile{+millennial.map} % if needed
\begin{document}
\[ \underbrace{a,b,\ldots,z}_{n} \]
\end{document}

which fouriernc doesn't:

\documentclass{minimal}
\usepackage{tgschola}
\usepackage{fouriernc}
\begin{document}
\[ \underbrace{a,b,\ldots,z}_{n} \]
\end{document}

Hope it helps.

Nestor


More information about the MacOSX-TeX mailing list