About 979,000 results
Open links in new tab
  1. Easy curves in TikZ - TeX - LaTeX Stack Exchange

    Nov 4, 2011 · I find myself needing to draw lots of elegantly curved paths in TikZ. Ideally, I'd just specify a series of points, and TikZ would calculate the extra data itself to draw a nice series of …

  2. If-then-else inside TikZ graph? - TeX - LaTeX Stack Exchange

    Since you are using tikz graphs, which require Lua, you can use lua too to evaluate your conditionals. I was trying to compose a MWE as proof of concept, but then I realized I didn't …

  3. Why do people insist on using Tikz when they can use simpler

    Oct 9, 2022 · For one, TikZ will automatically use the same font, so I only have to change it in one place and it can't get out-of-sync. Also, the font is just one variable of style — there's spacing, …

  4. Materials for learning TikZ - TeX - LaTeX Stack Exchange

    Dec 13, 2014 · TikZ, in common with Beamer and Memoir, is a very, very rich, and, as a result, intimidating, package, so don't feel too bad about it. The way I learned all three was basically …

  5. Meaning of bend right or left in TikZ? - LaTeX Stack Exchange

    The following code actually comes from the PGF manual. It works fine, but I have a difficult time in understanding it (I'm new to TikZ) \\documentclass{article} % say \\usepackage{tikz} \\usetikzlib...

  6. Increase the thickness of node border in TikZ - TeX

    Oct 29, 2013 · If you have a rectangle as a node (e.g. using matrix in tikz), can you adjust the thickness of the borders individually? E.g. top, bottom, left, right? line width changes all of …

  7. List of available TikZ libraries with a short introduction

    Jan 29, 2012 · Part IV of the PGF manual is all the libraries; the TOC gives their names, and each section starts with a short introduction.

  8. Conditional statements in TikZ - TeX - LaTeX Stack Exchange

    May 26, 2022 · I am going to share some personal feeling about programming/drawing with TikZ, in comparison with Asymptote. Let's start with a code example in pgfmanual, Section 88 …

  9. TikZ Adding Text - TeX - LaTeX Stack Exchange

    Mar 19, 2024 · In TikZ you can use nodes to place almost anything (in particular, text) in the position you want. In the following example I used the at construct to specify the exact position …

  10. TikZ: draw line thickness less than 0.1 mm - TeX

    Oct 7, 2014 · In TikZ is it possible to draw lines thinner than 0.1 mm? ultra thin option gives line thickness 0.1 mm. I want to draw a pattern using line thickness 0.07 mm.