diff options
| author | 蒋维 <[email protected]> | 2021-02-25 16:53:38 +0800 |
|---|---|---|
| committer | 蒋维 <[email protected]> | 2021-02-25 16:53:38 +0800 |
| commit | 2478d9032bc9302f9f520608fda71dbe1162a8db (patch) | |
| tree | 85197ef7bf38c1afb3987b5c6e15b5fbcbd7a359 | |
| parent | 6399ad41a6d015c7223d7f3d9fed7b5522673450 (diff) | |
修复了关于bib的报错,现在文档并没有参考文献,如需增加,需要在bib文件中定义,并在root tex添加引用。
| -rw-r--r-- | Guide_Setup.tex | 8 | ||||
| -rw-r--r-- | TSG_Administrator's_Guide_Latest_EN.pdf | bin | 653579 -> 653579 bytes | |||
| -rw-r--r-- | TSG_Administrator's_Guide_Latest_EN.tex | 20 | ||||
| -rw-r--r-- | bib-refs.bib | 0 |
4 files changed, 18 insertions, 10 deletions
diff --git a/Guide_Setup.tex b/Guide_Setup.tex index c112b9f..3e2e9ff 100644 --- a/Guide_Setup.tex +++ b/Guide_Setup.tex @@ -60,7 +60,8 @@ colorize=full,% colortheme=bluemagenta,% configurebiblatex=true,% - bibsys=biber,% + %bibsys=biber,% + bibsys=bibtex, bibfile=bib-refs,% bibstyle=alphabetic,% bibsorting=nty,% @@ -249,4 +250,7 @@ \marginnote[#1]{\localtableofcontents}% \endgroup% } - +%\usepackage[backend=bibtex]{biblatex} +%\bibliography{bib-refs.bib} +%\usepackage[backend = biber, style = nwsuafref, utf8, sorting = centy]{biblatex} +%\addbibresource{bib-refs.bib} %\bibliography{ref} diff --git a/TSG_Administrator's_Guide_Latest_EN.pdf b/TSG_Administrator's_Guide_Latest_EN.pdf Binary files differindex 4efe001..b1c5afd 100644 --- a/TSG_Administrator's_Guide_Latest_EN.pdf +++ b/TSG_Administrator's_Guide_Latest_EN.pdf diff --git a/TSG_Administrator's_Guide_Latest_EN.tex b/TSG_Administrator's_Guide_Latest_EN.tex index b4d6a47..e47eafe 100644 --- a/TSG_Administrator's_Guide_Latest_EN.tex +++ b/TSG_Administrator's_Guide_Latest_EN.tex @@ -24,7 +24,11 @@ % ************************************************** \input{Guide_Setup} %\input TABLES - +\setcounter{secnumdepth}{4} +\setcounter{tocdepth}{3} +%\AtBeginToc{\setcounter{tocdepth}{3}} +%\AtEndToc{\setcounter{tocdepth}{5}} +\KOMAoption{toc}{flat} % ************************************************** % Document CONTENT % ************************************************** @@ -66,14 +70,10 @@ %\setlength{\textheight}{230\vscale} % Manually adjust the height of the ToC pages % Turn on compatibility mode for the etoc package -\etocstandarddisplaystyle % "toc display" as if etoc was not loaded -\etocstandardlines % "toc lines as if etoc was not loaded +%\etocstandarddisplaystyle % "toc display" as if etoc was not loaded +%\etocstandardlines % "toc lines as if etoc was not loaded + -\setcounter{secnumdepth}{4} -%\setcounter{tocdepth}{3} -%\AtBeginToc{\setcounter{tocdepth}{3}} -%\AtEndToc{\setcounter{tocdepth}{5}} -\KOMAoption{toc}{flat} \tableofcontents % display table of contents \endgroup @@ -132,6 +132,10 @@ } \cleardoublepage +%\bibliographystyle{IEEEtran} +%\bibliography{IEEEabrv,REFS} +%\begin{thebibliography}{widest-label} +%\end{thebibliography} % ************************************************** % End of Document CONTENT diff --git a/bib-refs.bib b/bib-refs.bib new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/bib-refs.bib |
