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

Fix circled command #42

Merged
merged 8 commits into from
Apr 17, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Elide empty comment line
  • Loading branch information
compor committed Mar 29, 2024
commit b3fba8006e2c40d97e20ef757183df733db8fb0b
1 change: 0 additions & 1 deletion tex/setup.tex
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@
}

% define a base tikz node for circled commands accepting a fill colour and the node text as arguments
%
\DeclareRobustCommand{\circledbase}[3][]{%
\tikz[baseline=(char.base)]{\node[circledstyle, fill=#2] (char) {#3\strut};}%
}
Expand Down
Loading