Skip to content

Commit

Permalink
Add macros \eg, \ie, \powerset
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Oct 10, 2018
1 parent 0ed4e00 commit 3b65176
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

- Added [stfloats](https://ctan.org/pkg/stfloats) package to enable footnotes below floats.
- Added `ngerman` as class option for German documents.
- Added macros `\eg` and `\ie`.
- Added macro `\powerset` to correctly typeset the powerset symbol.

### Changed

Expand Down
16 changes: 16 additions & 0 deletions config.tex
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,22 @@
%
%%%

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

% EN: introduce \powerset - hint by http://matheplanet.com/matheplanet/nuke/html/viewtopic.php?topic=136492&post_id=997377
\DeclareFontFamily{U}{MnSymbolC}{}
\DeclareSymbolFont{MnSyC}{U}{MnSymbolC}{m}{n}
\DeclareFontShape{U}{MnSymbolC}{m}{n}{
<-6> MnSymbolC5
<6-7> MnSymbolC6
<7-8> MnSymbolC7
<8-9> MnSymbolC8
<9-10> MnSymbolC9
<10-12> MnSymbolC10
<12-> MnSymbolC12%
}{}
\DeclareMathSymbol{\powerset}{\mathord}{MnSyC}{180}

%%%
% EN: Package for the appendix
Expand Down

0 comments on commit 3b65176

Please sign in to comment.