This repository provides several examples and resources for LaTeX. All examples are tested using MikTeX 2.9 on Windows 7 and on Ubuntu 12.04/14.04 using texlive-full
.
Some additional repositories with LaTeX source code.
- LaTeX Examples by Martin Thomas
- Curriculum Vitae: Deedy-Resume: Resume from Debarghya Das
- Curriculum Vitae: David Stutz
- Curriculum Vitae: Awesome-CV
- Thesis: Gilles Louppe
- Seminar: "Dart - A Brief Introduction"
- Seminar: "Introduction to Neural Networks"
- Seminar: "Understanding Convolutional Neural Networks"
- Thesis: "Superpixel Segmentation using Depth Information"
- Beamer: PowerPoint Themes for Beamer
- Beamer: Theme Vertex
- Beamer: Theme Manc
- BaPoster
- Displaying listings in LaTeX Beamer slides (solved
Text dropped after begin of listing on input ...
). - Overlay specification aware captions?
- How to hide the "References" heading from the
thebibliography
environment? - How to align images left or right similar to
\centering
? - How to add footnotes to figure captions?
- How to handle dots in filenames when using
\includegraphics
? - How to change spacing between items in itemize?
- How to start section numbering at 0?
- How to adapt padding in tables?
- How to display full-width figures/tables in two-column layout?
- How to reference a footnote multiple times?
- How to add subsubsubsections? Alsoe here.
- Argmin and argmax in math mode?
- How to number inline quations?
- Bayesian Networks in TikZ:
tikz-bayesnet
library. - Available TikZ node shapes.
- PGFPlots Gallery: Listing most examples from the documentation.
- How to move axis labels? Also here or here.
- X mark.
- Boxed check mark.
- How to remove the References title?
- How to insert eps graphics?
- How to remove scientific notation (i.e. *10^(-x)) in pgfplots?
- How to align subplots with different ticks/labels in pgfplots?
- How to change the appearance of grids in pgfplots?
- Matrix plot (similar to MatLab imagesc).
- How to plot multiple y axes?
- How to draw shifted plots from the same data?
- Ditto mark/"same as above" mark (1). (2)
- Why does label create whitespace after phantomsubcaption
- How to start an enumerate at something other than 1?
- How to fix SIAM label errors?
- How to place equation numbers on the right/left?
- How to get a circle symbol?
- How to get one vertically centered equation number for multi-line equations?
- How to get a centered plus-minus symbol?
- How to disable the numbering of algorithms?
- How to get even smaller fonts?
- How to remove space between figures and captions?
- How to reduce padding after figure?
- How to enable/force minor ticks for logarithmics axes?
- How to customize/force axis-wide scientific notation multiplier?
- How to enable shell-escale in TeXworks?
- How to horizontally align TikZ nodes of different sizes?
- How to define the background color in mdframed?
- How to do a proper liminf and limsup?
- How to do a proper argmax and argmin?
- How to create page-width tables?
- How to create multi-columns in tables?
- How to create multi-rows in tables?
- How to set row and column padding in tables?
- How to avoid "TeX capacity exceeded" in MikTeX?
- How to avoid hyphenation and how to allo breaks in long words without hyphenation?
- How to change the font size of figure captions?
Several examples have been taken from different places all over the world wide web. This is usually indicated by the corresponding URL within the source code.
All other examples are licensed under the BSD 3-Clause License:
Copyright (c) 2015, David Stutz All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
- Neither the name of David Stutz nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.