Skip to content
Snippets Groups Projects
Commit 1d5a395c authored by Yu Xiong's avatar Yu Xiong :confounded:
Browse files

feat: 将eps文件合并入docstrip

parent fe1751c5
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,8 @@ README_EN.md
## Generated if empty string is given at "Please type another file name for output:"
njuthesis.pdf
njuthesis-sample.pdf
njulogo.eps
njuname.eps
## Bibliography auxiliary files (bibtex/biblatex/biber):
*.bbl
......
......@@ -26,7 +26,7 @@
\end{wrapfigure}
\zhlipsum[3][name=xiangyu]
\begin{figure}[h]
\begin{figure}[htbp]
\begin{subfigure}{.32\textwidth}
\centering
\includegraphics[width=\textwidth]{njulogo}
......
File deleted
File deleted
File deleted
% \iffalse meta-comment
% !TeX program = XeLaTeX
% !TeX encoding = UTF-8
%
% Copyright (C) 2021 by Nanjing University Linux User Group <my@yaoge123.com>
%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License (LPPL), either version 1.3c of this
% license or (at your option) any later version. The latest version
% of this license is in the file
%
% https://www.latex-project.org/lppl.txt
%
% -----------------------------------------------------------------------
%
% The development version of the template can be found at
%
% https://github.com/nju-lug/NJUThesis
%
% for those people who are interested.
%
% \fi
%
% \EnableImplementation
%
% \begin{implementation}
%
% \section{代码实现}
%
% 以下为njudoc类的代码实现
%
% \begin{macrocode}
%<*doc>
% \end{macrocode}
%
% Simply input DocStrip.
% \begin{macrocode}
\input docstrip %
% \end{macrocode}
%
% \begin{macrocode}
%</doc>
% \end{macrocode}
%
% \end{implementation}
%
% \PrintIndex
This diff is collapsed.
......@@ -77,7 +77,10 @@
}
}
% 导入参考文献源
% 设置图片存储位置
\graphicspath{{figure/}}
% 导入参考文献数据
\addbibresource{njuthesis.bib}
\begin{document}
......
......@@ -179,6 +179,8 @@ through XeTeX.
\nopreamble\nopostamble
\file{README_EN.md} {\from{\jobname.dtx}{readme-en}}
\file{README.md} {\from{\jobname.dtx}{readme-zh}}
\file{njuname.eps} {\from{\jobname-logos.dtx}{njulogo}}
\file{njulogo.eps} {\from{\jobname-logos.dtx}{njuname}}
}
\obeyspaces
......@@ -1173,7 +1175,6 @@ through XeTeX.
% \begin{macrocode}
\RequirePackage{graphicx}
\DeclareGraphicsExtensions{.pdf,.eps,.jpg,.png}
\graphicspath{{figure/}}
\RequirePackage{subcaption}
\RequirePackage{wrapfig} % Wrap text around figures
% \end{macrocode}
......@@ -2278,7 +2279,7 @@ through XeTeX.
\hspace{0pt} \vskip 5mm
\includegraphics[height=1.9cm]{njulogo}
\vskip 10mm
\includegraphics[height=2cm]{njuname-large}
\includegraphics[height=2cm]{njuname}
\vskip 15mm
{\zihao{1}\makebox[10em][s]{\bf{\kaishu\l_@@_info_type_tl_name}}}
\vskip 5mm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment