Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sfomel committed Jan 2, 2018
1 parent 4c5653a commit ff60502
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions book/m8r/format/paper.tex
Original file line number Diff line number Diff line change
Expand Up @@ -511,5 +511,9 @@ \subsection{Reading and writing ASCII files}
4.8 9.1 7.3
\end{verbatim}

\subsection{Reading LAS files}

The LAS format...

\bibliographystyle{seg}
\bibliography{format,SEG,SEP2}
6 changes: 4 additions & 2 deletions book/m8r/shell/paper.tex
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@ \chapter{Running Madagascar programs on the command line}
\texttt{Madagascar} programs and illustrates their usage with simple
examples. In the example below, \verb+bash$+ indicates the Unix shell prompt.

\section{Unix shell overview}
%\section{Unix shell overview}

Madagascar operates in a Unix shell environment, such as \texttt{bash}
(Bourne Again SHell) \cite[]{bash} or \texttt{csh} (C SHell)
\cite[]{tcsh}. It makes use of such command-line constructs as
standard input and standard output, pipes, and environmental
variables...
variables. To work effectively with Madagascar, it helps to know Unix shell and
basic Unix commands such as \texttt{cd}, \texttt{ls}, \texttt{cp},
etc. We assume that the reader is familiar with such environment.

\section{Main programs}

Expand Down

0 comments on commit ff60502

Please sign in to comment.