1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
# termsim package
# Matthew Bertucci 1/9/2021 for v1.1.1
#include:expl3
#include:xtemplate
#include:l3keys2e
#include:xparse
#include:fontawesome5
#include:varwidth
#include:amssymb
#include:xcolor
#include:etoolbox
#include:minted
#include:tcolorbox
# loads skins, xparse, and breakable tcolorbox libraries
#include:pdfcol
#include:tikz
# loads shapes.geometric tikzlibrary
\begin{terminal}{title%text}#V
\begin{terminal}[options%keyvals]{title%text}#V
\end{terminal}
\begin{terminal*}[options%keyvals][comments%text]{title%text}#V
\end{terminal*}
\termfile{title%text}{file}#i
\termfile[options%keyvals]{title%text}{file}#i
\termfile*[options%keyvals][comments%text]{title%text}{file}#i
\termset{options%keyvals}
#keyvals:\begin{terminal},\begin{terminal*},\termfile,\termfile*,\termset
minted#true,false
os=#win10,mac,ubuntu
theme=#dark,light,white
shstyle=%<style%>
shsize=%<font size command%>
commentf=%<format commands%>
shstretch=%<factor%>
#endkeyvals
mpurple#B
mgray#B
ogray#B
oorange#B
termimal#B
linux#B
windows#B
cvgrayc#B
cvgray#B
cvgrayb#B
cvblue#B
zhanqing#B
chengse#B
AppleRed#B
AppleYellow#B
AppleGreen#B
AppleGray#B
WinGray#B
WinBlue#B
\UbuntuMin#*
\UbuntuClose#*
\UbuntuMax#*
\WindowsLogo#*
|