Skip to main content

All Questions

Tagged with
0 votes
1 answer
15 views

Non-bold diacritics over bold math symbols with correct alignment - packages "bm" and "accents" incompatible?

I want to use non-bold diacritics on bold math symbols. For correct alignment I need to use the package bm. But I also need to import the package accents for other reasons. This seems to undo the ...
M. Winter's user avatar
  • 531
0 votes
1 answer
32 views

Problem when combining \widebar and \mathring

I have been using the \widebar command defined in https://tex.stackexchange.com/a/60253/326104. It has worked perfectly so far, but it has run into problems when writing \mathring{\widebar{k}}. The ...
Josemi's user avatar
  • 1
0 votes
1 answer
54 views

widehat shifted to the right whereas having to be centered

I have the following expression : \documentclass{article} \usepackage{amsmath} \begin{document} \[ \widehat{o_{\ell }} = \frac{1}{2l+1} \sum_m\dfrac{\widehat{|a_{\ell m,\rm sp}|^2}}{|a_{\ell m,\rm ...
guizmo133's user avatar
4 votes
1 answer
217 views

A cleaner way of getting accented math symbols in LuaLateX [duplicate]

Lualatex + unicode-math is awesome, but I'd like to be able to type $Â$ (in vscode) to get the same as if I were to type $\hat A$. So I wrote the clunky code below which does exactly what I want it ...
JPi's user avatar
  • 13.7k
2 votes
0 answers
35 views

\bigoplus, \prod, etc. with hats [duplicate]

I would like to have big operators like \bigoplus, \prod, etc. with hats. A first approximation is the following code: \documentclass{scrartcl} \usepackage{unicode-math} \DeclareMathOperator*{\...
user avatar
2 votes
1 answer
65 views

Explanation of code for lowering \widetilde accent

This answer provides the following code for lowering the \widetilde accent: \makeatletter \newcommand*\wt[1]{\mathpalette\wthelper{#1}} \newcommand*\wthelper[2]{% \hbox{\dimen@\...
Frank's user avatar
  • 121
2 votes
1 answer
150 views

Redefine \prime with unicode-math

I'm using unicode-math (with XeLaTeX) to set my text and math fonts. However, using Garamond-math as a math font, I see the \prime symbol is too close to the letter: I am trying to redefine the \...
Massimo's user avatar
  • 727
2 votes
1 answer
215 views

Double hats in acronyms

I'm occasionally using double accents on symbols, e.g. double hats, using wipet's code from this question. I now found that these do not work in acronym environments (which I'd like to use to produce ...
chsk's user avatar
  • 3,697
2 votes
0 answers
31 views

Double printed mathematical symbol in error [duplicate]

When I use \widecheck twice, it erroneously double prints the entry in the first \widecheck on top of the entry in the second \widecheck. Here is a minimal working example: \documentclass{article} \...
ckhenderson's user avatar
0 votes
1 answer
299 views

Mathaccent in math mode

I wrote the following line of codes: \documentclass[12pt, a4paper, oneside]{Thesis} % Paper size, default font size and one-sided paper \usepackage{hyperref} \usepackage[printonlyused]{acronym} \...
Cutie's user avatar
  • 3
5 votes
1 answer
113 views

Wrong output of subscripts while using Hendrik Vogt's "\widebar"

When I try to use Hendrik Vogt's "\widebar" from Can I get a \widebar without using the mathabx package?, it happens that the output of \widebar{\mathcal{I}}_{x}=\widebar{\mathcal{I}_{x}} ...
Zhijian Chen's user avatar
0 votes
1 answer
113 views

Dotted x in mathmode

I want a dot over my variable x inside Gödel-codes, and used the following code $\exists x\mathcal{T}\Godelnum{A(\dot{x)}}$, with this in the preamble to have nice corner quotes: \newbox\gnBoxA \...
Frode Alfson Bjørdal's user avatar
0 votes
1 answer
97 views

How to make wide grave and acute accents accurate also in \smaller when using TeX Gyre Termes Math and lualatex?

Continuing Wide acute and wide grave for TeX Gyre Termes and TeX Gyre Termes Math , we try to make wide grave and accute accents work in \smaller with TeX Gyre Termes (Math) fonts and UTF-8 engines (...
user avatar
3 votes
1 answer
478 views

How to type the letter ï , i with diaeresis or i-umlaut in math mode on LaTeX?

How to type the letter ï , i with diaeresis or i-umlaut in math mode on LaTeX?
Richardson Delisme's user avatar
1 vote
0 answers
85 views

How to write tilde symbol [closed]

I want to write big $\tilde$ symbol above $A[i]$. If I try just like $\tilde{A[i]}$, it does not work. How to do this?
user12290's user avatar
  • 3,361

15 30 50 per page
1
2 3 4 5
11