Fonts & Character Setsrendering Blackboard fonts

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
loyola
Posts: 2
Joined: Fri Sep 11, 2009 5:55 am

rendering Blackboard fonts

Post by loyola »

hi all

I have a very strange problem of blackboard (mathbb) fonts (for mathematics' N, Z, Q etc) being rendered in an ugly looking font (on some machines on which I install LyX, but not others). Attached PDF files showing the good and the bad. Right now I am stuck with the bad and don't know what to do to get back to a normal looking N for ye olde naturals. Also it is strange that ALL the characters in the "ugly" pdf are rendered raster (not vector) and some (namely the non-math-text) in the "nice" pdf are also not vector. The "nice looking" blackboard font is vector, as desired.

Can anybody make heads or tales of this? I've tried both article and article AMS class, tried with or without following preamble:
\usepackage{mathbbol}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amssymb}
\usepackage{mathrsfs} %Lets me use the \mathscr{P} command.
\usepackage{stmaryrd}
\usepackage{textcomp}

and tried changing fonts, all to no avail (my desired font is Computer Modern.)

thanks!
Attachments
nice N.pdf
the desired blackboard font
(6.49 KiB) Downloaded 373 times
ugly N.pdf
the ugly one...
(1.94 KiB) Downloaded 402 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

rendering Blackboard fonts

Post by frabjous »

The minimal code:

Code: Select all

\documentclass{article}
\usepackage{mathbbol}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amssymb}
\usepackage{mathrsfs} %Lets me use the \mathscr{P} command.
\usepackage{stmaryrd}
\usepackage{textcomp}
\begin{document}
	  $\mathbb{N}$
\end{document}
gives me a "nice" looking N. This is with TeXlive 2008 (pdfTeX version 3.1415926-1.40.9-2.2 (Web2C 7.5.7)).

Check to see what versions of LyX and LaTeX, and what versions these packages, installed and the different computers, and see if they match. If not, you probably have your culprit.

The fact that the embedded font in your ugly PDF is "No name" is rather suspcious.
loyola
Posts: 2
Joined: Fri Sep 11, 2009 5:55 am

Re: rendering Blackboard fonts

Post by loyola »

thanks frabjous for your reply
i guess it is a problem with PDFTex but still struggling with it...
Post Reply