TeX Live and MacTeX ⇒ Font in dvips
Font in dvips
I have a question. A few days ago I installed texlive on CentOS and I'm using it to generate math formulas on phpbb (latexrender http://www.mayer.dial.pipex.com/tex.htm). I have some problem with default font - it's a bit pixelized. Here is the example : http://matematyka.org/latexrender/pictu ... da3e01.png - look at the overbrace). I've seen on other sites that it can look like much better. I tried changing font map in config.ps to 'psfonts_pk.map' but then it generateed sth like http://matematyka.org/latexrender/pictu ... b5a73a.png :/. What to change to make it look better?
Please help me.
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
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Font in dvips
welcome to the board!
Which font encoding did you use? Did you write:
Code: Select all
\usepackage[T1]{fontenc}
Re: Font in dvips
I'm using :
$string = "\documentclass[".$this->_font_size."pt]{".$this->_latexclass."}\n";
$string .= "\usepackage[utf8]{inputenc}\n";
$string .= "\usepackage{amsmath}\n";
$string .= "\usepackage{amsfonts}\n";
$string .= "\usepackage{amssymb}\n";
$string .= "\usepackage{polski}\n";
$string .= "\pagestyle{empty}\n";
$string .= "\begin{document}\n";
$string .= "$".$latex_formula."$\n";
$string .= "\end{document}\n";
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Font in dvips
Code: Select all
\usepackage{polski}
Code: Select all
\usepackage[polish]{babel}
Best regards and welcome to the board
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10