GeneralEmbed fonts in Pdflatex for lulu

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
royer11
Posts: 7
Joined: Tue Jul 23, 2019 12:20 am

Embed fonts in Pdflatex for lulu

Post by royer11 »

Hello,I have already created a small document where I have used these packages

Code: Select all

\usepackage{amsmath,,array,microtype,dingbat,amsfonts,latexsym,cancel,amssymb,textcomp,wasysym}
\let\Square\relax
\usepackage{bbding}
\usepackage[normalem]{ulem}

\newcommand{\titel}[1]{
\fontfamily{phv}\selectfont #1
}
As you know there are many fonts embedded in the document and especially the helvetic font that I still don't know how to embed in pdflatex. Also as images I use pdf files.

I had researched other websites and found that Ghostscriptis used for this. But still it has generated an error

Code: Select all

-dSAFER -dNOPAUSE -dBATCH -sDEVICE = pdfwrite -sPAPERSIZE = a4 -dPDFSETTINGS = / printer \
-dCompatibilityLevel = 1.3 -dMaxSubsetPct = 100 -dSubsetFonts = true -dEmbedAllFonts = true \
-sOutputFile = file.pdf myfile.ps
Is there a way to embed the fonts to the pdf?


it would also be better if there is some other software for this process

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX books
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Embed fonts in Pdflatex for lulu

Post by Johannes_B »

Fonts are usually embedded in the pdf by default.

Helvetic is a package that shouldn't be used anymore, really.

Have you thought about using tgheros?
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
royer11
Posts: 7
Joined: Tue Jul 23, 2019 12:20 am

Embed fonts in Pdflatex for lulu

Post by royer11 »

Johannes_B wrote:Fonts are usually embedded in the pdf by default.

Helvetic is a package that shouldn't be used anymore, really.

Have you thought about using tgheros?
I have not used files,
Is there any difference when using this font ?.

Well my goal is to print a document on the website http://www.lulu.com, but it says that the fonts are not embedded
Post Reply