-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathmpeg-pcc-tm2-sw-manual.tex
130 lines (103 loc) · 2.91 KB
/
mpeg-pcc-tm2-sw-manual.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
120
121
122
123
124
125
126
127
128
\documentclass[a4paper,11pt]{mpegdoc}
% let latextortf know the input is utf8
\newif\iflatextortf
\iflatextortf
\usepackage[utf8]{inputenc}
\fi
% prevent floats floating beyond their enclosing section
\usepackage[section]{placeins}
\usepackage{amsmath}
% document links / urls
% force urls to break at hyphens
\PassOptionsToPackage{hyphens}{url}
\usepackage[dvipsnames]{xcolor}
\usepackage{hyperref}
\newcommand\myshade{85}
\colorlet{mylinkcolor}{violet}
\colorlet{mycitecolor}{YellowOrange}
\colorlet{myurlcolor}{Aquamarine}
\hypersetup{
linkcolor = mylinkcolor!\myshade!black,
citecolor = mycitecolor!\myshade!black,
urlcolor = myurlcolor!\myshade!black,
colorlinks = true,
}
%%
% text highlighting
\usepackage{soul}
%%
% code / algorithm formatting
% \usepackage{minted}
% \usepackage{fancyvrb}
% \usepackage[]{algorithm2e}
\usepackage[margin=10pt,font=small,format=hang,labelsep=endash]{caption}
%\usepackage[position=bottom]{subfig}
\captionsetup[subfloat]{position=top}
\usepackage{subcaption}
\usepackage{multirow}
\usepackage{multicol}
\usepackage{dcolumn}
\newcolumntype{.}[1]{D{.}{.}{#1}}
\usepackage{colortbl}
\usepackage{makecell}
\usepackage{booktabs}
\usepackage{longtable}
\usepackage[strings]{underscore}
\usepackage{csquotes}
\MakeOuterQuote{"}
\EnableQuotes
% allow changing list separation
\usepackage{enumitem}
% For turning pages around
% - plus a fix to get the margins correct when writing a minipage
%\usepackage{pdflscape}
%\usepackage{afterpage}
%\newlength{\lscapetextwidth}
%\setlength{\lscapetextwidth}{\textheight}
% Handling of figure ranges using \cref
%\usepackage{cleveref}
% Fixing tightlist from md
\providecommand{\tightlist}{\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
% some abbreviations
\makeatletter
\newcommand\eg{\emph{e.g\@ifnextchar.{}{.\@}}}
\newcommand\ie{\emph{i.e\@ifnextchar.{}{.\@}}}
\makeatother
\title{V3C/V-PCC test model v24.0 user manual}
\author{%
XX YY
\email{[email protected]}
}
\mpegmeeting{Month YYYY, Location}
\mpegdocnum{wXXXXX}
\mpegdocstatus{Draft}
\mpegdocsource{3DG}
\mpegdocpurpose{User manual}
\begin{document}
%\maketitle % removed if no correespoinding document registered
\titlespacing{\section}{0pt}{4ex}{3ex}
\titlespacing{\subsection}{0pt}{3ex}{2ex}
\titlespacing{\subsubsection}{0pt}{1ex}{1ex}
\begin{abstract}
This document is a user manual describing usage of reference software
for the V3C/V-PCC project. It applies to version 24.0 of the software [1].
\end{abstract}
\tableofcontents
%\listoftables
\pagebreak
\input{README.about.tex}
\input{README.build.tex}
\input{README.usage.tex}
% provide some separation between option name (subsubsection title)
% and the body text.
\titlespacing{\subsubsection}{2em}{*0}{*0}
\input{README.options.tex}
\input{README.references.tex}
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%\bibliographystyle{IEEEtran}
%\bibliography{manual}
\end{document}
\begin{document}
\maketitle