-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlatex-template.sty
47 lines (42 loc) · 1.04 KB
/
latex-template.sty
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
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{latex-template}
\RequirePackage{
emoji,
docmute,
amsmath,
graphicx,
float,
subfig,
hyperref,
datetime,
import,
pdfpages,
xcolor,
transparent,
multicol,
}
\newcommand{\incfig}[2][1]{%
\def\svgwidth{#1\columnwidth}
\import{src/figures/}{#2.pdf_tex}
}
\newcommand{\inctex}[1]{
\include{src/#1.tex}
}
%----------------------
% title
%----------------------
\title{
{\emoji{rocket} Learn \LaTeXe{}}
{\thanks{\url{https://github.com/oeyoews/latex}}} \\
{\includegraphics[width=0.2\textwidth]{latex}}
{\includegraphics[width=0.2\textwidth]{bird}}
}
\author{\emoji{memo} oeyoews \thanks{jyao4783@gmail.com}}
\date{\emoji{calendar} 2022-08-14T18:00:59 \thanks{UpdatedTime: \today\ at \currenttime}}
%%%%%%%%%%%%%%%%%%%%%%%
% settings
%%%%%%%%%%%%%%%%%%%%%%%
\setemojifont{TwemojiMozilla.ttf}[Path={src/fonts/}] % spcial solve in main
\setcounter{tocdepth}{1} % show level 1
\graphicspath{{src/img/}} % in main tex
\hypersetup{colorlinks=true,} % modify link color with hyperref package