-
Notifications
You must be signed in to change notification settings - Fork 644
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix numbering rules, eval for design
- Loading branch information
1 parent
0b7ec0a
commit 1b5e223
Showing
3 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
\renewcommand*{\thesection}{\arabic{section}} | ||
|
||
\counterwithin*{figure}{section} | ||
\renewcommand{\thefigure}{\thesection.\arabic{figure}} | ||
\counterwithin*{table}{section} | ||
\renewcommand{\thetable}{\thesection.\arabic{table}} | ||
\AtBeginDocument{\counterwithin*{lstlisting}{section}} | ||
\AtBeginDocument{\renewcommand{\thelstlisting}{\thesection.\arabic{lstlisting}}} | ||
\counterwithin*{equation}{section} | ||
\renewcommand{\theequation}{\thesection-\arabic{equation}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
\newcommand{\zjuthesisversion}{1.2.5} | ||
\newcommand{\zjuthesisversion}{1.2.6} |