mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m.internship-documentation.git
synced 2024-11-22 15:03:35 +01:00
Thesis: move beacon preamble to preamble.tex
This commit is contained in:
parent
27e374d167
commit
e981cdbedb
2 changed files with 27 additions and 31 deletions
|
@ -1,41 +1,12 @@
|
||||||
% vim: fdm=marker fmr=<<<,>>>
|
% vim: fdm=marker fmr=<<<,>>>
|
||||||
\documentclass[../thesis.tex]{subfiles}
|
\documentclass[../thesis.tex]{subfiles}
|
||||||
|
|
||||||
% Local preamble <<<
|
|
||||||
\graphicspath{
|
\graphicspath{
|
||||||
{.}
|
{.}
|
||||||
{../../figures/}
|
{../../figures/}
|
||||||
{../../../figures/}
|
{../../../figures/}
|
||||||
}
|
}
|
||||||
|
|
||||||
% Notes:
|
|
||||||
% \tau is a measured/apparent quantity
|
|
||||||
% t is true time
|
|
||||||
% priming is required for moving with the signal / different reference frame
|
|
||||||
|
|
||||||
% time variables
|
|
||||||
\newcommand{\tTrue}{t}
|
|
||||||
\newcommand{\tMeas}{\tau}
|
|
||||||
|
|
||||||
\newcommand{\tTrueEmit}{\tTrue_0}
|
|
||||||
\newcommand{\tTrueArriv}{\tTrueEmit'}
|
|
||||||
\newcommand{\tMeasArriv}{\tMeas_0}
|
|
||||||
\newcommand{\tProp}{\tTrue_d}
|
|
||||||
\newcommand{\tClock}{\tTrue_c}
|
|
||||||
|
|
||||||
% phase variables
|
|
||||||
\newcommand{\pTrue}{\phi}
|
|
||||||
\newcommand{\PTrue}{\Phi}
|
|
||||||
\newcommand{\pMeas}{\varphi}
|
|
||||||
|
|
||||||
\newcommand{\pTrueEmit}{\pTrue_0}
|
|
||||||
\newcommand{\pTrueArriv}{\pTrueArriv'}
|
|
||||||
\newcommand{\pMeasArriv}{\pMeas_0}
|
|
||||||
\newcommand{\pProp}{\pTrue_d}
|
|
||||||
\newcommand{\pClock}{\pTrue_c}
|
|
||||||
|
|
||||||
% >>> Local Preamble
|
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\chapter{Disciplining by Beacon} %<<<
|
\chapter{Disciplining by Beacon} %<<<
|
||||||
\label{sec:disciplining}
|
\label{sec:disciplining}
|
||||||
|
|
|
@ -100,9 +100,34 @@
|
||||||
\newcommand{\MHz}{\text{MHz}}
|
\newcommand{\MHz}{\text{MHz}}
|
||||||
|
|
||||||
% Quantities
|
% Quantities
|
||||||
\newcommand{\beaconfreq}{\ensuremath{f_\mathrm{beacon}}}
|
% Notes:
|
||||||
\newcommand{\phase}{\ensuremath{\varphi}}
|
% \tau is a measured/apparent quantity
|
||||||
|
% t is true time
|
||||||
|
% priming is required for moving with the signal / different reference frame
|
||||||
|
|
||||||
|
\newcommand{\beaconfreq}{\ensuremath{f_\mathrm{beacon}}}
|
||||||
|
|
||||||
|
%% time variables
|
||||||
|
\newcommand{\tTrue}{t}
|
||||||
|
\newcommand{\tMeas}{\tau}
|
||||||
|
|
||||||
|
\newcommand{\tTrueEmit}{\tTrue_0}
|
||||||
|
\newcommand{\tTrueArriv}{\tTrueEmit'}
|
||||||
|
\newcommand{\tMeasArriv}{\tMeas_0}
|
||||||
|
\newcommand{\tProp}{\tTrue_d}
|
||||||
|
\newcommand{\tClock}{\tTrue_c}
|
||||||
|
|
||||||
|
%% phase variables
|
||||||
|
\newcommand{\pTrue}{\phi}
|
||||||
|
\newcommand{\PTrue}{\Phi}
|
||||||
|
\newcommand{\pMeas}{\varphi}
|
||||||
|
\newcommand{\phase}{\pMeas} % deprecated
|
||||||
|
|
||||||
|
\newcommand{\pTrueEmit}{\pTrue_0}
|
||||||
|
\newcommand{\pTrueArriv}{\pTrueArriv'}
|
||||||
|
\newcommand{\pMeasArriv}{\pMeas_0}
|
||||||
|
\newcommand{\pProp}{\pTrue_d}
|
||||||
|
\newcommand{\pClock}{\pTrue_c}
|
||||||
|
|
||||||
% Names
|
% Names
|
||||||
% Acronyms
|
% Acronyms
|
||||||
|
|
Loading…
Reference in a new issue