From 015e5d3e2ef56e32a37642dee913de019c5e22a3 Mon Sep 17 00:00:00 2001 From: Andreas Maunz Date: Mon, 4 Feb 2013 19:28:37 +0100 Subject: Fixed vim latex --- _posts/2012-05-18-using-vim.md | 8 +++----- 1 file 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'. -- cgit v1.2.3