Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

Consider the following .tex document

\documentclass[12pt]{article} 
\begin{document} 
F.~Bar 
\end{document}

Somehow the document gets rendered as this (using texi2pdf)

ok.png

The problem does not appear to be in the typesetting since the same thing happens to files that are sent to me by Windows users and that compile fine for them.

Does anyone happen to see what is the problem?

share|improve this question
Problem solved using pdflatex! – AnonUser Oct 4 '12 at 14:14
I don't see any problem on my machine (with texi2pdf). – egreg Oct 4 '12 at 14:15
Welcome to TeX.sx! Your MWE compiles on my system without problems. Could it be that you included ~ in your editor with a special input encription or did your editor use a special code setting? – Kurt Oct 4 '12 at 14:16
@AnonUser Could you elaborate? Your question sounds 'too localised' without some more explanation. – Joseph Wright Oct 4 '12 at 14:37

closed as too localized by Stefan Kottwitz Oct 4 '12 at 17:05

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.