File: macros.tex

package info (click to toggle)
haskell-texmath 0.6.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 780 kB
  • ctags: 2
  • sloc: haskell: 1,726; sh: 32; makefile: 4
file content (19 lines) | stat: -rw-r--r-- 220 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
\newcommand{\abc}{5}
\newcommand{\xyz}[2][x]{%
#1 + #2%
}
\renewcommand{%
\phi%
}{%
\theta%
}
% comment
\newcommand{\aaa}{\b{2}}
\renewcommand{\phi}{\aaa}
\newcommand{\b}[1]{#1}

\phi
\abc
\xyz[y] {3}
\xyz 3
\xyz \alpha