Skip to content

Latest commit

 

History

History
68 lines (64 loc) · 1.57 KB

snippets.org

File metadata and controls

68 lines (64 loc) · 1.57 KB

Snippets

Wrap

\begin{wrapfigure}[15]{l}{0.45\textwidth}
    \begin{center}
        \includegraphics[max width=\textwidth]{}
    \end{center}
\end{wrapfigure}

Two columns

Floatrow

\begin{figure}[H]
\begin{floatrow}
    \floatbox{figure}[.42\textwidth][\FBheight][t]{}{
    \includegraphics[max width=0.42\textwidth]{}
}
    \floatbox{table}[0.5\textwidth][\FBheight][t]{}{
    \begin{tabular}{}
    \end{tabular}
}
\end{floatrow}
\end{figure}

longtable with minipages

\begin{longtable}[]{@{}
  >{\raggedright\arraybackslash}p{(\columnwidth - 2\tabcolsep) * \real{0.50}}
  >{\raggedright\arraybackslash}p{(\columnwidth - 2\tabcolsep) * \real{0.50}}@{}}
\endhead
\includegraphics[width=\linewidth]{pm5sys_.png}
& \begin{minipage}[b]{\linewidth}\raggedright
\end{minipage} \\
\end{longtable}

figure raisebox

\raisebox{\normalbaselineskip-\height}{\includegraphics[width=\linewidth]{}}

Table

Framed, 2 Columns

\begin{table}[H]
\centering
\begin{tabular}{|L{0.12375\textwidth} | L{0.81\textwidth}|}
    \hline
    System 2 & \textbf{Conflict resolution, stability}. \\
    \hline
\end{tabular}
\end{table}

Color

\textcolor{O}{\textbf{Operation}}
\textcolor{M}{\textbf{Metasystem}}
\textcolor{E}{\textbf{Environment}}
\textcolor{E}{\textbf{E}}
\textcolor{O}{\textbf{O}}
\textcolor{M}{\textbf{M}}

Reference to Section

\hyperref[LABEL]{TEXT}