Skip to content

Commit

Permalink
chore: tiny change
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiphereth-A committed May 23, 2024
1 parent 90b23c4 commit f827c60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
7 changes: 4 additions & 3 deletions ICPCnotebook.cls
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,16 @@
\setlength{\cftsecnumwidth}{3em}

\RequirePackage{fancyhdr}
\RequirePackage[inner=2cm, outer=1cm, top=1.7cm, bottom=0.5cm]{geometry}
\RequirePackage[inner=2cm, outer=0.9cm, top=1.7cm, bottom=0.0cm]{geometry}

\setlength{\headsep}{0.1cm}
\setlength{\footskip}{0.7cm}

\fancypagestyle{fancy} {
\fancyhead[L]{\nouppercase\leftmark}
\fancyhead[R]{\nouppercase\rightmark}
\fancyfoot[C]{\thepage}
\fancyhead[C]{\thepage}
\fancyfoot{}
}

\renewcommand{\headrulewidth}{0.5pt}
Expand All @@ -132,7 +133,7 @@
breakanywhere,
baselinestretch=0.9,
tabsize=2,
fontsize=\normalsize,
fontsize=\footnotesize,
frame=single,
framesep=0.8mm,
framerule=0.3pt,
Expand Down
5 changes: 2 additions & 3 deletions notebook.tex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%-*- coding: utf-8 -*-

\documentclass{ICPCnotebook}
\documentclass[10pt]{ICPCnotebook}
%\usepackage[UTF8]{ctex}

\title{\vspace{-4ex}\Large{ICPC Notebook}}
Expand All @@ -12,8 +12,7 @@

\pagestyle{plain}

\pagenumbering{roman}
\setcounter{page}{1}
\pagenumbering{gobble}

\paragraph{项目地址} \url{https://github.com/Tiphereth-A/CP-lib}

Expand Down

0 comments on commit f827c60

Please sign in to comment.