-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathtest.tex
35 lines (29 loc) · 839 Bytes
/
test.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
% !Mode:: "TeX:UTF-8"
% !TEX TS-program = xelatex
\documentclass[11pt]{article}
\usepackage[T1]{fontenc}
\usepackage{libertine}
\usepackage[margin=1in]{geometry}
\usepackage{microtype}
\usepackage{blindtext}
\usepackage{titlesec}
\usepackage{graphicx}
\usepackage[dvipsnames]{xcolor}
% \titleformat*{\section}{\LARGE\bfseries\sffamily}
% \titleformat*{\subsection}{\Large\itshape}
\titleformat{\section}
{\LARGE\bfseries\sffamily\color{RoyalBlue}}
{\includegraphics[height=2em]{img/hadoop/hadoop2.png} \thesection{}.}
{1em}
{\huge\scshape\fbox}
% {}
% []
\titleformat{\subsection}
{\Large\itshape\sffamily\color{BrickRed}}
{\thesubsection.}
{5pt}
{}
% []
\begin{document}
\blinddocument
\end{document}