cliquez sur ce site https://www.writelatex.com/
Online LaTeX editor which has Vim and Emacs flavored editor.
cliquez sur ce site https://www.writelatex.com/
Online LaTeX editor which has Vim and Emacs flavored editor.
Two column for LaTeX from Pandoc.
Add twocolumn and replace longtable with supertabular.
\documentclass[twocolumn]{article} ... \usepackage{supertabular} ... \begin{supertabular}[c]{@{}lll@{}} ... \end{supertabular}
To make a figure span over two columns, use figure*.
\begin{figure*}[htbp] ... \end{figure*}
Make the figure caption bold or customize by Caption package.
http://tex.stackexchange.com/questions/3276/caption-is-bold-can-i-have-part-of-it-not-bold?rq=1
http://tex.stackexchange.com/questions/32459/figure-how-to-have-figure-1-5-in-bold
Recommended/popular LaTeX packages.
1. 9 Essential packages.
http://www.howtotex.com/packages/9-essential-latex-packages-everyone-should-use/
2. 10+ packages.
http://blog.analogmachine.org/2011/05/16/top-10-latex-packages/
3. Discussion in TeX StackExchange forum.
http://tex.stackexchange.com/questions/553/what-packages-do-people-load-by-default-in-latex
Figure out LaTeX symbol commands by drawing the symbol.
http://ebiquity.umbc.edu/blogger/2009/07/12/detexify-draw-symbol-get-latex-command-tex-sketch/
Auto size of images in Beamer class.
\usepackage{letltxmacro} \makeatletter \def\maxwidth{\ifdim\Gin@nat@width>\linewidth\linewidth\else\Gin@nat@width\fi} \makeatother \AtBeginDocument{ \LetLtxMacro\Oldincludegraphics\includegraphics \renewcommand{\includegraphics}[2][]{% \Oldincludegraphics[#1,width=\maxwidth]{#2}} }
http://tex.stackexchange.com/questions/67434/redefine-includegraphics-for-beamer#comment143600_67434
Beamer paper size is smaller than usual paper size.
The “paper size” of a beamer presentation is fixed to 128mm times 96mm.
With this trick, the normal font can be shown nicely.
But be cautious setting the image size with absolute value.
or use
\includegraphics[width=0.6\textwidth]{graphics.pdf}
http://web.mit.edu/8.13/presentations/beameruserguide.pdf
Citation
LaTeX subcaption package.
http://www.tug.org/texlive/Contents/live/texmf-dist/doc/latex/caption/subcaption.pdf
Content starts its own page in LaTeX
use \clearpage or \cleardoublepage.
http://tex.stackexchange.com/questions/2958/why-is-newpage-ignored-sometimes
BibTeX style file (bst) database.
http://bst.maururu.net/index.php