summaryrefslogtreecommitdiff
path: root/_posts/2012-05-18-using-vim.md
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-08-04 09:00:41 +0200
committerAndreas Maunz <andreas@maunz.de>2012-08-04 09:00:41 +0200
commit4deab97fc056ce885699160f5884f435ed98ed70 (patch)
treed18af90f385c0c9c57688bbf0fe02e3e950dfe5d /_posts/2012-05-18-using-vim.md
parent4314a36215e58b15c8b462b8bda55b85299d8ca0 (diff)
Colorscheme in Gvim
Diffstat (limited to '_posts/2012-05-18-using-vim.md')
-rw-r--r--_posts/2012-05-18-using-vim.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/_posts/2012-05-18-using-vim.md b/_posts/2012-05-18-using-vim.md
index f759a78..d102508 100644
--- a/_posts/2012-05-18-using-vim.md
+++ b/_posts/2012-05-18-using-vim.md
@@ -288,7 +288,8 @@ Install LaTeX:
texlive-doc-de \
texlive-latex-extra \
texlive-lang-german \
- texlive-science
+ texlive-science \
+ texlive-fonts-extra
Install **Vim**, the Gnome version:
@@ -343,6 +344,13 @@ Now you can edit and compile `.tex` files from within **GVim**. Load a [template
In **Vim**, press `\ll` to compile to dvi format. Start xdvi (the dvi viewer) to view results. Change something, compile again and reload (`Ctrl+R`) the viewer.
+Note: Reduce colors and decrease font size in **Gvim** by setting
+
+ colorscheme morning
+ set guifont=Monospace\ 8
+
+in your `.gvimrc`.
+
**GVim** can interact with xdvi
--------------------------