mpeg-pcc-tmc13-sw-manual.tex 2.56 KB
Newer Older
David Flynn's avatar
David Flynn committed
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
\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}

% some abbreviations
\makeatletter
\newcommand\eg{\emph{e.g\@ifnextchar.{}{.\@}}}
\newcommand\ie{\emph{i.e\@ifnextchar.{}{.\@}}}
\makeatother

77
\title{G-PCC test model v7 user manual}
David Flynn's avatar
David Flynn committed
78
79
\author{%
	David Flynn
80
	\email{davidflynn@apple.com}
David Flynn's avatar
David Flynn committed
81
82
}

83
\mpegmeeting{Gothenburg, SE -- July 2019}
David Flynn's avatar
David Flynn committed
84
85
86
87
88
89
90
91
\mpegdocnum{wXXXXX}
\mpegdocstatus{Draft}
\mpegdocsource{3DG}

\begin{document}
\maketitle
\begin{abstract}
This document is a user manual describing usage of reference software
92
for the G-PCC project. It applies to version 7.0 of the software.
David Flynn's avatar
David Flynn committed
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
\end{abstract}

\tableofcontents
%\listoftables

\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}


%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
\bibliographystyle{IEEEtran}
%\bibliography{manual}

\end{document}
\begin{document}
\maketitle