Tagged Questions
4
votes
2answers
203 views
How to switch to upright greek in math mode?
tI use libertine and newtxmath font packages, they provide upright greek letters. However, there is no way to automatically swith between italic and upright greek letters. I need a command, simillar ...
4
votes
2answers
886 views
Italic Greek characters in Times New Roman
I'm very new to LaTeX! I'm trying to create a template for creating scientific reports as PDFs. I'd like the whole of the document to be in Times New Roman. I've used the package pslatex, which ...
1
vote
2answers
2k views
How to specify variant tau? [duplicate]
Possible Duplicate:
How to look up a symbol?
How can I get the "hooked" form of lowercase tau (see below) to show in posts in SE (Math, Theoretical CS, etc.)?
P.S. I tried the "obvious" ...
7
votes
3answers
2k views
siunitx: µ doesn't work
I'm using TeXnicCenter for Windows (7) and I'm a bloody beginner in everything that concerns LaTeX. I'm using the siunitx package for mathematical formulas and it works just fine... with one ...
3
votes
3answers
616 views
How do I write the mathematical version of the greek letter phi when using the babel package to make greek letters upright?
I'm writing an essay in which I need the greek letters to be upright. I have fixed this by applying the accepted solution given to this question. I quote from that solution:
\documentclass{minimal}
...
6
votes
1answer
1k views
Greek character in Beamer document title
I need to include the Greek letter sigma in the title of my Beamer presentation. When I use $\sigma$ to obtain the symbol (which works fine in other LaTeX document titles), I receive the warning ...
3
votes
1answer
574 views
Alternate Greek symbols
I remember there being a way to display some Greek letters in a slightly different style (like how people often write Greek letters a bit differently than they're printed). Can anybody remind me of ...
14
votes
3answers
2k views
Blackboard bold variants for Greek letters
It is common (or it used to be) to use a blackboard-bold variant of \mu to denote roots of unity in some mathematical papers. However, despite searching (several times, periodically over several ...
4
votes
2answers
851 views
How do I get a proper mathematical \Lambda when using gfsneohellenic?
I am using the gfsneohellenic for my paper (which is in English). I load it using:
\usepackage[LGR,T1]{fontenc}
\usepackage[default]{gfsneohellenic}
Everything works fine except for capital greek ...
5
votes
5answers
3k views
Why can I only use some capital greek letters inside my equations?
For example:
\begin{equation}
\delta % ok
\Delta % ok
\epsilon % ok
\Epsilon % error
\end{equation}