Skip to main content

Questions tagged [tikzset]

1 vote
1 answer
68 views

Given the following code that generates a Venn diagram with three sets \documentclass[tikz,border=5pt]{standalone} \usepackage{venndiagram} \usepackage{xcolor} \begin{document} \begin{...
Sebastiano's user avatar
  • 66.9k
5 votes
2 answers
268 views

Consider the code: \documentclass{book} \usepackage[sfdefault]{cabin} \usepackage[english]{babel} \usepackage{tikz,scalerel,scalefnt} \usetikzlibrary{decorations.text} \definecolor{PureGold}{RGB}{255,...
DDS's user avatar
  • 11.2k
2 votes
2 answers
78 views

I need to globally change the thickness of all line segments in the picture to be between .5pt and 1pt; also, globally change all font sizes to be 9pt. I have tried \tikzset{every picture/.style=...
Haoran Chen's user avatar
2 votes
1 answer
229 views

I have the following \tikzset that defines a graphic node in TikZ. This node has a few configured settings, which I want to make optional keys. \tikzset{ graphicnode/.style={ inner sep=0pt,...
Harry's user avatar
  • 1,790
7 votes
6 answers
937 views

I'd like to use tikz to draw regular polygons that are too small for shapes.geometric. My goal is to have them in-line with the text: But when I try to write a tikzset to so I can quickly and easily ...
Matt Petersen's user avatar
0 votes
1 answer
192 views

I'm currently studying the CLRS textbook on algorithms and I've come across a figure representing disjoint sets as a collection of trees, where each tree represents a set. I'm looking to recreate a ...
neo's user avatar
  • 23
0 votes
0 answers
129 views

main.tex for MWE: \documentclass{report} \usepackage{csquotes} \usepackage{graphicx} \setcounter{tocdepth}{4} \setcounter{secnumdepth}{4} \usepackage[tableposition=top]{caption} \usepackage{subcaption}...
SDe's user avatar
  • 11
0 votes
2 answers
104 views

using this Link i modified i could have made this the output i had \documentclass{article} \usepackage{fourier} \usepackage[table,xcdraw,dvipsnames,svgnames,x11names]{xcolor} \usepackage{tikz} \...
BROK's user avatar
  • 119
1 vote
1 answer
80 views

I'm new here so sorry in advance if I make any mistake. I have defined a \mybox command using tikzset. However, it is not working properly as some weird shadowing is showing around it. I would like ...
davinci_07's user avatar
0 votes
2 answers
141 views

I have changed the radius of the circle and made them larger and am unsure how to change the space between them because they overleap. Thank you. \documentclass[tikz, border=5]{standalone} \newcount\...
user292225's user avatar
4 votes
1 answer
423 views

I am trying to concentrate often used options for a tikzpicture under a tikzset command in the preamble, to share among different pictures. My MWE is: \documentclass[crop,tikz]{standalone} \usepackage{...
chandra's user avatar
  • 3,317
4 votes
1 answer
261 views

Goal I'm trying to connect the nodes of my graph using a horizontal-vertical-horizontal line. MWE Consider the following example: \documentclass{standalone} \usepackage{tikz} \usetikzlibrary{graphs, ...
Jux's user avatar
  • 43
0 votes
0 answers
115 views

I get the message: "Overfull \hbox (11.58838pt too wide) in paragraph at lines 362--362" It refers to the empty line between the newpage command and the example below, so I'm confused. Also, ...
Noga 's user avatar
  • 53
0 votes
1 answer
45 views

Alright I'm giving up. I want a custom node that looks like a common PI&D turbine or compressor symbol: \tikzset{TC/.style={ minimum height=2cm, minimum width=2cm, path picture={ \...
Felix's user avatar
  • 59
0 votes
1 answer
186 views

I am trying to pass a value (first input argument) and an array (second input argument) to Tikzset and I want to check if the value is in the array. Each time I am running the code, the array is read ...
Mostafa's user avatar
  • 57

15 30 50 per page