commit 87f22f40785fa15ea5cda07d113423f7806f8b85
parent 7a11bc1246af1bbdd6175b3b62dc62acc32c17c0
Author: jatinchowdhury18 <jatinchowdhury18@users.noreply.github.com>
Date: Sat, 21 Nov 2020 16:55:55 -0800
Update docs [ci skip]
Diffstat:
6 files changed, 25 insertions(+), 15 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
@@ -17,16 +17,6 @@ page can be used for reporting bugs or posting feature requests.
All feedback is useful and most welcome!
-## Documentation
-
-If you've been using the plugin for a while and are pretty
-familiar with it, please consider contributing to the plugin
-[documentation](https://github.com/jatinchowdhury18/AnalogTapeModel/wiki/User-Manual).
-Additionally, if someone would want to make a YouTube video
-giving a demo or a walkthrough of the plugin features, that
-would most welcome.
-
-
## Presets
If you have a favorite setting for the plugin, consider
diff --git a/Manual/ChowTapeManual.pdf b/Manual/ChowTapeManual.pdf
Binary files differ.
diff --git a/Manual/ChowTapeManual.tex b/Manual/ChowTapeManual.tex
@@ -295,9 +295,9 @@ on GitHub. GitHub issues are preferred, since they are publicly
visible.
\subsection{Acknowledgements}
-Thanks to Yann for helping to write this user manual,
-as well as all the users of ChowTape who have made
-efforts to help improve the plugin.
+Thanks to Yann from SINK Music for helping to create this
+user manual, as well as all the users of ChowTape who have
+made efforts to help improve the plugin.
\newpar
Enjoy!
\newpar
diff --git a/Manual/Makefile b/Manual/Makefile
@@ -0,0 +1,17 @@
+SOURCES = ChowTapeManual.tex manual.cls
+TEX_FLAGS =
+
+PDFS = $(patsubst %.tex, %.pdf, $(SOURCES))
+
+.PHONY: clean
+
+%.pdf: %.tex
+ xelatex $(TEX_FLAGS) $<
+
+all: $(PDFS)
+
+clean:
+ rm -f *.{log,pdf,out,aux,fls,fdb*,sync*}
+
+deploy: $(PDFS)
+ scp ChowTapeManual.pdf jatin@ccrma-gate.stanford.edu:~/Library/Web/chowdsp/Products
diff --git a/Manual/manual.cls b/Manual/manual.cls
@@ -29,6 +29,7 @@
linkcolor=blue,
filecolor=magenta,
urlcolor=blue,
+ pdfstartview=FitW
}
% manage title formats
@@ -42,7 +43,7 @@
\bodyfont\color{black}\bfseries\raggedright}{}{0em}%
{}[\color{theme}{\titlerule[1pt]}]
-\titleformat{\subsubsection}[hang]{\fontsize{13pt}{1em}%
+\titleformat{\subsubsection}[hang]{\fontsize{11pt}{1em}%
\bodyfont\color{black}\bfseries\raggedright}{}{0em}%
{}[\color{theme}{\titlerule[1pt]}]
diff --git a/README.md b/README.md
@@ -32,6 +32,8 @@ CHOW Tape is currently available in the following formats:
- LV2
- Standalone plugin
+For more information, see the [User Manual](https://ccrma.stanford.edu/~jatin/chowdsp/Products/ChowTapeManual.pdf)
+
## Installation
Download the latest release
@@ -60,7 +62,7 @@ see the
- GUI Framework - [Plugin GUI Magic](https://github.com/ffAudio/PluginGUIMagic)
- Power Switch Icon - [FontAudio](https://github.com/fefanto/fontaudio)
- Open Build Service Builds - [Konstantin Voinov](https://github.com/lv2-porting-project)
-- User Manual - Yann
+- User Manual - Yann from SINK Music
## License
CHOW Tape is licensed under the GNU General Public License agreement. Enjoy!