Continue
This commit is contained in:
17
src/style/cs.sty
Normal file
17
src/style/cs.sty
Normal file
@@ -0,0 +1,17 @@
|
||||
% ┌ ┐
|
||||
% │ STYLE: Computer Science │
|
||||
% └ ┘
|
||||
\RequirePackage{forest}
|
||||
\tikzset{algpxIndentLine/.style={draw=lightgray}}
|
||||
\algrenewcommand{\alglinenumber}[1]{#1}
|
||||
|
||||
\newenvironment{algo}[1]{
|
||||
\begin{algorithm}
|
||||
\begin{spacing}{1.2}
|
||||
\caption{\textsc{#1}}
|
||||
\begin{algorithmic}[1]
|
||||
}{
|
||||
\end{algorithmic}
|
||||
\end{spacing}
|
||||
\end{algorithm}
|
||||
}
|
||||
Reference in New Issue
Block a user