line up equals in eqnarray

This commit is contained in:
robin 2012-04-23 20:58:39 +01:00
parent cc2ea1945a
commit 965b80739e
5 changed files with 31 additions and 47 deletions

View File

@ -6,9 +6,9 @@ PNG = fmmdh.png ct1.png hd.png ftcontext.png
all: ${PNG} all: ${PNG}
pdflatex software_fmea pdflatex software_fmmd
pdflatex software_fmea pdflatex software_fmmd
acroread software_fmea.pdf acroread software_fmmd.pdf
bib: bib:
bibtex software_fmea bibtex software_fmmd

View File

@ -930,12 +930,12 @@ as a hierarchical diagram, see figure~\ref{fig:hd}.
We can represent the hierarchy in figure~\ref{fig:hd} algebraically, using the `$\bowtie$' function We can represent the hierarchy in figure~\ref{fig:hd} algebraically, using the `$\bowtie$' function
using the groups as intermediate stages: using the groups as intermediate stages:
\begin{eqnarray*} \begin{eqnarray*}
G_1 = \{R,ADC\} \\ G_1 &=& \{R,ADC\} \\
CMATV = \;\bowtie (G_1) \\ CMATV &=& \;\bowtie (G_1) \\
G_2 = \{CMATV, read\_ADC \} \\ G_2 &=& \{CMATV, read\_ADC \} \\
RADC = \; \bowtie (G_2) \\ RADC &=& \; \bowtie (G_2) \\
G_3 = \{ RADC, read\_4\_20\_input \} \\ G_3 &=& \{ RADC, read\_4\_20\_input \} \\
R420I = \; \bowtie (G_3) \\ R420I &=& \; \bowtie (G_3) \\
\end{eqnarray*} \end{eqnarray*}
or, a nested definition, or, a nested definition,
$$ \bowtie \Big( \bowtie \big( \bowtie(R,ADC), read\_4\_20\_input \big), read\_4\_20\_input \Big). $$ $$ \bowtie \Big( \bowtie \big( \bowtie(R,ADC), read\_4\_20\_input \big), read\_4\_20\_input \Big). $$

View File

@ -930,12 +930,12 @@ as a hierarchical diagram, see figure~\ref{fig:hd}.
We can represent the hierarchy in figure~\ref{fig:hd} algebraically, using the `$\bowtie$' function We can represent the hierarchy in figure~\ref{fig:hd} algebraically, using the `$\bowtie$' function
using the groups as intermediate stages: using the groups as intermediate stages:
\begin{eqnarray*} \begin{eqnarray*}
G_1 = \{R,ADC\} \\ G_1 &=& \{R,ADC\} \\
CMATV = \;\bowtie (G_1) \\ CMATV &=& \;\bowtie (G_1) \\
G_2 = \{CMATV, read\_ADC \} \\ G_2 &=& \{CMATV, read\_ADC \} \\
RADC = \; \bowtie (G_2) \\ RADC &=& \; \bowtie (G_2) \\
G_3 = \{ RADC, read\_4\_20\_input \} \\ G_3 &=& \{ RADC, read\_4\_20\_input \} \\
R420I = \; \bowtie (G_3) \\ R420I &=& \; \bowtie (G_3) \\
\end{eqnarray*} \end{eqnarray*}
or, a nested definition, or, a nested definition,
$$ \bowtie \Big( \bowtie \big( \bowtie(R,ADC), read\_4\_20\_input \big), read\_4\_20\_input \Big). $$ $$ \bowtie \Big( \bowtie \big( \bowtie(R,ADC), read\_4\_20\_input \big), read\_4\_20\_input \Big). $$

View File

@ -3346,12 +3346,12 @@ as a hierarchical diagram, see figure~\ref{fig:hd}.
We can represent the hierarchy in figure~\ref{fig:hd} algebraically, using the `$\derivec$' function We can represent the hierarchy in figure~\ref{fig:hd} algebraically, using the `$\derivec$' function
using the groups as intermediate stages: using the groups as intermediate stages:
\begin{eqnarray*} \begin{eqnarray*}
G_1 = \{R,ADC\} \\ G_1 &=& \{R,ADC\} \\
CMATV = \;\derivec (G_1) \\ CMATV &=& \;\derivec (G_1) \\
G_2 = \{CMATV, read\_ADC \} \\ G_2 &=& \{CMATV, read\_ADC \} \\
RADC = \; \derivec (G_2) \\ RADC &=& \; \derivec (G_2) \\
G_3 = \{ RADC, read\_4\_20\_input \} \\ G_3 &=& \{ RADC, read\_4\_20\_input \} \\
R420I = \; \derivec (G_3) \\ R420I &=& \; \derivec (G_3) \\
\end{eqnarray*} \end{eqnarray*}
or, a nested definition, or, a nested definition,
$$ \derivec \Big( \derivec \big( \derivec(R,ADC), read\_4\_20\_input \big), read\_4\_20\_input \Big). $$ $$ \derivec \Big( \derivec \big( \derivec(R,ADC), read\_4\_20\_input \big), read\_4\_20\_input \Big). $$

View File

@ -13,29 +13,13 @@ clean:
bib: bib:
bibtex thesis bibtex thesis
chapters_sub_make:
CH1_introduction: cd CH1_introduction; make copy
cd $@; make copy cd CH2_FMEA; make copy
cd CH3_FMEA_criticism; make copy
CH2_FMEA: cd CH4_FMMD; make copy
cd $@; make copy cd CH5_Examples; make copy
cd CH6_Evaluation; make copy
CH3_FMEA_criticism: cd CH7_Conculsion; make copy
cd $@; make copy cd CH8_finsh_appendixes; make copy
CH4_FMMD:
cd $@; make copy
CH5_Examples:
cd $@; make copy
CH6_Evaluation:
cd $@; make copy
CH7_Conculsion:
cd $@; make copy
CH8_finsh_appendixes:
cd $@; make copy