Deyan Ginev edited section_Layout_Directives_subsection_General__.tex  almost 9 years ago

Commit id: c4b0705e9a6908aa7c298249a372cd5cf5530ea9

deletions | additions      

       

\section{Layout Directives}  \subsection{General Layout}  \begin{minipage}{0.5\textwidth}  {\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{minipage}  \noindent\begin{minipage}{0.5\textwidth}  \begin{lstlisting}  {\centering You can display text:}  \hrule 

\begin{flushright}flushed right\end{flushright}  \hrule  \end{lstlisting}  \end{minipage}  \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: