-
Notifications
You must be signed in to change notification settings - Fork 0
/
iso.tex
119 lines (100 loc) · 2.88 KB
/
iso.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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
%\documentclass[xetex,letterpaper,12pt]{article}
\documentclass[letterpaper,12pt]{article}
\usepackage[utf8]{luainputenc}
\usepackage{luatex85}
%\usepackage{interchar}
\usepackage[bookmarksnumbered=false]{hyperref}
\usepackage[tmargin=1in, bmargin=1in, rmargin=1in, lmargin=1in]{geometry}
\usepackage[authordate,backend=biber,cmsdate=on]{biblatex-chicago}
\usepackage{fontspec}
\usepackage{datetime}
\usepackage{calc}
\usepackage{longtable, booktabs, array}
\usepackage{tabularx}
\usepackage{setspace}
\usepackage{fancyhdr}
\usepackage{soul}
\usepackage{parskip}
\usepackage{xcolor}
\usepackage{etoolbox}
\usepackage{titlesec}
\usepackage{unicode-math}
%\usepackage[kerning=true]{microtype}
\usepackage{microtype}
\usepackage{draftwatermark}
\usepackage{cleveref}
\setmainfont{Source Serif 4}
\setsansfont{Source Sans 3}
\setmathfont[AutoFakeBold]{Libertinus Math}
\setlength{\parindent}{0pt}
\setstretch{1.5}
\setkeys{Gin}{width=\maxwidth,height=\maxheight,keepaspectratio}
\hypersetup{colorlinks=true, urlcolor=blue, linkcolor=blue}
%\newintercharclass{\mdclass}
%\intercharclass{`—}{\mdclass}
%\interchartoks{0}{\mdclass}{\hspace{.04em}}
%\interchartoks{255}{\mdclass}{\hspace{.04em}}
%\interchartoks{\mdclass}{0}{\hspace{.04em}}
%\interchartoks{\mdclass}{255}{\hspace{.04em}}
%\intercharstate{1}
%\SetExtraKerning
% {encoding = {OT1,T1,T2A,LY1,OT4,QX,T5,TS1,EU1,EU2}} % all text
% {
% \textemdash = {70,70} % thinspace = 1/6 em
% }
\renewcommand\abstractname{\normalfont\textsc{Abstract}}
\providecommand{\tightlist}{%
\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
\IfFileExists{gittag.tex}%
{\input{gittag.tex}}
{\newcommand\gittag{}}
% {\begin{tabular}{p{1.0\textwidth}}
\newenvironment{pboxed}
{\color{purple}\makebox[\linewidth]{\rule[.3em]{\textwidth}{0.4pt}}\newline
}
{\newline\makebox[\linewidth]{\rule[.5em]{\textwidth}{0.4pt}}
}
%
\SetWatermarkAngle{315}
\SetWatermarkText{\gittag}
\SetWatermarkFontSize{20pt}
\SetWatermarkHorCenter{.75in}
\SetWatermarkVerCenter{10.25in}
\titleformat{\section}
{\large\bf}{\thesection}{1em}{}
\titleformat{\subsection}
{\normalsize\bf}{\thesubsection}{1em}{}
\urlstyle{rm}
\makeatletter
\fancypagestyle{allstyle}
{
\fancyhf{}
\renewcommand\headrulewidth{0.0pt}
\fancyfoot[C]{\thepage}
}
\def\dotitle{
\begin{center}
{\bf\large INTERNATIONAL ORGANISATION FOR STANDARDIZATION}\\
\vspace*{1em}
{\bf\large ORGANISATION INTERNATIONALE DE NORMALIZATION}\\
\vspace*{1em}
{\bf\large ISO/IEC JTC 1/SC 29/WG 3}\\
\vspace*{1em}
{\bf\large CODING OF MOTING PICTURES AND AUDIO}
\end{center}
\vspace*{2em}
\begin{flushright}
{\bf\large ISO/IEC JTC 1/SC 29/WG 3 \Large mNNNN}\\
\vspace*{1em}
{\bf\large Online — \@date}\\
\end{flushright}
\vspace*{2em}
\begin{flushleft}
{\bf\large Title: \@title}\\
\vspace*{2em}
{\bf\large Author: \@author}\\
\end{flushleft}
\newpage
}
\pagestyle{allstyle}
\makeatother