Next: First steps
Up: Maurice: Tutorial
Previous: Prerequisites
In this tutorial, you will be asked to run commands from the Unix
shell (identified by bash$) and to edit files in a text
editor. Different editors are available in a typical Unix environment
(vi, emacs, gedit, nedit, etc.)
Your first assignment:
- Open a Unix shell.
- Change directory to the tutorial directory
bash$ cd tutorial
- Open the paper.tex file in your favorite editor, for example by
running
bash$ nedit paper.tex &
- Look at the first line in the file and change the author name from Maurice the Aye-Aye to your name (first things first).
2017-07-21