Skip to main content

Questions tagged [symbols]

{symbols} is about specific non-alphabetic symbols or math symbols, e.g., about looking-up, constructing, or using symbols. For questions about {fonts} or alphabetic {characters} use the respective tag instead.

10 votes
2 answers
198 views

I've already encountered in this site complaints that in the standard font, the horizontal lines (serifs) in the image of square brackets are too short and difficult to visually distinguish. As a ...
Ilia's user avatar
  • 237
7 votes
1 answer
332 views

I am trying to express the roots of a quadratic equation `t^2-3t-7=0' in radical form. I tried \documentclass[12pt]{article} \usepackage{polexpr} \usepackage{xint} \begin{document} \poldef f(t) = t^2-...
Laurenso's user avatar
  • 625
7 votes
2 answers
296 views

I am trying to create a new math symbol. Could someone please help me with it? My current code: \documentclass[12pt]{report} \RequirePackage{tikz} \newcommand{\eq}{\begin{tikzpicture}% [scale=....
Entropy's user avatar
  • 921
-1 votes
1 answer
59 views

I was eager to write this question, namely, in a better way. I myself wrote it down as: $\text{Let } E(n)=\displaystyle\int\limits_{0}^{\pi} \sin^{2n+1}(x)\cos^{28}{x}dx$ $\text{Let } J(n)=\...
Dhairya Kumar's user avatar
4 votes
3 answers
226 views

The question is rather simple. How to obtain the following big asterisk symbol? I apologize if it is duplicate. Thank you very much.
Dimitrios ANAGNOSTOU's user avatar
7 votes
2 answers
212 views

I am using the package metre. It has the environment \metra{} used for typesetting latin (and greek) metre notation. This environment has almost all the special characters I need, except one: I need a ...
rensemil's user avatar
  • 479
2 votes
1 answer
71 views

When using \bm, I can't use \dot and \hat on uppercases A-F (lowercases and the rest of the alphabet are fine), and it instead writes the Gamma character, along with an error message the the value ...
Ishan Singh's user avatar