芜湖8月房价:Run Unique/Multiple Instances of Okular

来源:百度文库 编辑:九乡新闻网 时间:2024/04/29 00:44:52

Run Unique/Multiple Instances of Okular

Usually, whenyou open PDF files in Okular, it opens in the same okular window all thetime. However there are times when you want to refer to more than onepdf file at the same time and would need multiple instances of thesoftware to run. The way to get Okular to run unique instances is byfiring it with the --unique argument.

okular --unique

You could also put this in your .bashrc or .bash_aliases if you want it as a permanent fix.

alias okular="okular --unique"



*************************************
这样,自己用texmaker的问题就解决了。
方法是在texMaker中,打开options-> configure texmaker--> commands页面

在DVI Viewer, PSViewer 中,分别加上--unique.
最终变成:
okular %.dvi --unique
okular %.ps --unique

重启texMaker即可。