Skip to content

Commit

Permalink
transitioned JuliaCon paper and revised dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
chakravala committed Sep 19, 2019
1 parent a516cbb commit 347fb90
Show file tree
Hide file tree
Showing 4 changed files with 166 additions and 129 deletions.
12 changes: 5 additions & 7 deletions paper/juliacon.cls
Original file line number Diff line number Diff line change
Expand Up @@ -391,14 +391,12 @@ minus 2pt\itemsep 2pt plus 1pt minus .5pt}
\newtheorem{proposition}{Proposition}
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{exam}{Example}
\newenvironment{example}{%
\italicenvfalse
\begin{exam}}{\end{exam}\italicenvtrue}
%
%\newenvironment{example}{\italicenvfalse\begin{exam}}{\end{exam}\italicenvtrue}
\newenvironment{example}{\begin{exam}}{\end{exam}}
\newtheorem{defi}[theorem]{Definition}
\newenvironment{definition}{%
\italicenvfalse
\begin{defi}}{\end{defi}\italicenvtrue}
\newenvironment{definition}{\begin{defi}}{\end{defi}}
\newtheorem{rem}{Remark}
\newenvironment{remark}{\begin{rem}}{\end{rem}}
%
\def\@begintheorem#1#2{\trivlist \item[\hskip 10pt\hskip
\labelsep{\sc{#1}\hskip 5pt\relax #2.}] \itshape}
Expand Down
Loading

0 comments on commit 347fb90

Please sign in to comment.