dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 9dc17810f2a1e9c0c67d528b25263e33522654a7
parent 9702a89273f503481d3cc1017e8d41ea028256b8
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu,  2 May 2019 07:59:47 +0200

Inputenc throws an error on new latex compiler

Diffstat:
M.vim/UltiSnips/tex.snippets | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/.vim/UltiSnips/tex.snippets b/.vim/UltiSnips/tex.snippets @@ -78,8 +78,6 @@ endsnippet snippet article "Blank article template" \documentclass[a4paper,twoside,onecolumn,10pt]{article} -% substitute draft for final -\usepackage[utf8]{inputenc} %% Language \usepackage[english]{babel} % break words