Linked Questions

1 vote
0 answers
772 views

\documentclass[tikz,border=3.14mm]{standalone} \usepackage{tikz} \begin{document} \begin{tikzpicture} \node[rectangle, draw, minimum height=1.5em, minimum width=1.5em] (I) {X}; \end{tikzpicture} \...
Nip's user avatar
  • 215
7 votes
3 answers
18k views

I have some Tikz figures in my document and want to draw a frame around it. The width of this frame should be always \textwidth. The height should be automatically adjusted to the height of the actual ...
user4811's user avatar
  • 4,355
8 votes
1 answer
3k views

is there an option to change the line width of the spy-on node, i.e. the node that appears on the image, in the tikz spy library?
Martin's user avatar
  • 83
15 votes
1 answer
3k views

How do I change all line width proportionally to one another for example by a factor of two? Here is an MWE to illustrate the problem: \documentclass[tikz, border = 1cm]{standalone} %some magic ...
JulianWgs's user avatar
  • 684
4 votes
2 answers
1k views

How can I do this? I do not know how to do this. Is it possible to do it in LaTeX or should I create a figure with GeoGebra and insert it?
Henfe's user avatar
  • 277
5 votes
2 answers
489 views

How can I properly design a symbol, such as \oiint with Tikz? I've found something like this on the internet \usepackage{tikz} \usetikzlibrary{shapes} \begin{document} \[ \oint\iint {\tikz \node[...
Nolord's user avatar
  • 502
3 votes
2 answers
348 views

I need to draw the following diagram in my thesis work regarding Kochen-Specker theorem. So I am able to create, using elementary picture environment and somehow very not elegantly the following ...
mahler97's user avatar
4 votes
1 answer
2k views

This is not new here. But with the solutions in: Problem with overlay when a tikzpicture is inside another tikzpicture How to typeset a TikZ picture inside a node? I couldn't put it to work. ...
cacamailg's user avatar
  • 8,555
1 vote
1 answer
601 views

i want to draw a tree with thicker branches like the one in the picture, what could i put instead of ''thick'' ? \documentclass[border=3.141592]{standalone} \usepackage{forest} \begin{document}...
BRAI Saddam's user avatar
2 votes
1 answer
227 views

I would like to present old digitalised sources with tikz picture in LaTeX for private purposes similar to the presentation of Luther's sources by Google, which you can see here: https://...
Til Hund's user avatar
  • 1,191