Skip to content

Commit

Permalink
gc3.sty: Add new verbatim environment stdout.
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardomurri committed Jul 9, 2016
1 parent 50b3f7b commit ee242d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/programmers/tutorials/bottom-up/gc3.sty
Expand Up @@ -92,6 +92,9 @@
}%
\lstnewenvironment{python}{\lstset{language=python}}{}%
\lstnewenvironment{sh}{\lstset{language=sh}}{}%
\lstnewenvironment{stdout}{%
\lstset{language=sh,basicstyle=\tiny\ttfamily\bfseries,escapechar=^}
}{}%

\usepackage{hyperref}
% for a summary of hyperref options,see: http://www.andy-roberts.net/writing/latex/pdfs
Expand Down
3 changes: 3 additions & 0 deletions docs/programmers/tutorials/workflows/gc3.sty
Expand Up @@ -92,6 +92,9 @@
}%
\lstnewenvironment{python}{\lstset{language=python}}{}%
\lstnewenvironment{sh}{\lstset{language=sh}}{}%
\lstnewenvironment{stdout}{%
\lstset{language=sh,basicstyle=\tiny\ttfamily\bfseries,escapechar=^}
}{}%

\usepackage{hyperref}
% for a summary of hyperref options,see: http://www.andy-roberts.net/writing/latex/pdfs
Expand Down

0 comments on commit ee242d8

Please sign in to comment.