This is my note for (mainly digital) signal processing. I hope this helps someones like students and engineers.
- workspace directory: the directory where this README.md file is located.
- build output directory:
<workspace directory>/build-out
. The output PDF file is generated here.
-
Open a terminal and navigate to the workspace directory.
-
Run the following command to compile the document:
bash -c "cd src; lualatex -file-line-error -synctex=1 -interaction=nonstopmode -halt-on-error -output-directory=../build-out sig_proc_memorandum.tex"
We need to install LaTeX Workshop.
-
Open the workspace directory in VS Code.
-
Open the command palette (Ctrl+Shift+P) and type "LaTeX Workshop: Build with recipe".
-
Select "lualatex".
Don't worry.
./vscode/settings.json
is already configured to uselualatex
. It is recommended to look at the settings and you will learn how this works. -
Wait for the build to finish.