Mengautomasi Penyusunan Dokumen ConTeXt: Bahagian 1
dari Vim
Seperti yang dijanjikan, di dalam tulisan kali ini saya bincangkan cara untuk menyusun dokumen ConTeXt
dengan menggunakan aplikasi penyunting fail kegemaran saya, Vim
dan juga pembaca pdf Zathura
.
Untuk pemasangan, sila rujuk laman web rasmi [PRAGMA Advanced Document Engineering].
Kompilasi Fail ConTeXt
Arahan yang digunakan untuk menyusun fail .tex
dan menghasilkan dokumen PDF adalah,
bash
context filename.tex
Automasi Penyusunan Dokumen ConTeXt dari Vim
Jadi, saya teruskan dengan membincangkan cara untuk memudahkan proses mengkompilasi dokumen yang dihasilkan melalui ConTeXt
.
VimTeX and Zathura
Compiling and Viewing TeX Docs
Synctex-searches work just fine by installing
zathura
and all the dependencies from Arch official repository (libmupdf
can be skipped) as long as we set the vimtex-clientserver
(please refer to the first related configuration file below) which is specifically for vimtex-synctex-inverse-search
.I use [1] vimtex, a vim plugin
that provides support for writing and compiling LaTeX
documents and [2] zathura as the document viewer.
In the beginning, I was determined to stick to [3] MuPDF as the PDF viewer due to its fast and complete features despite being small and lightweight but I kept encountering unpleasant experiences while compiling documents where it always froze the screen of my laptop when I closed the viewer.