Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fithesis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
External Relations
Document Templates
fithesis
Commits
f859afe4
There was an error fetching the commit references. Please try again later.
Commit
f859afe4
authored
8 years ago
by
Vít Novotný
Browse files
Options
Downloads
Patches
Plain Diff
Fixed corrolary -> corollary in the examples.
parent
bf8b76b2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
example/mu/example.dtx
+6
-6
6 additions, 6 deletions
example/mu/example.dtx
with
6 additions
and
6 deletions
example/mu/example.dtx
+
6
−
6
View file @
f859afe4
...
...
@@ -528,9 +528,9 @@ proofs.
%% We will define several mathematical sectioning commands.
\newtheorem{theorem}{Theorem}[section] %% The numbering of theorems
%% will be reset after each section.
\newtheorem{lemma}[theorem]{Lemma} %% The numbering of lemmas
\newtheorem{cor
r
}[theorem]{Cor
r
olary}
%% and cor
r
olaries will
%% share the counter with theorems.
\newtheorem{lemma}[theorem]{Lemma}
%% The numbering of lemmas
\newtheorem{cor
ollary
}[theorem]{Coro
l
lary} %% and coro
l
laries will
%% share the counter with theorems.
\theoremstyle{definition}
\newtheorem{definition}{Definition}
\theoremstyle{remark}
...
...
@@ -555,9 +555,9 @@ proofs.
$\nabla^2 f(x,y)=\frac{\partial^2f}{\partial x^2}+
\frac{\partial^2f}{\partial y^2}$.
\end{proof}
\begin{cor
r
}
This is a cor
r
olary.
\end{cor
r
}
\begin{cor
ollary
}
This is a coro
l
lary.
\end{cor
ollary
}
\begin{remark}
This is a remark.
\end{remark}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment