Linked Questions
10 questions linked to/from Can't get unicode symbols in math mode
2
votes
0
answers
265
views
Russian characters in equations without \textup in XeLaTeX [duplicate]
I want to change LaTeX engine from PdfLaTeX to XeLaTeX.
There are a lot of formulas and equations with Russian text inside. And it used without any commands.
MWE for pdflatex:
\documentclass{...
1
vote
1
answer
123
views
What's wrong with my Luatex-Xits setup that it can't write Cyrillic in mathmode? [duplicate]
I have a keyboard layout with a layer of Cyrillic letters and use those sometimes in math texts through Luatex (more precisely, the compiler tells me it is using LuaHBTeX, Version 1.16.0). This works ...
9
votes
2
answers
870
views
Make the $, equation and align math environments globally blue
I'd like to make all my math blue. So far I only use the $, equation and align environment, so it'd we nice it it worked for those. If it works for others, that'd be even greater.
\documentclass{...
17
votes
1
answer
1k
views
How can I translate siunitx? [solved]
I want to use the awesome siunitx package in my Russian PhD thesis. However, using stuff like
\SI[per-mode=symbol]{10}{\metre\per\square\second}
produces no matter what the babel configuration is. ...
8
votes
3
answers
487
views
How can I assign a math code to a symbol from a non-math font?
I want to use phoenician letters (unicode range 0x10900 to 0x1091F) as variable names. (If your browser font supports them, these are the characters: 𐤂,𐤁,𐤀, and so on.)
I am using LuaTeX with ...
4
votes
2
answers
2k
views
How to use inputenc, fontspec, fontenc, mathdesign and babel to properly render cyrillics and UTF-8 characters?
MWE:
% main.tex
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[urw-garamond]{mathdesign}
% \usepackage{fontenc} T1,T2A?
% \usepackage{fontspec} ?
\usepackage[russian,english]{babel}
...
1
vote
2
answers
1k
views
Bad Character Code Error in Math Mode for Unicode Character
I used this solution by a user Cicada from one of the questions on how to type Unicode characters in math mode:
\documentclass{article}
\usepackage{amsmath,amssymb}
\usepackage{polyglossia}
\...
1
vote
2
answers
589
views
Is it possible to substitute the default 'Latin Modern' fonts family with another font family?
I'm using xelatex and I'd like to use Cyrillic glyphs in math formulas just like ordinary glyphs.
With the following code I have blanks instead of Cyrilli glyphs in the formula in the resulting PDF:
\...
-1
votes
1
answer
235
views
How to type all math alphanumeric symbols in Unicode in LaTeX?
Take a look at the picture below:
This is the Unicode I want to use!
PDF address: https://www.unicode.org/charts/PDF/U1D400.pdf
2
votes
0
answers
206
views
Power and Subscript "Push" Each Other
I'm facing an issue where the superscript and subscript do not align:
Now I'm using a command I defined to create this:
\newcommand{\pow}[2]{\ensuremath{\reflectbox{\ensuremath{{\reflectbox{\...