LaTeX/README.md

26 lines
316 B
Markdown
Raw Normal View History

2014-05-20 21:06:39 +02:00
LaTeX
=====
2014-05-20 21:38:45 +02:00
***
*Different packages for LaTeX*
2014-05-20 21:06:39 +02:00
2014-05-20 21:38:45 +02:00
- barchart - creates vertical barchart easily.
- barchart_doc.pdf for documentation
2016-05-16 11:33:44 +02:00
- \usepackage{barchart} for installation
***
# Snippts
- Don't run large block of code
\iffalse
2016-05-21 17:38:37 +02:00
%code
2016-05-16 11:33:44 +02:00
\fi
2016-05-21 17:38:37 +02:00
- Scale tabular
\resizebox{\textwidth}{!}{%
%tabular
}