Fonts & Character SetsCyrillic with glossaries

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
Dorian_Gray
Posts: 2
Joined: Fri Aug 16, 2013 8:38 am

Cyrillic with glossaries

Post by Dorian_Gray »

Hi there!
I want to write some terms and acronyms in my glossary in Bulgarian. Unfortunately, when I do so Latex gives a myriad of errors and does not compile. Any suggestions?

Code: Select all

\documentclass[a4paper,10pt]{article}
\usepackage{ucs}
\usepackage[cp1251]{inputenc}
\usepackage[english,bulgarian]{babel}
\inputencoding{cp1251}
\usepackage[makeindex,acronym]{glossaries}
\usepackage[dvipdfm,unicode]{hyperref}
\hypersetup{colorlinks=true, linkcolor=black}
\makeglossaries
\newacronym{SVN}{SVN}{Apache Subversion Control}
%\newacronym{БДЖ}{БДЖ}{Българска държавна железница}
\begin{document}
\gls{SVN}
%\gls{БДЖ}
\pagenumbering{arabic}
\glossarystyle{altlistgroup}
\glsaddall
\printglossaries
\end{document}
Here is the MWE. Is it OK? And sorrry for not linking my other question post.
Last edited by Dorian_Gray on Tue Aug 27, 2013 8:07 am, edited 1 time in total.

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Cyrillic with glossaries

Post by localghost »

For an adequate problem description please prepare a self-contained and minimal example in order to avoid speculations and guesswork.


Remarks:
  • The given links are an essential part of this message.
  • Feedback to proposed solutions on your other question(s) is highly appreciated.
  • Just for information to other users for awareness of possibly already existing solutions. The question has also been posted to {TeX} SX. Please read what our administrator thinks about that.
    Board Rules wrote:A crossposting is always contra-productive. But there is nothing really against it as long as it is mentioned. This means that a direct link has to be added. So other users who want to help are preserved from double efforts and waste of time.

Thorsten
Post Reply