Project page for i_dont_use_word

Reasons for not using Microsoft Office

  1. I don't like writing documents with Microsoft Word.
  2. I don't like making slides with Microsoft PowerPoint.
  3. I don't have much money for Microsoft.
  4. Many Microsoft Office skills will be outdated in several years.

Why do I write documents with pandoc?

  1. Tools are free.
  2. I enjoy using Vim to edit text.
  3. Skills are independent of platforms and are valid over a long period of time.

Sample output

Here are some demo files.

  1. Slides: sample_beamer.pdf
  2. Handout: sample_pdf.pdf

Screenshots

They show what I've actually done on Linux.

  1. Open the editor

    Vim 7.4

    Vim 7.4

  2. Use fugitive.vim to show git status.

    fugitive.vim

    fugitive.vim

  3. Use the same plugin to git commit

    fugitive.vim commit

    fugitive.vim commit

  4. Use the same plugin to view the log.

    fugitive.vim commit

    fugitive.vim commit

    fugitive.vim commit

    fugitive.vim commit

  5. Another way to commit

    fugitive.vim commit short

    fugitive.vim commit short

  6. Find the contents in a file.

    grep

    grep

  7. View the log again.

    git log

    git log

  8. Prepare the slides

    vim command for the slides

    vim command for the slides

    vim command for the slides

    vim command for the slides

  9. Prepare the handout

    vim command for the handout

    vim command for the handout

    vim command for the handout

    vim command for the handout

Note: The items in the nested list need to be indented by 4 spaces, instead of 2.
i.e. The above screenshots are wrong, and sample.txt on the master branch is correct.