{hf-tikz} is a package that uses tikz to highlight formulas (hf) in documents

learn more… | top users | synonyms

1
vote
0answers
214 views

hf-tikz.sty package installation on mountain lion

I want to install LaTeX on Mountain Lion and want to use some highlighting in my text for which I am using hf-tikz.sty package. I installed MacTeX and Texmaker on Mountain Lion but the package hf-tikz ...
5
votes
2answers
214 views

hf-tikz doesn't box around equation

In TikZ based \boxed construct is causing pdflatex to hang it was suggested to use hf-tikz instead of manually using tikz. The documentation indicates that this package doesn't work properly for tall ...
6
votes
1answer
267 views

adding equations gradually to beamer highlight (hf-tikz)

I am trying to highlight equations of a linear program starting from buttom and add constraints to the highlight. Here is my MWE: \documentclass{beamer} \usepackage{lmodern,amsmath,amssymb} ...