Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with Symbols #146

Closed
Dmetzler91 opened this issue Jun 14, 2017 · 7 comments
Closed

Problems with Symbols #146

Dmetzler91 opened this issue Jun 14, 2017 · 7 comments

Comments

@Dmetzler91
Copy link

Symbols are not shown in IPE. But if I transfer it to a PDF document,
we can see the symbols.

We use Windows 10.

Can U help us with this problem?
screenshot_dennis

@otfried
Copy link
Owner

otfried commented Jun 14, 2017

Most likely you use a bitmapped font - that is not supported by Ipe.

If you open the PDF file and check the font properties, what font type does it show?

@Dmetzler91
Copy link
Author

Dmetzler91 commented Jun 19, 2017 via email

@otfried
Copy link
Owner

otfried commented Jun 19, 2017

A Type3 font is a bitmapped font - Ipe does not support them, because it wants to write genuine vector graphics.

Which fonts are you using (can you show the font selecting commands in your Ipe file, or attach the Ipe file)? Note that it seems you have to attach files through the github UI, it doesn't seem to work when you reply by email.

@Dmetzler91
Copy link
Author

Hello otfried,

thank You for your answer.

The files are attached now. I hope we will find an answer for that problem.

Best
Dennis
Archiv.zip

@otfried
Copy link
Owner

otfried commented Jun 28, 2017

I had thought until now you were using some non-standard fonts. Now I see you get this problem even with the default Latex fonts.

This implies that your pdflatex is misconfigured. It should always use scalable fonts.

My guess is that you simply did not install the necessary fonts, so it falls back on Metafont fonts from TeX.

This is really not an Ipe problem. If you make simple test file, e.g. test.tex
as follows:

\documentclass{article}
\begin{document}
$\alpha$
\end{document}

Then run pdflatex test.tex. Check what fonts are being used in the log file (test.log), and zoom into the pdf file: you will also see a bitmapped alpha.

@Dmetzler91
Copy link
Author

Dmetzler91 commented Jun 28, 2017 via email

@otfried
Copy link
Owner

otfried commented Jun 28, 2017

How could I? I don't even know what Latex installation you have installed.

This is a quite unusual problem - the scalable fonts should be part of even the most basic TeX setup.

@otfried otfried closed this as completed Oct 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants