/usr/share/doc/slang-xfig/examples/slxfigrc is in slang-xfig 0.2.0~.35-1.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | %-*- slang -*-
% This file should be copied to $HOME/.slxfigrc. It gets loaded each
% time slxfig is loaded.
%
% slxfig autogenerates eps files by running latex. The xfig_set_autoeps_dir
% function specifies the directory where these files are to be placed.
xfig_set_autoeps_dir ("$HOME/.slxfig/autoeps"$);
% Directory where temporary files are to be placed.
xfig_set_tmp_dir ("slxfigtmp");
xfig_set_paper_size ("Letter"); % A4, ....
xfig_add_latex_package ("mathpazo");
% If you have ps2ps installed, you might try using this command to
% create the postscript files:
%
% xfig_set_output_driver ("ps", "fig2dev -L ps -c -z %P %I %B-tmp.ps"
% + ";ps2ps %B-tmp.ps %O; rm -f %B-tmp.ps");
|