Skip to content
Snippets Groups Projects
Unverified Commit cbc74731 authored by Vít Starý Novotný's avatar Vít Starý Novotný
Browse files

Load packages associated with tables class option in examples by default

parent ad9ff2ba
No related branches found
No related tags found
No related merge requests found
...@@ -452,6 +452,9 @@ ...@@ -452,6 +452,9 @@
\usepackage{amsfonts} \usepackage{amsfonts}
\usepackage{url} %% Hyperlinks \usepackage{url} %% Hyperlinks
\usepackage{markdown} %% Lightweight markup \usepackage{markdown} %% Lightweight markup
\usepackage{tabularx} %% Tables
\usepackage{tabu}
\usepackage{booktabs}
\usepackage{listings} %% Source code highlighting \usepackage{listings} %% Source code highlighting
\lstset{ \lstset{
basicstyle = \ttfamily, basicstyle = \ttfamily,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment