Tagged Questions
4
votes
2answers
905 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
1answer
159 views
Should lambdas in lambda-calculus be set in italics?
This question is not specific to TeX and derivatives, but I feel that this community is the best to answer it.
Should the letter lambda (λ) be typeset upright or in italics in the following ...
8
votes
2answers
751 views
Define particle names to use upright greek letters in math mode
Currently I have my electron neutrino & beta particle marco defined as
\newcommand{\eneutrino}{\ensuremath{\nu_e}}
\newcommand{\belectron}{\ensuremath{\beta^{-}}}
...
7
votes
2answers
2k views
Should Greek letters inserted in text (using math mode, mostly) always be italic?
The least painful way I know of inserting a Greek letter in a text is to use the math mode and the corresponding command. This will produce an alpha letter :
$\alpha$
But this always produces an ...