Fonts & Character Sets ⇒ rendering Blackboard fonts
rendering Blackboard fonts
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 390 times
-
- ugly N.pdf
- the ugly one...
- (1.94 KiB) Downloaded 426 times
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
rendering Blackboard fonts
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}
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.
Re: rendering Blackboard fonts
i guess it is a problem with PDFTex but still struggling with it...