day1/tot.tex
changeset 364 856470d9a952
parent 363 20ec695eff0b
child 366 ec4cb3ba7f09
equal deleted inserted replaced
363:20ec695eff0b 364:856470d9a952
   252 
   252 
   253 \section{Saving Commands}
   253 \section{Saving Commands}
   254 \begin{frame}[fragile]
   254 \begin{frame}[fragile]
   255 \frametitle{History and Saving of Commands}
   255 \frametitle{History and Saving of Commands}
   256 \begin{itemize}
   256 \begin{itemize}
   257 \item \typ{\%hist} gives complete history of commands in a session
   257 \item \typ{\%hist} gives history of commands in a session
   258 \item \typ{\%save} can be used to save the commands
   258 \item \typ{\%save} can be used to save the commands
   259 \end{itemize}
   259 \end{itemize}
   260 \begin{block}{Careful about errors!}
   260 \begin{block}{Careful about errors!}
   261   \kwrd{\%hist} will contain the errors as well,\\
   261   \kwrd{\%hist} will contain the errors as well,\\
   262   so be careful while selecting line numbers.
   262   so be careful while selecting line numbers.
   268   \frametitle{Editors}
   268   \frametitle{Editors}
   269   The following are some good editors:
   269   The following are some good editors:
   270   \begin{itemize}
   270   \begin{itemize}
   271   \item emacs
   271   \item emacs
   272   \item vim
   272   \item vim
   273   \item scite - we recommend scite
   273   \item \alert{scite} - we recommend it
   274   \end{itemize}
   274   \end{itemize}
   275 \end{frame}
   275 \end{frame}
   276 
   276 
   277 \section{Scite - How to}
   277 \section{Scite - How to}
   278 \begin{frame}[fragile]
   278 \begin{frame}[fragile]