File: macros.tex

package info (click to toggle)
pyutilib 6.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,924 kB
  • sloc: python: 18,448; xml: 135; perl: 75; makefile: 50; sh: 32
file content (22 lines) | stat: -rw-r--r-- 419 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
\newcommand{\HLine}{$\mbox{ }$\hrulefill$\mbox{ }$}

\newtheorem{Rem}{Remark}

\def\Argmax{\mathop{\rm argmax}}
\def\Argmin{\mathop{\rm argmin}}

\def\Abs{\mathop{\rm abs}}
\newcommand{\Gets}{:=}

\newcommand\eg{e.g.\ }
\newcommand\ie{i.e.\ }

\newcommand{\code}[1]{\textmd{\texttt{#1}}}

\if 0
\lstinputlisting{source_filename.py}
\fi

\def\pca{PCA}
\def\pcasp{PCA\ }
\newcommand{\todo}[1]{\textbf{\textit{TODO: #1}}}