bfh-cli.sty (1006B)
1 %% Copyright (C) 2018 by Andreas HABEGGER <andreas.habegger@bfh.ch> 2 %% ---------------------------------------------------------------------- 3 %% This work may be distributed and/or modified under the 4 %% conditions of the LaTeX Project Public License, either version 1.3 5 %% of this license or (at your option) any later version. 6 %% The latest version of this license is in 7 %% http://www.latex-project.org/lppl.txt 8 %% and version 1.3 or later is part of all distributions of LaTeX 9 %% version 2005/12/01 or later. 10 %% 11 %% This work has the LPPL maintenance status `maintained'. 12 %% 13 %% The Current Maintainer of this work is Andreas Habegger. 14 %% 15 %% 16 \NeedsTeXFormat{LaTeX2e}[1994/06/01] 17 \ProvidesPackage{bfh-cli}[% 18 2018/08/07 19 v1.0 20 CLI env for slides 21 ] 22 %\RequirePackage{verbatim} 23 24 \newenvironment{cli}[1][\$] 25 { \ttfamily\scriptsize\textbf{{#1}\,:\;}\noindent\ignorespaces} 26 { \par } 27 28 %% Usage examples 29 %% 30 %% User shell 31 % \begin{cli}git log \end{cli} 32 %% Root shell 33 %\begin{cli}[\#]git log \end{cli}