Skip to content

Commit

Permalink
Lint TeX files and disable bad warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosavola committed Jan 18, 2022
1 parent bf6439e commit 423119d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .chktexrc
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ WipeArg

CmdLine
{
-n 8 -n 11 -n 38 -n 46
-n 3 -n 8 -n 11 -n 38 -n 46
}
2 changes: 1 addition & 1 deletion main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ \section*{Exercise 1}
%\setlength\bibitemsep{0.1\baselineskip}
\addcontentsline{toc}{section}{Viitteet}
\renewcommand*{\bibfont}{\footnotesize}
\printbibliography
\printbibliography{}


\end{document}
2 changes: 1 addition & 1 deletion preamble.tex
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
\makeatletter % Force pictures before new subsection
\AtBeginDocument{%
\expandafter\renewcommand\expandafter\subsection\expandafter{%
\expandafter\@fb@secFB\subsection
\expandafter\@fb@secFB\subsection{}
}%
}
\makeatother
Expand Down

0 comments on commit 423119d

Please sign in to comment.