General\alpha command problem?

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
man2011
Posts: 43
Joined: Tue Jan 11, 2011 4:19 am

\alpha command problem?

Post by man2011 »

Dear guys,

I have a problem with using \alpha command.. we I use the following simple tex

Code: Select all

\documentclass[twocolumn]{article}
\usepackage[landscape]{geometry}
\usepackage{lingmacros}

\begin{document}
\section{basics}
\subsection{General principles}
\alpha a terminal
\end{document}
the alpha letter is attached to {a terminal).. in other words, what is displayed is the whole sentence becomes like this aaterminal the whole phrase looks as one word... how can I sort this out? i tried to use this command as well {\alpha} in other I tried to put alpha command between this brackets {} but the problem is still exist...


help appreciated :mrgreen:
Last edited by man2011 on Sun Feb 13, 2011 8:43 pm, edited 1 time in total.

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

\alpha command problem?

Post by localghost »

Every basic documentation about LaTeX tells you that the \alpha command for the corresponding small Greek letter is allowed only in math mode.


Thorsten
man2011
Posts: 43
Joined: Tue Jan 11, 2011 4:19 am

Re: \alpha command problem?

Post by man2011 »

thank you so much for your help...

What I was thinking of that alpha is considered in latex as a letter rather than math... it is working now

thank you again :D
Post Reply