minor
This commit is contained in:
parent
bdb96be5d0
commit
02b96f3064
@ -6,7 +6,7 @@ Most importantly it contains the makefile with common command packages to compil
|
|||||||
|
|
||||||
* Add a submodule to your git repository with `git submodule add git@git8.cs.fau.de:public-repos/TexCommon.git` or `<relative path>/public-repos/TexCommon.git`
|
* Add a submodule to your git repository with `git submodule add git@git8.cs.fau.de:public-repos/TexCommon.git` or `<relative path>/public-repos/TexCommon.git`
|
||||||
* Run `git submodule update --init` or `git submodule update --recursive` in `TexCommon` if it is empty
|
* Run `git submodule update --init` or `git submodule update --recursive` in `TexCommon` if it is empty
|
||||||
* Use `git pull origin master` in `TexCommon` to update to the latest version
|
* Use `git pull <remote> <branch>` in `TexCommon` to update to the latest version
|
||||||
* Add the `Makefile` to your repository with the content
|
* Add the `Makefile` to your repository with the content
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
@ -45,9 +45,11 @@
|
|||||||
\def\DCpo{\catname{DCpo}}
|
\def\DCpo{\catname{DCpo}}
|
||||||
\def\Top{\catname{Top}}
|
\def\Top{\catname{Top}}
|
||||||
\def\Met{\catname{Met}}
|
\def\Met{\catname{Met}}
|
||||||
|
\def\Rel{\catname{Rel}}
|
||||||
|
|
||||||
% Misc
|
% Misc
|
||||||
\providecommand{\eps}{{\operatorname\epsilon}}
|
\providecommand{\eps}{{\operatorname\epsilon}}
|
||||||
|
\providecommand{\ups}{{\operatorname\upsilon}}
|
||||||
\providecommand{\amp}{\mathbin{\&}}
|
\providecommand{\amp}{\mathbin{\&}}
|
||||||
|
|
||||||
\providecommand{\argument}{\operatorname{-\!-}}
|
\providecommand{\argument}{\operatorname{-\!-}}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user