Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ceciliachan1979 committed Jan 29, 2024
1 parent eaa6177 commit af3b2aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Books/BabyRudin/BabyRudin.tex
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
}
\newcommand{\inputfiles}[1]{
\def\zero{0}
\foreach \i in {1,...,10} {
\foreach \i in {1,...,9} {
\importfile{#1\zero}{\i}
}
\foreach \i in {11,...,99} {
\foreach \i in {10,...,99} {
\importfile{#1}{\i}
}
}
Expand Down

0 comments on commit af3b2aa

Please sign in to comment.