Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pgfmath parse for width,depth,height #2304

Merged
merged 1 commit into from
Jan 28, 2024

Conversation

dginev
Copy link
Collaborator

@dginev dginev commented Jan 24, 2024

Added in the hope of fixing dginev/ar5iv#431 , but it only resolved the first error in that issue.

Minimal example enabled by the PR:

\documentclass{article}
\usepackage{pgf}
\begin{document}

\pgfmathparse{height("Some Lovely Text")} \pgfmathresult

\pgfmathsetmacro\MathAxis{height("$\vcenter{}$")}

\MathAxis

\end{document}

Copy link
Owner

@brucemiller brucemiller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure, ok. looks good.

@brucemiller brucemiller merged commit 4411c51 into brucemiller:master Jan 28, 2024
13 checks passed
@brucemiller brucemiller deleted the pgfparse-tricky-case branch January 28, 2024 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants