diff --git a/EK-VAXAA-4P-001.pdf b/EK-VAXAA-4P-001.pdf index a570885..99a03c1 100644 Binary files a/EK-VAXAA-4P-001.pdf and b/EK-VAXAA-4P-001.pdf differ diff --git a/EK-VSTAA-MG-001.pdf b/EK-VSTAA-MG-001.pdf index ef64a2c..db2af1b 100644 Binary files a/EK-VSTAA-MG-001.pdf and b/EK-VSTAA-MG-001.pdf differ diff --git a/Makefile b/Makefile index 427d1d5..e9d2a46 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -SOURCEs=README EK-VAXAA-4P-001.tex EK-VSTAA-MG-001.tex +SOURCES=README.tex EK-VAXAA-4P-001.tex EK-VSTAA-MG-001.tex diff --git a/README.md b/README.md index 46ddd61..aa9c8d2 100644 --- a/README.md +++ b/README.md @@ -25,12 +25,13 @@ The reason for this is twofold: # How we are doing it It is highly likely (backed up by some evidence from the documentation -itself[^1] is written in LaTeX. In order to try and maintain as much of -the original layout and pagination as closely as possible to the -original LaTeX has again been chosen as the method to re-create the -documentation. This also lets us separate out the style from the content -making it much faster, once suitable document classes have been created, -to recreate documents with the minimum of effort. +itself[^1]) the original documentation is written in LaTeX. In order to +try and maintain as much of the original layout and pagination as +closely as possible to the original LaTeX has again been chosen as the +method to re-create the documentation. This also lets us separate out +the style from the content making it much faster, once suitable document +classes have been created, to recreate documents with the minimum of +effort. # Contributing diff --git a/README.pdf b/README.pdf index 0f3a194..ae4a1c0 100644 Binary files a/README.pdf and b/README.pdf differ diff --git a/README.tex b/README.tex index b03c2ed..299e974 100644 --- a/README.tex +++ b/README.tex @@ -30,7 +30,7 @@ The reason for this is twofold: \section{How we are doing it} It is highly likely (backed up by some evidence from the documentation itself\footnote{For example using a space separated console prompt such as {\tt > > >} -to combat \LaTeX\ conversion of {>}{>} into >> } is written in \LaTeX. In order to try and maintain as much of the original layout and pagination as closely +to combat \LaTeX\ conversion of {>}{>} into >> }) the original documentation is written in \LaTeX. In order to try and maintain as much of the original layout and pagination as closely as possible to the original \LaTeX\ has again been chosen as the method to re-create the documentation. This also lets us separate out the style from the content making it much faster, once suitable document classes have been created, to recreate documents with the minimum of effort.