diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2023-12-12 12:20:45 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2023-12-12 12:20:45 +0900 |
commit | 3b0027986333bb5ce4d28792694a94fe91194b0e (patch) | |
tree | cc1097861348af436c95c7d949016f9f94f3d423 | |
parent | 1540c49161fc4f9fc075d3fd978f682f8f041dac (diff) | |
download | thesis-3b0027986333bb5ce4d28792694a94fe91194b0e.tar.gz |
Fix links to refs and acks
-rw-r--r-- | ack.tex | 2 | ||||
-rw-r--r-- | all.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ack.tex b/ack.tex index 080aba7..069664a 100644 --- a/ack.tex +++ b/ack.tex @@ -1,4 +1,4 @@ -\addcontentsline{toc}{section}{Acknowledgements} +\phantomsection\addcontentsline{toc}{section}{Acknowledgements} \section*{\hfill\Large Acknowledgements\hfill\hfill} This work was partly supported by the National Research Foundation of Korea (NRF) grant funded by the Korea government (MSIT) diff --git a/all.tex b/all.tex index 12219e2..cbf8420 100644 --- a/all.tex +++ b/all.tex @@ -119,7 +119,7 @@ \newpage \renewcommand{\bibname}{\hfill\Large References\hfill\hfill} -\addcontentsline{toc}{section}{References} +\phantomsection\addcontentsline{toc}{section}{References} \bibliographystyle{IEEEtran} \bibliography{ref.bib} |