summaryrefslogtreecommitdiff
path: root/_posts
diff options
context:
space:
mode:
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'.