Questions tagged [tikzmark]

A {tikz-pgf} library for remembering positions on a page for later use.

The tikzmark library is a convenient wrapper around TikZ' remember picture feature for remembering positions on a page. Use this tag only for questions that make use of this library. Do not use it for questions that only use the plain remember picture feature, for which is more adequate, or make use of packages like zref-save­pos that provide similar features.

195 questions
13
votes
3 answers

How to get tikzmark to work

I am having difficulty getting \tikzmark to do its magic. I tried using the tikz library for \tikzmark as in the following code: \documentclass{article} \usepackage{amsmath} \usepackage{tikz} \usetikzlibrary{calc,tikzmark} \begin{document} By…
A.Ellett
  • 50,533
6
votes
1 answer

Using Tikzmark and Arrows

This is a basic question and I apologize if this program is using the latest version of the tikzmark library not available in CTAN. I posted as far as I got and also the image I am trying to replicate. Please assist in finishing the…
MathScholar
  • 2,513
6
votes
4 answers

Drawing an arrow over a tabular with tikzmark

I'm trying to get lines to trace diagonally along the entries in a tabular using tikz and tikzmark but tikz isn't drawing on top of the text in the tabular. How can I fix this? I would like to keep using an appropriate mathy structure like tabular,…
6
votes
2 answers

How to draw this lines with tikzmark

I would like to draw lines to illustrate the lengths used with the package enumitem , so i create this…
Salim Bou
  • 17,021
  • 2
  • 31
  • 76
4
votes
3 answers

Additional Symbols Tikzmark and Braces

I am wondering if it is possible to add the extra symbols in this example given the way I have written the code. I have provided a minimal example and another image with the additional symbols of + and…
MathScholar
  • 2,513
4
votes
1 answer

Tikzmark; Tangent arrows

I am happy with this but I'd like to make the two drawn arrows tangent. Here is my minimal example: \documentclass{article} \usepackage{amsmath,tikz} \usetikzlibrary{tikzmark} \begin{document} \begin{align*} …
MathScholar
  • 2,513
3
votes
1 answer

Arithmetic on tikzmark points

Can I do arithmetic on tikzmark points? For example if I have \tikzmark{A} and \tikzmark{B} can I find their midpoint?
tcp
  • 31
3
votes
0 answers

Problem with Tikzmark and other Packages

I needed help from Marmot on the arrows of this program because my skills are weak, but I made a few attempts alone and got errors I knew were wrong. Removing the package flexisym did the job. Why? It was apart of a larger template so while I don't…
MathScholar
  • 2,513
2
votes
1 answer

Localized TiKZ marks

The following code, adapted from the first answer here , works the way I want. But it is not what I expected. I'm reusing the tikzmark labels a..e, and the \makebrace use after the first placement of the marks uses those placements, and the use…
dedded
  • 2,236
2
votes
2 answers

tikzmarknode not working in Overleaf

I have started going through all of the bookmarked answers on StackExchange that I want to use for examples. I have had success with most of the answers being able to compile within Overleaf. However, I tried importing the code from How do I get a…
MrT_PHS
  • 33
2
votes
1 answer

tikzmark -- suffix use fails

I try to put tikzmarks in tabulars and to prevent to have tikzmarks with the smae name, I use a different prefix in each tabular to create the tikzmarks, but how use them after…
Tarass
  • 16,912
1
vote
1 answer

How to shift a tikzmark?

I'd like the tikzmark to be centered on the line of the tabular, the optional argument seems not working or I missuse it…
Tarass
  • 16,912
0
votes
1 answer

How to supress pgfplot fake error message,

I am fighting with a logical problem. I have a program listing, which has some highlighted lines. Those lines are represented with a ballon, which ballon is created in the same macro, which creates program listing as well. I want to add a remark…
katang
  • 1,429