ChengsongTanPhdThesis/main.tex
changeset 472 6953d2786e7c
parent 471 23818853a710
child 500 4d9eecfc936a
equal deleted inserted replaced
471:23818853a710 472:6953d2786e7c
    58 \usepackage[noend]{algpseudocode}
    58 \usepackage[noend]{algpseudocode}
    59 \usepackage{enumitem}
    59 \usepackage{enumitem}
    60 \usepackage{nccmath}
    60 \usepackage{nccmath}
    61 \usepackage{tikz-cd}
    61 \usepackage{tikz-cd}
    62 \usepackage{tikz}
    62 \usepackage{tikz}
    63 \usetikzlibrary{automata, positioning}
    63 \usetikzlibrary{automata, positioning, calc}
    64 
    64 
    65 %----------------------------------------------------------------------------------------
    65 %----------------------------------------------------------------------------------------
    66 %	MARGIN SETTINGS
    66 %	MARGIN SETTINGS
    67 %----------------------------------------------------------------------------------------
    67 %----------------------------------------------------------------------------------------
    68 
    68 
   277 \def\S{\mathit{S}}
   277 \def\S{\mathit{S}}
   278 \def\rup{r^\uparrow}
   278 \def\rup{r^\uparrow}
   279 
   279 
   280 \end{abbreviations}
   280 \end{abbreviations}
   281 
   281 
   282 %----------------------------------------------------------------------------------------
   282 
   283 %	PHYSICAL CONSTANTS/OTHER DEFINITIONS
       
   284 %----------------------------------------------------------------------------------------
       
   285 
       
   286 \begin{constants}{lr@{${}={}$}l} % The list of physical constants is a three column table
       
   287 
       
   288 % The \SI{}{} command is provided by the siunitx package, see its documentation for instructions on how to use it
       
   289 
       
   290 Speed of Light & $c_{0}$ & \SI{2.99792458e8}{\meter\per\second} (exact)\\
       
   291 %Constant Name & $Symbol$ & $Constant Value$ with units\\
       
   292 
       
   293 \end{constants}
       
   294 
   283 
   295 %----------------------------------------------------------------------------------------
   284 %----------------------------------------------------------------------------------------
   296 %	SYMBOLS
   285 %	SYMBOLS
   297 %----------------------------------------------------------------------------------------
   286 %----------------------------------------------------------------------------------------
   298 
   287