arma-thesis

git clone https://git.igankevich.com/arma-thesis.git
Log | Files | Refs | LICENSE

commit 98bc5b8f177db21064efe3870d0a3787cdff3b1b
parent 28390c2afcd957c1b4ff8d9e487c25dce4104057
Author: Ivan Gankevich <igankevich@ya.ru>
Date:   Mon, 13 Nov 2017 19:49:21 +0300

Fix regular expression.

Diffstat:
bib/.bibtoolrsc | 2+-
bib/refs.bib | 4++--
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/bib/.bibtoolrsc b/bib/.bibtoolrsc @@ -10,7 +10,7 @@ rewrite.rule {pages # "[ ]*pp[\. ]*\(.*\)" = "\1"} rewrite.rule {pages # "\([0-9]+\) *\(-\|---\) *\([0-9]+\)" = "\1--\3"} % superscripts for "th" suffix -rewrite.rule {booktitle # "\(.*\)\([0-9]+\)\(th\|st|rd\)\b\(.*\)" = "\1\2\\textsuperscript{\3}\4"} +rewrite.rule {booktitle # "\(.*\)\([0-9]+\)\(th\|st\|rd\)\b\(.*\)" = "\1\2\\textsuperscript{\3}\4"} % delete custom fields rewrite.rule {rawentry # ".*"} diff --git a/bib/refs.bib b/bib/refs.bib @@ -57,8 +57,8 @@ title = {A universal modular actor formalism for artificial intelligence}, author = {Hewitt, Carl and Bishop, Peter and Steiger, Richard}, - booktitle = {Proceedings of the 3rd international joint conference on - Artificial intelligence}, + booktitle = {Proceedings of the 3\textsuperscript{rd} international joint + conference on Artificial intelligence}, pages = {235--245}, year = {1973}, organization = {Morgan Kaufmann Publishers Inc.}