Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Beamer TPT NG Beamer TPT NG
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • latexlatex
  • Beamer TPT NGBeamer TPT NG
  • Merge requests
  • !1

Generates pstex/pstex_t from fig to accommodate xelatex

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Tarik Graba requested to merge patch-figlatex-xelatex into master Aug 10, 2020
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 2

xelatex is note based on pdflatex (lualatex is) thus the \ifpdf macro returns false. As xelatex uses \ifpdf to identify the latex engine and thus will try to insert ps files instead of pdf ones.

This patch adds make rules to also generate pstex and pstex_t files.

Some refs:

  • https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=792616
  • https://tex.stackexchange.com/a/401470
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: patch-figlatex-xelatex