PENGENALAN
Awalannya, saya fikirkan sudah begitu banyak penulisan berkenaan apa itu LaTeX
boleh didapati melalui kajian dan carian di Internet, malahan buku yang menerangkan dengan begitu terperinci akan kegunaannya juga sudah sekian banyak dikeluarkan.
Tetapi kali ini saya fikir tidak mengapalah. Penulisan ini, jikalau saya menulis dengan lebih lanjut tentang ketiga-tiga perisian ini, sudah tentunya saya juga yang akan termanfaat daripadanya di masa akan datang. Selain saya boleh membuat rujukan kembali dengan membaca pos ini, saya juga boleh meneliti untuk menilai sejauh mana perkembangan saya dalam menulis hal-hal keilmuan seperti ini.
# Zathura configuration file
# See man `man zathurarc'
# Open document in fit-width mode by default
set adjust-open "width"
# One page per row by default
set pages-per-row 1
#stop at page boundries
set scroll-page-aware "true"
#zoom settings
set zoom-min 10
set selection-clipboard clipboard
#(to open an external link in a browser)
# https://git.pwmt.org/pwmt/zathura/-/issues/151
# https://unix.stackexchange.com/a/625597
set sandbox none
Synctex-searches work just fine by installing
zathura
and all the dependencies from the 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.