summaryrefslogtreecommitdiff
path: root/_posts
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2013-02-04 19:28:37 +0100
committerAndreas Maunz <andreas@maunz.de>2013-02-04 19:28:37 +0100
commit015e5d3e2ef56e32a37642dee913de019c5e22a3 (patch)
tree06c393ef60ada5b59eb103e705128da23bd8b133 /_posts
parent9a2a6c1f54bb652fb80d6c9f0669304914f34ef2 (diff)
Fixed vim latex
Diffstat (limited to '_posts')
-rw-r--r--_posts/2012-05-18-using-vim.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/_posts/2012-05-18-using-vim.md b/_posts/2012-05-18-using-vim.md
index d8a4a57..170650e 100644
--- a/_posts/2012-05-18-using-vim.md
+++ b/_posts/2012-05-18-using-vim.md
@@ -324,7 +324,7 @@ Using **Vim** with Latex
LaTeX is a system for setting characters ('types'). Actually, it is a wrapper of macros around TeX, [created by Donald Knuth](http://www.tug.org/whatis.html). LaTeX is most widely used In technical writing, especially mathematics, physics, and computer science, because it can typeset mathematical formulae beautifully.
-1. Install LaTeX:
+Install LaTeX:
sudo apt-get install \
texlive \
@@ -334,14 +334,12 @@ LaTeX is a system for setting characters ('types'). Actually, it is a wrapper of
texlive-science \
texlive-fonts-extra
-2. Install **Vim**, the Gnome version:
+Install **Vim**, the Gnome version:
sudo apt-get install \
vim-gnome
-3. Install vim-latex as described under 'Plugins'.
-
-Now you can edit and compile TeX files.
+Install vim-latex as described under 'Plugins'.