LaTex tips.
# fix the order of citations | |
\bibliographystyle{unsrtnat} | |
\usepackage[numbers,sort&compress]{natbib} | |
# figures layout | |
# credit: https://tex.stackexchange.com/questions/129077/figure-in-beamer | |
\begin{tabular}{p{.3\textwidth} p{.7\textwidth}} | |
\adjincludegraphics[width=.8\linewidth,valign=t]{example-image} | |
& | |
\raggedright\arraybackslash\textbf{``The problem of distinguishing prime numbers from composites, and of resolving composite numbers into their prime factors, is one of the most important and useful in all of arithmetic."} | |
\end{tabular} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
update