File: macros.tex

package info (click to toggle)
msolve 0.9.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,188 kB
  • sloc: ansic: 41,979; sh: 1,919; makefile: 204
file content (54 lines) | stat: -rw-r--r-- 1,231 bytes parent folder | download | duplicates (2)
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
\def\e{{\bm{e}}}
\def\s{{\bm{s}}}
\def\x{{\bm{x}}}
\def\y{{\bm{y}}}
\def\z{{\bm{z}}}

\def\X{{\bm{X}}}
\def\Y{{\bm{Y}}}

\def\Z{\mathbb{Z}}
\def\K{\mathbb{K}}
\def\N{\mathbb{N}}
\def\P{\mathbb{P}}
\def\Q{\mathbb{Q}}
\def\R{\mathbb{R}}
\def\C{\mathbb{C}}
\def\A{\mathbb{A}}

\def\bbF{{\mathbb{F}}}
\def\F{{\bm{F}}}
\def\f{{\bm{f}}}
\def\g{{\bm{g}}}


\def\balpha{\bm{\alpha}}

\def\jac{{\mathrm{jac}}}
\newcommand{\se}{\mathrm{SE}(3)}
\newcommand{\confg}{\mathcal{C}}
\newcommand{\pl}{\mathrm{Pl}}
\newcommand{\bs}{\backslash}

\def\alert#1{{\textcolor{red}{#1}}}

\def\hlight#1{\textcolor{Blue}{{#1}}}
\def\alert#1{\textcolor{red}{({\bf todo: #1})}}
\def\anrinput#1{}%{\textcolor{red}{{#1}}}
%\def\anrinput#1{\textcolor{red}{{#1}}}
\def\paris#1{\textcolor{Olive}{#1}}
\def\ls2n#1{\textcolor{DarkGreen}{#1}}
\def\jku#1{\textcolor{magenta}{#1}}
%\def\irobot#1{\textcolor{Violet}{#1}}
\def\mohab#1{\textcolor{Brown}{#1}}

\def\ACRONYM{\color{darkgoldenrod}{\texttt{msolve} -- A library for solving multivariate polynomial systems}}
\def\msolve{{\textsc{msolve}}\xspace}


\newcommand\msolveinput[1]{\begin{tcolorbox}\verbatiminput{#1}\end{tcolorbox}}
  
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "msolve-tutorial"
%%% End: