osx - Texmaker not updating the PDF viewer -
i created bash file compiles latex file, problem though pdfviewer in texmaker doesn't update, eventhoug raw pdf file updated. how come pdfviewer keep showing old pdf until use texmaker compile texmaker?... want embedded pdfviewer in texmaker update, pdf shows though don't use texmaker compile .tex file.
the bash file.
#!/bin/bash while true pdflatex -synctex=1 -interaction=nonstopmode /users/johnathan/documents/bachelor/rp/bachelor.tex sleep 4 done
i think problem not script(it works me), think pdf viewer.
1)try using evince pdf reader, update pdf automatically. has versions windows , linux, , free.
https://wiki.gnome.org/apps/evince/downloads
2)another way using web browser (i have used mozilla) pdf reader, writing in url bar:
file:///users/johnathan/documents/bachelor/rp/bachelor.pdf
but second way has problem must refresh web browser yourself.
i hope helps you!
Comments
Post a Comment