Some minor tweaks to make things work for LaTeX
This commit is contained in:
parent
0ac4989812
commit
e83d9106f1
4 changed files with 50 additions and 46 deletions
|
@ -80,10 +80,11 @@ in
|
|||
(if pkgs.stdenv.isDarwin then {
|
||||
executable = "/Applications/Skim.app/Contents/SharedSupport/displayline";
|
||||
args = [ "-r" "-g" "%l" "%p" "%f" ];
|
||||
} else {
|
||||
executable = "${evince-synctex}";
|
||||
args = [ "-f" "%l" "%p" "\"${config.home.file.kaktex.source} jump %f %l\"" ];
|
||||
});
|
||||
} else
|
||||
{
|
||||
executable = "${pkgs.qpdfview}/bin/qpdfview";
|
||||
args = [ "--unique" "%p#src:%f:%l:1" ];
|
||||
});
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue