From 8571c56da4efe59db89764d98b5d238facada054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20Yngve=20Lerv=C3=A5g?= Date: Mon, 24 Oct 2016 15:39:35 +0200 Subject: [PATCH] Updated folding test file --- .../folding/{preamble.tex => main.tex} | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) rename test/features/folding/{preamble.tex => main.tex} (86%) diff --git a/test/features/folding/preamble.tex b/test/features/folding/main.tex similarity index 86% rename from test/features/folding/preamble.tex rename to test/features/folding/main.tex index 204e133..bb034c4 100644 --- a/test/features/folding/preamble.tex +++ b/test/features/folding/main.tex @@ -1,4 +1,8 @@ \documentclass[% Options of scrbook + % + % Preamble fold starts here, unless 'documentclass' is added to the + % g:vimtex_fold_commands option. + % % draft, fontsize=12pt, %smallheadings, @@ -25,7 +29,18 @@ ]{scrbook} % -% Fold usepackages +% Fold commands (single) +% +\hypersetup{ + ..., +} +\tikzset{ + testing, + tested, +} + +% +% Fold commands (single_opt) % \usepackage[ ... @@ -40,7 +55,7 @@ ]{biblatex} % -% Fold newcommands and similar +% Fold commands (multi) % \renewcommand{\marginpar}{% \marginnote%