Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Loïc Barrault
supports_cours
Commits
139c5369
Commit
139c5369
authored
Nov 22, 2019
by
Loïc Barrault
Browse files
update macros
parent
0a916a81
Changes
3
Show whitespace changes
Inline
Side-by-side
macros.tex
View file @
139c5369
...
...
@@ -4,11 +4,11 @@
\usepackage
{
booktabs
}
\usepackage
{
mathtools
}
\usepackage
{
lmodern
}
\usepackage
[utf8]
{
inputenc
}
\usepackage
[T1]
{
fontenc
}
\usepackage
{
color
}
\usepackage
{
xcolor
}
\usepackage
{
listings
}
\usepackage
[utf8]
{
inputenc
}
\usepackage
[T1]
{
fontenc
}
\usepackage
{
bbding
}
\usepackage
{
multirow
}
\usepackage
{
bm
}
...
...
@@ -81,8 +81,12 @@
\newcommand
{
\Ra
}{$
\Rightarrow
$}
\newcommand
{
\la
}{$
\leftarrow
$}
\newcommand
{
\La
}{$
\Leftarrow
$}
\newcommand
{
\da
}{$
\downarrow
$}
\newcommand
{
\Da
}{$
\Downarrow
$}
\newcommand
{
\ua
}{$
\uparrow
$}
\newcommand
{
\Ua
}{$
\Uparrow
$}
\newcommand
{
\lra
}{$
\leftrightarrow
$}
\newcommand
{
\Lra
}{$
\Leftrightarrow
$}
\newcommand
{
\eg
}{
e.g.
}
...
...
@@ -114,3 +118,4 @@
\graphicspath
{{
../
}{
../figures/
}{
./figures/
}}
%{../figures/figures.pivot}{../figures/figures.dataselection}}
macros_beamer.tex
View file @
139c5369
...
...
@@ -43,3 +43,6 @@
\setbeamercolor
{
alerted text
}{
fg=cyan
}
\newcommand*\circled
[2]
{
\tikz
[baseline=(char.base)]
{
\node
[circle,ball color=#2, shade,
color=white,inner sep=1pt] (char)
{
\tiny
#1
}
;
}}
\ No newline at end of file
mycolors.tex
View file @
139c5369
...
...
@@ -20,7 +20,7 @@
\definecolor
{
liumgreen
}{
rgb
}{
0.010,0.350,0.188
}
\newcommand
{
\liumgreen
}
[1]
{{
\color
{
liumgreen
}
#1
}}
\definecolor
{
liumcyan
}{
HTML
}{
19C1BF
}
\newcommand
{
\liumcyan
}
[1]
{
{
\color
{
liumcyan
}
#1
}}
\newcommand
{
\liumcyan
}
[1]
{
\
text
color
{
liumcyan
}
{
#1
}}
\definecolor
{
liumlightgray
}{
rgb
}{
0.9,0.9,0.9
}
\newcommand
{
\liumlightgray
}
[1]
{{
\color
{
liumlightgray
}
#1
}}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment