On 11/30/2013 10:38 AM, "Žarko F. Čučej" wrote:> Hi,
> i try to use New Century Schoolbook fonts in my new textbook intended
> for reading in pdf format.
What package do you use for this?
> in normal text, where i use roman and italic
> shape of it, the text is (very) beautiful. but in pictures, made with
> tikz, i use sans serif family. there the result are in case, when text
> is sloped, seeing in pdf document, looks very ugly, especially if i use
> sumatra for reading. much better appear in the adobe reader (i test with
> recent version of it), but the sans serif characters are still look
> worse in comparison with roman one.
The [obsolete?] newcent.sty implements Avant Garde as the sans-serif
face. This is probably aesthetically questionable :-)
> i wonder how to improve a quality of sans serif font from New Century
> Schoolbook?
New Century Schoolbook has no sans-serif family. It is a serif typeface
only.
You can use any sans-serif typeface you like. See the LaTeX Font
Catalogue for a selection
(
http://www.tug.dk/FontCatalogue/sansseriffonts.html)
> do i need some special declaration for their use? do should
> i use for \sffamily some other font? if it is so, which one has the best
> match with New Centry Schoolbook?
That is an aesthetic matter. Many people will disagree, no matter what
you choose :-)
NCS has a fairly tight spacing, so much as it goes against the grain,
perhaps Helvetica would suit better than some of the others.
> mwe:
> \documentclass[tikz,border=5mm,12pt]{standalone}
> \usepackage{fouriernc}
> \usepackage[T1]{fontenc}
> \usepackage[utf8]{inputenc}
>
> \begin{document}
[snip]
I do not see NCS here.
///Peter