Emacs: LaTeX article template improvements.

master
Pierre Neidhardt 2013-01-17 12:23:57 +01:00
parent 1cb15a12e9
commit ae6d5b1044
1 changed files with 23 additions and 15 deletions

View File

@ -45,12 +45,34 @@
\renewcommand{\arraystretch}{1.4}
% \renewcommand{\familydefault}{\sfdefault}
\usepackage{needspace}
% \usepackage{needspace}
%%==============================================================================
%% Tables
% \usepackage{longtable}
% \usepackage{tabu}
%%==============================================================================
%% Graphics
%% Load TikZ after xcolor.
% \usepackage[svgnames]{xcolor}
% \usepackage{graphicx}
% \usepackage{tikz}
% \newcommand{\fancybox}[1]{
% \begin{tikzpicture}
% \node[draw,rounded corners]{#1};
% \end{tikzpicture}
% }
%%==============================================================================
%% Misc.
% \usepackage{calc}
% \usepackage{fp}
% \usepackage{lipsum}
%%=============================================================================
%% Listings
@ -77,20 +99,6 @@
% \lstset{escapechar=@,style=customc}
%%==============================================================================
%% Graphics
%% Load TikZ after xcolor.
% \usepackage[svgnames]{xcolor}
% \usepackage{graphicx}
% \usepackage{tikz}
% \newcommand{\fancybox}[1]{
% \begin{tikzpicture}
% \node[draw,rounded corners]{#1};
% \end{tikzpicture}
% }
%%=============================================================================
%% Babel