Search found 2 matches

by QC_
Sat Mar 09, 2024 8:41 am
Forum: BibTeX, biblatex and biber
Topic: How to remove the page number from the references pages
Replies: 1
Views: 14616

How to remove the page number from the references pages

deal with
%======================================= Reference =======================================
\thispagestyle{empty}

\pagestyle{empty}
\wuhao\selectfont
\thispagestyle{empty}

\pagestyle{empty}
\addcontentsline{toc}{chapter}{参考文献}
\thispagestyle{empty}

\pagestyle{empty}
\addcontentsline ...
by QC_
Sat Mar 09, 2024 7:29 am
Forum: BibTeX, biblatex and biber
Topic: How to remove the page number from the references pages
Replies: 1
Views: 14616

How to remove the page number from the references pages

Hi, I am wondering how to remove the page number from the references pages.

thanks




q1.PNG

This is main.tex
% !Mode:: "TeX:UTF-8"

\documentclass[openany,twoside,fontset=none,UTF8]{ctexbook}








\input{setup/package}
\graphicspath{{figures/}} %





\pagestyle{empty ...