From 3fd5e1687f045ac48df0afd8f9da3767d585ad6a Mon Sep 17 00:00:00 2001 From: Nikolas Vanderhoof Date: Sun, 22 May 2016 23:41:01 -0400 Subject: [PATCH] Destroyed Introduction (markdown) --- Introduction.md | 49 ------------------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 Introduction.md diff --git a/Introduction.md b/Introduction.md deleted file mode 100644 index b24eeb9..0000000 --- a/Introduction.md +++ /dev/null @@ -1,49 +0,0 @@ -Vimtex provides convenient functionality for editing LaTeX documents. The -main goal of Vimtex is to be simple, functional, and to be easy to customize -and evolve. - -## Feature Overview - -- Document compilation with latexmk -- Support for several PDF viewers with forward search - - [MuPDF](http://mupdf.com/) - - [Zathura](https://github.com/pwmt/zathura) - - [Okular](https://github.com/jkufner/Okular) - - [qpdfview](https://launchpad.net/qpdfview) - - [SumatraPDF](http://www.sumatrapdfreader.org/free-pdf-reader.html) - - Other viewers are supported through a general interface -- Completion of citations, labels, glossary entries and filenames -- Document navigation through - - table of contents - - table of labels -- Word count (through [texcount](http://app.uio.no/ifi/texcount/)) -- Motions - - Move between sections with `[[`, `[]`, `][`, and `]]` - - Move between matching delimiters with `%` -- Text objects - - `ic` `ac` Commands - - `id` `ad` Delimiters - - `ie` `ae` LaTeX environments - - `i$` `a$` Inline math structures -- Other mappings - - Delete the surrounding command or environment with `dsc`, `dse`, and `ds$` - - Change the surrounding command or environment with `csc`, `cse`, and `cs$` - - Toggle between starred environment with `tse` - - Toggle between e.g. `()` and `\left(\right)` with `tsd` - - Close the current environment/delimiter in insert mode with `]]` - - Insert new command with `` - - Convenient insert mode mappings for faster typing of e.g. maths -- Folding -- Indentation -- Improved syntax highlighting - - Highlight matching delimiters - - Support for the following packages - - [biblatex](https://github.com/plk/biblatex) - - [natbib](http://ctan.org/pkg/natbib) - - [cleveref](http://www.ctan.org/tex-archive/macros/latex/contrib/cleveref/) - - [listings](https://www.ctan.org/pkg/listings) - - [minted](https://github.com/gpoore/minted) - - [dot2tex](https://github.com/kjellmf/dot2tex) -- Support for multi-file project packages - - import - - subfiles \ No newline at end of file