Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
motchy869 committed Sep 26, 2022
2 parents dba935b + 4dc5978 commit 33c3cfb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.9.0]

- Added:
- new command `\inlineCode`
- new command `\NapierE`

## [0.8.1] - 2022-08-23

- Fixed:
Expand Down
11 changes: 7 additions & 4 deletions motchyMacros.tex
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
\usepackage{listingsutf8, jvlisting}
\usepackage{mathtools}

% Latex
Expand Down Expand Up @@ -49,6 +50,7 @@
\newcommand{\GaloisField}[1]{\mathrm{GF}\left(#1\right)}

% 解析学
\newcommand{\NapierE}{\mathrm{e}}
\newcommand{\sgn}[1]{\operatorname{sgn}\left(#1\right)}
\newcommand{\cl}[1]{\operatorname{cl}#1}
\newcommand{\Img}[1]{\operatorname{Img}\left(#1\right)}
Expand Down Expand Up @@ -129,7 +131,8 @@
% グラフ理論
\newcommand{\neighborhood}{\mathcal{N}}

% プログラミング
\newcommand{\plpl}{\mathrel{++}}
\newcommand{\pleq}{\mathrel{+}=}
\newcommand{\asteq}{\mathrel{*}=}
% プログラミング
\newcommand{\plpl}{\mathrel{++}}
\newcommand{\pleq}{\mathrel{+}=}
\newcommand{\asteq}{\mathrel{*}=}
\newcommand{\inlineCode}[1]{\lstinline[inputencoding=utf8, basicstyle=\ttfamily]|#1|}

0 comments on commit 33c3cfb

Please sign in to comment.