next up previous [pdf]

Next: First steps Up: Maurice: Tutorial Previous: Prerequisites

Introduction

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:

  1. Open a Unix shell.
  2. Change directory to the tutorial directory
    bash$ cd $RSFSRC/book/rsf/school2016
    
  3. Open the paper.tex file in your favorite editor, for example by running
    bash$ nedit paper.tex &
    
  4. Look at the first line in the file and change the author name from Maurice the Aye-Aye to your name (first things first).




2016-06-06