GeneralBachelors template

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
JaredSad
Posts: 2
Joined: Sat Jan 04, 2020 9:44 pm

Bachelors template

Post by JaredSad »

Hello, I have downloaded latex template from university site, but unfortunately it doesn't work for me.
Here is class file: https://justpaste.it/1ryzy
This is tex file: https://justpaste.it/3pk1b
Error I get:
Proces uruchomiony: pdflatex.exe -synctex=1 -interaction=nonstopmode "przykladLic1".tex

Sorry, but miktex-makemf did not succeed for the following rea

son: The plsl source file could not be found. The log file hopefully contains the information to get MiKTeX going again: C:/Users/Rafal/AppData/Local/MiKTeX/2.9/miktex/log/miktex-makemf.log You may want to visit the MiKTeX project page, if

you need help.

Sorry, but miktex-makepk did not succeed for the following reason: PK font plsl12 could not be created.

The log file hopefully contains the information to get MiKTeX going again: C:/Users/Rafal/AppData/Local/MiKTeX/2.9/miktex/log/miktex-makepk.log You may want to visit the MiKTeX project page, if you need help.

Proces zakończył się z błędami
Some comments, instructions or commands are in polish, but I hope it will not matter here.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Ijon Tichy
Posts: 640
Joined: Mon Dec 24, 2018 10:12 am

Bachelors template

Post by Ijon Tichy »

You need the pl-fonts. In TeX Live this would be package pl. I do not know the package name of MiKTeX, but you can use the MiKTeX console to search for the package that contains, e.g., file plr12.pfb.
Sorry, but I can no longer participate here as the administrator is trampling on my wishes on one of his other platforms. :cry:
JaredSad
Posts: 2
Joined: Sat Jan 04, 2020 9:44 pm

Bachelors template

Post by JaredSad »

Thanks, adding

Code: Select all

\usepackage[T1]{fontenc}
helped.
Post Reply