Search found 11 matches

by vgi
Sun Aug 25, 2024 2:06 pm
Forum: Fonts & Character Sets
Topic: Problems with stressed cyrillic letters in UTF
Replies: 0
Views: 4683

Problems with stressed cyrillic letters in UTF

HI!

I want to make stressed cyrillic letters in TeX Live 2023. Compiling of the following file

\documentclass[russian,english]{article}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\begin{document}
\selectlanguage{russian}
Stressed cyrillic letters: \'в\'ф\'ы
\end{document}

leads to the error ...
by vgi
Sat Sep 15, 2018 9:33 pm
Forum: Fonts & Character Sets
Topic: Raster fonts in PDF
Replies: 11
Views: 13877

Raster fonts in PDF

I'm really stupid:(

After refreshing the file name database and font map files (MitTeX console menu -> Task) everything started working.

Thanks to Rainer and Stefan for good advises.

WBR,
Vladimir.
by vgi
Tue Sep 11, 2018 2:41 am
Forum: Fonts & Character Sets
Topic: Raster fonts in PDF
Replies: 11
Views: 13877

Raster fonts in PDF


What does the same section give you under TeXLive?


It gives
{c:/WINPROG/texlive/2017/texmf-dist/fonts/enc/dvips/cm-super/cm-super-t2a.enc
}<c:/WINPROG/texlive/2017/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi5.pfb><
c:/WINPROG/texlive/2017/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi6.pfb ...
by vgi
Sun Sep 09, 2018 11:05 pm
Forum: Fonts & Character Sets
Topic: Raster fonts in PDF
Replies: 11
Views: 13877

Raster fonts in PDF

Here it is:

Code: Select all

<C:\Users\v\AppData\Local\MiKTeX\2.9\fonts\pk\ljfour\lh\lh-t2a\dpi600\larm1000
.pk><C:/Program Files/MiKTeX 2.9/fonts/type1/public/amsfonts/cm/cmr10.pfb>
I guess the reason is larm1000.pk. How to deal with it?
by vgi
Sun Sep 09, 2018 5:48 pm
Forum: Fonts & Character Sets
Topic: Raster fonts in PDF
Replies: 11
Views: 13877

Raster fonts in PDF

P.S. I have tried TeX Live 2017 now and it works fine: all fonts in pdf are vector.

Nevertheless, it would be great to understand what is bad with MikTeX.
by vgi
Sun Sep 09, 2018 5:42 pm
Forum: Fonts & Character Sets
Topic: Raster fonts in PDF
Replies: 11
Views: 13877

Raster fonts in PDF

Hi, Stefan!

If I insert

Code: Select all

\usepackage[T1]{fontenc}
ALL three lines prove to be in raster fonts.

With

Code: Select all

\usepackage{lmodern}
no changes at all.
by vgi
Sun Sep 09, 2018 5:34 pm
Forum: Fonts & Character Sets
Topic: Raster fonts in PDF
Replies: 11
Views: 13877

Raster fonts in PDF

Hi, Rainer!


Do you get the same result when running pdfLaTeX directly?


Yes.


Then post the last couple of lines of your sample.log file of that pdfLaTeX run (where it lists the fonts used, each enclosed in <>).


Do you mean these lines?

LaTeX Font Info: Checking defaults for OML/cmm/m/it ...
by vgi
Sun Sep 09, 2018 7:37 am
Forum: Fonts & Character Sets
Topic: Raster fonts in PDF
Replies: 11
Views: 13877

Raster fonts in PDF

Hi!

I have a problem with vector fonts in pdf.

Let's take a sample file (sample.tex):
\documentclass[russian,english]{article}
\usepackage[cp1251]{inputenc}
\usepackage{babel}
\begin{document}
\noindent ABC
\selectlanguage{russian}
\noindent ДЖЫ
\noindent ABC
\end{document}

After running
latex ...
by vgi
Mon Sep 07, 2015 9:13 pm
Forum: Fonts & Character Sets
Topic: Low resolution of PDF fonts
Replies: 3
Views: 6454

Re: Low resolution of PDF fonts

Hi, Stefan!

I have attached the problem z.pdf.

Using \usepackage[T2A]{fontenc} makes things even worse - all letters turn to not scalable now (see z2.pdf).

How can I make sure that the cm-super package is installed? I see file cm-super.tpm
in directory %miktex%\tpm\packages\cm-super.tpm - is it ...
by vgi
Mon Sep 07, 2015 5:32 pm
Forum: Fonts & Character Sets
Topic: Low resolution of PDF fonts
Replies: 3
Views: 6454

Low resolution of PDF fonts

Hello!

Could anybody help me?

The following source file

\documentclass[russian,english]{article}
\usepackage[cp1251]{inputenc}
\usepackage{babel}
\begin{document}
Capea --- Latin
\selectlanguage{russian}
Capea --- Latin
Сареа --- Кириллица
\end{document}

looks OK as dvi, but after transforming ...