-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathlatex-talk.tex
100 lines (82 loc) · 3.53 KB
/
latex-talk.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
% !TeX encoding = UTF-8
\documentclass[UTF8,space=auto,xcolor=table,dvipsnames,svgnames,aspectratio=169]{ctexbeamer}
% Authors: 2023 Richard Chien <[email protected]>
% 2022 Log Creative <[email protected]>
% 2021 Alexara Wu <[email protected]>
%% Use SJTUBeamer theme.
\usetheme[my,default,topright]{sjtubeamer}
\usesjtutheme{sjtug}
\setbeamertemplate{background}{}
%% If you don't use sjtubeamer theme.
%% Uncomment the following lines.
%% And use XeLaTeX to compile as well.
% \usetheme{nosjtubeamer}
%% Currently, this option may break on XeLaTeX.
%% Try using pdfLaTeX or LuaLaTeX to generate the main screen properly.
%% Use pympress to show the notes on the second screen.
% \setbeameroption{show notes on second screen}
\usepackage{fontawesome5}
\usepackage{hologo}
\usepackage{hyperxmp}
\usepackage{ulem}
\usepackage{subcaption}
\usepackage{booktabs}
%% Overleaf and some distributions omit the Adobe icon ...
%% If you need to display the Adobe logo, comment the following line.
\def\faAdobe{}
\newcommand{\SJTUTeX}{SJTU\TeX{}}
\newcommand{\SJTUThesis}{\textsc{SJTUThesis}}
\newcommand{\SJTUThesisVersion}{2.0.1}
\newcommand{\SJTUThesisDate}{2023/03/31}
\newcommand{\SJTUBeamer}{\textsc{SJTUBeamer}}
\newcommand{\SJTUBeamerVersion}{3.0.0}
\newcommand{\SJTUBeamerDate}{2022/11/25}
\newcommand{\thesisissue}[1]{\href{https://github.com/sjtug/SJTUThesis/issues/#1}{\textsuperscript{\textcolor{.!90!DarkBlue}{\underline{\faCheckCircle{}#1}}}}}
\newcommand{\thesisdiscuss}[1]{\href{https://github.com/sjtug/SJTUThesis/discussions/#1}{\textsuperscript{\textcolor{.!90!DarkBlue}{\underline{\faComments{}#1}}}}}
\newcommand\link[1]{\href{#1}{\faLink}}
\newcommand\pkg[1]{\texttt{#1}}
\def\cmd#1{\texttt{\color{red}$\backslash$#1}}
\def\env#1{\texttt{\color{red}#1}}
\def\opt#1{\texttt{#1}}
\def\cls#1{\texttt{#1}}
\def\btn#1{{\setlength{\fboxsep}{2pt}\fbox{\vphantom{测g}#1}}}
\lstset{
escapechar=|
}
\newcommand{\fzerobox}[1]{{\setlength{\fboxsep}{0pt}\framebox{#1}}}
\newcommand{\includepdflarge}[1]{\fzerobox{\includegraphics[width=\linewidth,trim=4cm 17cm 3cm 2cm,clip]{#1}}\vspace{-10pt}}
\newcommand{\includebeamerlarge}[2][1]{\fzerobox{\includegraphics[width=0.75\linewidth,page=#1]{#2}}}
\newcommand{\includeinlinelogo}[1]{\raisebox{-0.5\dp\strutbox}{\includegraphics[height=\baselineskip]{#1}}}
\newcommand{\includefontpreview}[1]{\fzerobox{\includegraphics[width=2cm,trim=3.75cm 24.75cm 12cm 3.4cm,clip]{#1}}}
\newcommand{\includemathstylepreview}[1]{\fzerobox{\includegraphics[height=1cm,trim=4cm 24.5cm 10cm 3.4cm,clip]{#1}}}
\title{\LaTeX{} 新语}
\subtitle{上海交通大学图书馆专题培训讲座}
\author{SJTUG}
\institute[SJTU Linux User Group]{上海交通大学 Linux 用户组}
\date{\the\year\,年\,\the\month\,月}
\subject{LaTeX, SJTUThesis, SJTUBeamer}
\hypersetup{
pdfsubject = {上海交通大学图书馆专题培训讲座},
pdfauthor = {SJTUG},
pdfcopyright = {Licensed under CC-BY-SA 4.0. Some rights reserved.},
pdflicenseurl = {http://creativecommons.org/licenses/by-sa/4.0/},
unicode = true,
psdextra = true,
pdfdisplaydoctitle = true
}
\includeonly{
support/contents/learnlatex,
support/contents/sjtuthesis,
support/contents/newversion,
support/contents/template,
support/contents/intermission,
support/contents/sjtubeamer,
support/contents/visualization,
support/contents/boost
}
\begin{document}
% \input{support/lec-2022-04-03}
% \input{support/lec-2022-05-18}
% \input{support/lec-2022-12-28}
\input{support/lec-2023-04-01}
\end{document}