Text Formattingcyrillic in latex

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
MarioX91
Posts: 1
Joined: Thu Jul 19, 2018 6:03 pm

cyrillic in latex

Post by MarioX91 »

Good afternoon, I need help with the numerization of the answer to the set task.
Numerization should be in Cyrillic letters
whatever he tried, he made me alphabetical numbering



Code: Select all

\documentclass[addpoints]{exam}
\usepackage[utf8]{inputenc}
\usepackage[russian]{babel}


\begin{document}

\begin{questions}


\question Израз $\sqrt{a^{2}}$ једнак је :
 
\begin{oneparchoices}
 \choice 0; \hspace{2cm}
 \choice $a$;\hspace{2cm}
 \choice $-a$;\hspace{2cm} 
 \choice $\pm a$;\hspace{2cm}
 \choice $\mid a \mid.$
\end{oneparchoices}
 



 \end{questions}

\end{document}
Attachments
The document has to be like this
The document has to be like this
37368018_10212027218217707_1260202567820902400_n.jpg (162.3 KiB) Viewed 2614 times

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

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

cyrillic in latex

Post by Johannes_B »

Hi and welcome,

interesting question. I have seen it for greek letter enumeration, package moreenum can do it. But in your case, i guess you need to get your hands dirty just once.

Please have a look at how egreg does it manually for modern greek at Problem with enumeration using greek letters.

Once you got the job done, you can upload an example here. Someone else might benefit from your effort :-) Idon't have much time right now.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply