Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • 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
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • latex
  • Beamer TPT NGBeamer TPT NG
  • Merge requests
  • !1

Open
Created Aug 10, 2020 by Tarik Graba@tarik😷Owner
  • Report abuse
Report abuse

Generates pstex/pstex_t from fig to accommodate xelatex

  • Overview 1
  • Commits 1
  • 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
Reviewer
Request review from
Time tracking
Source branch: patch-figlatex-xelatex