GeneralProblem in the viewer

General information and discussion about TeXnicCenter
Post Reply
Calandre
Posts: 3
Joined: Tue Jan 28, 2014 7:42 pm

Problem in the viewer

Post by Calandre »

Like you can see in the files, I've got a problem with the caracter.
I can not explain why.

I've put the pdf itself, the property of the doc, and the texniccenter command

Code: Select all

\documentclass[a4paper,12pt,titlepage]{article}
\usepackage[utf8]{inputenc}
\usepackage[francais]{babel}
\usepackage[T1]{fontenc}
\usepackage[pdftex]{graphicx}
\usepackage{url}
\usepackage{eurosym}
\usepackage{float}
\usepackage{graphicx}
\usepackage{chemist}
\usepackage{fancyhdr}
\usepackage{geometry}
\usepackage{subfig}
\usepackage{shorttoc}
Attachments
3.JPG
3.JPG (31.71 KiB) Viewed 6311 times
2.JPG
2.JPG (62.02 KiB) Viewed 6311 times
1.JPG
1.JPG (67.75 KiB) Viewed 6311 times
Last edited by Stefan Kottwitz on Thu Apr 10, 2014 7:22 pm, edited 1 time in total.

Recommended reading 2024:

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

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10358
Joined: Mon Mar 10, 2008 9:44 pm

Problem in the viewer

Post by Stefan Kottwitz »

Here you use bitmap fonts because of T1 encoding (which is good). To get T1 support for vector fonts, looking better, install the cm-super package. Or, perhaps even better and easier and also recommendable, switch to the related Latin Modern font with T1 support, just add

Code: Select all

\usepackage{lmodern}
Stefan
LaTeX.org admin
Calandre
Posts: 3
Joined: Tue Jan 28, 2014 7:42 pm

Re: Problem in the viewer

Post by Calandre »

It's wonderfull ! Thanks
Post Reply