Table of Contents

LyX

Preferences

The main LyX configuration file preferences is located in directory ~/.lyx (Linux) or for example in ~/Library/Application Support/LyX-2.4 (macOS).

Some notes with respect to the CONVERTER section - Variables

  1. Flags

Troubleshooting

  1. If EPS images are not shown this might be caused by the security policy of ImageMagick. To solve this problem you must change file /etc/ImageMagick-6/policy.xml according to Debian wiki. For example add/change:
      <policy domain="coder" rights="read|write" pattern="PS" />
      <policy domain="coder" rights="read|write" pattern="PS2" />
      <policy domain="coder" rights="read|write" pattern="PS3" />
      <policy domain="coder" rights="read|write" pattern="EPS" />
      <policy domain="coder" rights="read|write" pattern="PDF" />
      <policy domain="coder" rights="read|write" pattern="XPS" />
1)
Note: When exporting, the whole directory will be moved from the temporary directory to the target directory.