Search found 1 match

by uebeue8ebd
Sun Nov 10, 2024 5:56 pm
Forum: Document Classes
Topic: Creating dynamic keys with pgfkeys
Replies: 0
Views: 3051

Creating dynamic keys with pgfkeys

Good day to everyone, I hope you can help me with this question.
I need to store some parameters in a document and later be able to retrieve them. I’m sharing the code with you:

\documentclass{article}
\usepackage{tikz}

\pgfkeys{
/myKeys/.is family,
}

\newcommand{\readDynamicKey}[1 ...