Tagged Questions
2
votes
0answers
30 views
Fat Semicolon for Function Composition in Diagrammatic Order [duplicate]
Possible Duplicate:
How to look up a symbol?
Is there a LaTeX macro that produces the fat semicolon symbol? As noted in Wikipedia,
A further variation encountered in computer science is ...
7
votes
1answer
231 views
Making integral ∫ use \limits by default with unicode-math
How can I make the unicode integral symbol ∫ act as if it is followed by \limits? Classically \usepackage[intlimits]{amsmath} would do. But with unicode-math this does not help anymore. I also tried:
...
5
votes
2answers
254 views
LuaLaTeX + load one particular math symbol from an OTF file
I try to load exactly one symbol from an OpenType Font file and use it in a math environment. However, it seems to me, that I can only use the symbol in "normal" text but not in math mode. Here is a ...
11
votes
4answers
778 views
How to print \frac{1}{2} by a single Unicode character?
I am looking for a command which would print simple fractions like 1/2, 1/3 etc using glyphs available in modern TTF/OTF fonts. Ideally, I want this command to output ordinary \frac{1}{2}, \frac{1}{3} ...
22
votes
2answers
12k views
Which dot character to use in which context?
Wikipedia lists several dot characters in Unicode. These are the ones that are ambiguous to me:
interpunct, middle dot (·) · · U+00B7 "midpoint (in typography)"
...
6
votes
1answer
336 views
Math symbols not being printed.
I am having problems printing an equation. I have the following definitions:
\documentclass{scrreprt}
\usepackage{mathspec}
\defaultfontfeatures{Mapping=tex-text,BoldFeatures={Weight=2}}
...