summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/cquthesis/cquthesis.sty
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/cquthesis/cquthesis.sty')
-rw-r--r--macros/latex/contrib/cquthesis/cquthesis.sty19
1 files changed, 14 insertions, 5 deletions
diff --git a/macros/latex/contrib/cquthesis/cquthesis.sty b/macros/latex/contrib/cquthesis/cquthesis.sty
index 7687abb02b..cd6710597b 100644
--- a/macros/latex/contrib/cquthesis/cquthesis.sty
+++ b/macros/latex/contrib/cquthesis/cquthesis.sty
@@ -9,13 +9,22 @@
-
-
-
% 晶向指数支持,如果需要请取消下面两行注释:
% \RequirePackage{miller}
% \pretocmd{\hkl}{{ }}{}{}
-
+%
+% 物理符号宏包:
+%\RequirePackage{physics}
+%
+% 计算机算法宏包:
+%\RequirePackage{algorithm2e}
+%\RequirePackage{algorithmic}
+%
+% 绘图宏包:
+%\RequirePackage{tikz}
+%
+% 绘制电路图:
+%\RequirePackage{circuitikz}
% 这两个个宏包仅供参考,未必使用:
% \RequirePackage{floatflt} % 图文混排用宏包
@@ -58,4 +67,4 @@
% now we make a command for a folder/file which inserts the icon and its label
% adjust this as needed. If you only have 2 icons, then you could create
% a \myfile and \myfolder command with the icon fixed.
-\newcommand{\myfolder}[2]{\myicon{#1}\ {#2}} \ No newline at end of file
+\newcommand{\myfolder}[2]{\myicon{#1}\ {#2}}