Top "Latex" questions

LaTeX is a macro package implemented on Donald Knuth's TeX programming language and is used primarily for creating high quality written documents.

What LaTeX Editor do you suggest for Linux?

What LaTeX editor do you suggest? Could you please give me some links?

latex editor
How do I remove blank pages coming between two chapters in Appendix?

Is there a way to remove blank pages appearing between two chapters, in Appendix?

latex
How do I determine file encoding in OS X?

I'm trying to enter some UTF-8 characters into a LaTeX file in TextMate (which says its default encoding is UTF-8), …

macos encoding latex utf-8
How to display a content in two-column layout in LaTeX?

I am writing an article in LaTeX and I would like to display some content in two column layout. In …

latex
Making LaTeX tables smaller?

I have a LaTeX table that looks like this: \begin{table}[!ht] \centering \small \caption{ \bf{Caption}} \begin{tabular}{l|…

latex
Eliminate space before \begin{itemize}

In Latex, how do I eliminate the space inserted before itemize? \begin{itemize} % produces lots of vertical space \item ... \item ... \…

latex
Latex Multiple Linebreaks

I use LaTeX to type up programming homeworks for classes. I need to do this: my line of text blah …

latex line-breaks
How to label each equation in align environment?

I wonder how to label each equation in align environment? For example \begin{align} \label{eq:lnnonspbb} \lambda_i + \mu_…

latex equation alignment
Latex - Change margins of only a few pages

I have a Latex document where I need to change the margins of only a few pages (the pages where …

latex
How to center cell contents of a LaTeX table whose columns have fixed widths?

Consider the following piece of LaTeX code: \begin{tabular}{p{1in}p{1in}} A & B\\ C & D\\ \end{…

alignment latex tabular