Text FormattingInserting symbols via overleaf

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
elizabethmoran2
Posts: 1
Joined: Wed Feb 01, 2017 10:14 pm

Inserting symbols via overleaf

Post by elizabethmoran2 »

I am attempting to prepare a manuscript in overleaf, which was recommended by the journal (PNAS). I'm trying to insert an "alpha" symbol, and cannot seem to do this in the application.

I have tried:
1. Using the \text command
2. Downloading the textcomp package
3. Using the \usepackage command
4. Downloading the babel package
5. Copying and pasting directly from Word

Any ideas as to how else I might do this using the browser version of Overleaf? Thanks in advance!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

rais
Posts: 419
Joined: Sun Nov 16, 2014 8:51 pm

Inserting symbols via overleaf

Post by rais »

try $\alpha$ if in text mode or \ensuremath{\alpha} if you're unsure about the mode, LaTeX is currently in in your document. If that doesn't help, please post a Infominimal working example.

KR
Rainer
Post Reply