Deyan Ginev edited section_Layout_directives_subsection_General__.tex  almost 9 years ago

Commit id: dac6d6f653cae7647d43092213ba962eed4fcc3d

deletions | additions      

       

\section{Layout directives}  \subsection{General Layout}  \begin{lstlisting}  {\centering You can display text:}  \hrule  \begin{flushleft}flushed left\end{flushleft}  \begin{center}centered\end{center}  \begin{flushright}flushed right\end{flushright}  \hrule  \end{lstlisting}  \subsection{General Layout}  \begin{lstlisting}  {\centering You can display text:}  \hrule  \begin{flushleft}flushed left\end{flushleft}  \begin{center}centered\end{center}  \begin{flushright}flushed right\end{flushright}  \hrule  \end{lstlisting}  \subsection{Tables and Listings}  Authorea supports figures as separate text blocks, so you should never have to write \verb|\begin{figure}| in your documents. However, listings and tables are perfectly acceptable. In fact, you could be curious to find out the technique which we use here for aligning our listings and tables in two horizontal columns. The relevant snippet is: