rigoletto@
Developer
Hello,
Should I expect some different behavior on the FreeBSD TexLive implementation? I couldn't find anything on FreeBSD Wiki.
I installed print/texlive-full to avoid anything missing, however I am getting serious issues with fonts.
Almost any font I try to use I get some message of it not being installed, ever Latin Modern or does not work. When, in some case, it does not return a error, the process works but with a "generic" and not good looking serif font (it is not the Computer Modern), and not with the selected one.
I also tried running
Setting lmodern:
However, I installed some fonts using the
This is my basic template I have using since years without any problem:
EDIT: just to add the output of
/usr/local/share/texmf-dist/fonts/tfm/public/lm/ec-lmr12.tfm
The font is in there.
Should I expect some different behavior on the FreeBSD TexLive implementation? I couldn't find anything on FreeBSD Wiki.
I installed print/texlive-full to avoid anything missing, however I am getting serious issues with fonts.
Almost any font I try to use I get some message of it not being installed, ever Latin Modern or does not work. When, in some case, it does not return a error, the process works but with a "generic" and not good looking serif font (it is not the Computer Modern), and not with the selected one.
I also tried running
updmap-sys
but without luck. Setting lmodern:
Code:
mktexpk: don't know how to create bitmap font for ec-lmr12. mktexpk: perhaps ec-lmr12 is missing from the map file.
However, I installed some fonts using the
getnonfreefonts-sys
script later, and (only) the URW Classico worked but just when setting \allsectionsfont{\sffamily}
, and only on the sections.This is my basic template I have using since years without any problem:
Code:
\documentclass[a4paper,12pt]{article}
\usepackage[top=3cm,left=3cm,right=2.5cm,bottom=3cm]{geometry}
\usepackage[portuguese]{babel} % set default language
\usepackage[T1]{fontenc} % T1 font codification
\usepackage[utf8]{inputenc} % use specific encoding
\usepackage{lmodern} % "Latin Modern" font
\usepackage{classico} % "URW-Classico" font
\usepackage[official]{eurosym} % enable "€" (official) symbol
\usepackage{setspace} % set space between lines
\usepackage{indentfirst} % indent the first paragraph
\usepackage{enumitem} % control layout of lists
\usepackage{gensymb} % enable some symbols
\usepackage{lipsum} % lorem ipsum tool
\usepackage{sectsty} % change styles of sections
\allsectionsfont{\sffamily} % set all sections sans-serif
%
%%%%%%%%%%%%%%%%%%%%%%%%% Improve General Appearance %%%%%%%%%%%%
\usepackage[activate={true,nocompatibility},draft,tracking=true,kerning=true,spacing=true,factor=1100,stretch=10,
shrink=10]{microtype}
%
%\DisableLigatures[f,i,t]{encoding = T1} % disable ligadures
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Bookmarks e Links %%%%%%%%%%%%%%%%%%
%
\usepackage{hyperref} % enable hyperlinks
\usepackage{bookmark} % organize "hyperref"
\hypersetup{colorlinks=true,breaklinks=false,pageanchor=true,pdftex=true,
linkcolor=black,urlcolor=black,anchorcolor=black,citecolor=black,
pdftitle={},
pdfauthor={},
pdfsubject={},
pdfkeywords={}
}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
\begin{document}
\onehalfspace
%
\end{document}
EDIT: just to add the output of
kpsewhich ec-lmr12.tfm
:/usr/local/share/texmf-dist/fonts/tfm/public/lm/ec-lmr12.tfm
The font is in there.