Skip to content

Commit

Permalink
Fix variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
alumik committed Aug 27, 2024
1 parent 60c87cc commit c3100d9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nankai.cls

![version-1.7.4](https://img.shields.io/badge/version-1.7.4-blue)
![version-1.8.0](https://img.shields.io/badge/version-1.8.0-blue)
![license-MIT](https://img.shields.io/badge/license-MIT-green)

This unofficial LaTeX package provides a class for creating documents for people working with Nankai University or maybe even inside it.
Expand Down
8 changes: 4 additions & 4 deletions nankai.cls
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
% SOFTWARE.

\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{nankai}[2024/03/20 1.7.4 Template for Nankai Documents]
\ProvidesClass{nankai}[2024/08/27 1.8.0 Template for Nankai Documents]

\LoadClass[12pt]{article}

Expand Down Expand Up @@ -350,14 +350,14 @@
\makeatletter\newcommand\PrintBibliography{%
\setlength\bibitemsep{3pt}%
\AtNextBibliography{\small}%
\ifdefined\huawei@breaks\newpage\fi%
\ifdefined\nankai@breaks\newpage\fi%
\begingroup%
\raggedright%
\setstretch{0.95}%
\ifdefined\huawei@landscape%
\ifdefined\nankai@landscape%
\begin{multicols}{3}\printbibliography\end{multicols}%
\else%
\ifdefined\huawei@breaks%
\ifdefined\nankai@breaks%
\begin{multicols}{2}\printbibliography\end{multicols}%
\else%
\printbibliography%
Expand Down
2 changes: 1 addition & 1 deletion nankai.tex
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
\begin{document}
\maketitle

Version: 1.7.4
Version: 1.8.0

Date: \today

Expand Down

0 comments on commit c3100d9

Please sign in to comment.