-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.tex
47 lines (30 loc) · 1.33 KB
/
package.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
%% General packges for prof. Hao Sun's group
% Maintained by Xing Zhao
%%
%Figure related package
% package for draw figures
\usepackage{tikz}
\usetikzlibrary{shapes,arrows,positioning}
% Set caption label and separator to bold
\usepackage{caption}
\captionsetup{labelfont=bf}
% Provides support for subcaptions (captions within subfigures).
\usepackage{subcaption}
% Enhances support for graphics handling, including options for rotating and scaling images.
\usepackage{graphicx}
% Used to strictly enforce the placement of figures and other floats at the exact location
\usepackage{float}
% Allows for the inclusion of SVG
\usepackage{svg}
% For rotating figures, tables (including their captions)
\usepackage{rotating}
%%
% Table related package
% Enables tables with adjustable-width columns; particularly useful for creating tables that span the width of the page.
\usepackage{tabularx}
% Provides extra commands to enhance the quality of table rules, allowing for the creation of more professional looking tables.
\usepackage{booktabs}
% Allows for resizing and aligning of tables and other objects within a box, making it easier to fit tables into various spaces.
\usepackage{adjustbox}
% Facilitates the creation of tables that can have cells spanning multiple rows, useful for organizing complex data sets.
\usepackage{multirow}