14 lines
302 B
TeX
14 lines
302 B
TeX
%! TeX program = lualatex
|
|
%! TeX root = ../../thesis.tex
|
|
\documentclass[../../thesis.tex]{subfiles}
|
|
|
|
\begin{document}
|
|
|
|
\chapter{Background}\label{ch:background}
|
|
|
|
\begin{enumerate}
|
|
\item Fault -> Error -> Failure (fault chain terminology). Also SDC/DUE differentiation
|
|
\end{enumerate}
|
|
|
|
\end{document}
|