Skip to main content

Questions tagged [tikz-styles]

{tikz-styles} are predefined sets of options that organize how graphics elements are drawn. It is thus possible to program specific styles and reuse the styles on different objects. The {tikz-styles} tag can be used in parallel with {tikz-pgf}.

0 votes
2 answers
28 views

Modification of exam `answer plot` to allow drawing partial opacity when `\printanswers` is uncommented

Following up on this question and this question regarding "answer plots" for the exam class, I am running into an issue. I have a region shading at less than 100% opacity. If I try adding ...
EthanAlvaree's user avatar
  • 1,421
2 votes
2 answers
61 views

Designing a curved grating, i.e. a specific dashed arc?

I am trying to recreate this diagramm on tikz: Until now I have managed this: with this code: \begin{figure} \centering \begin{tikzpicture} % Define the radius \def\R{2} ...
Matis's user avatar
  • 43
1 vote
0 answers
37 views

Update tikz style of a named node type to be a box with two colours

Right now I have a node type that looks like this (pictured with wires coming out): but I'd like it to just have two colours -- white on the left and orange on the right (no shading). I've read about ...
Adina Goldberg's user avatar
1 vote
1 answer
39 views

semiconductor supply chain flowchart

I need to recreate a flowchart as faithfully as possible to the one depicted in the image. Unfortunately, my knowledge of LaTeX is still basic, and with the lines of code I have written, we are not ...
Yusef Hamdellah's user avatar
0 votes
1 answer
55 views

semiconductor value chain flowchart does not fit in the page

I created a flowchart which looks like the Image I left atacched.I tried these codes but the flowchart does not fit in the page, probably because I set specific margins in my document. \documentclass[...
Yusef Hamdellah's user avatar
0 votes
0 answers
36 views

Robust alternative to TikZ scope fading of text

I'm trying to fade a diagram containing a block of text, so that the left is invisible and the right looks normal. The §23.4.3 of the TikZ manual contains an example that looks like it should do ...
richard's user avatar
  • 729
0 votes
1 answer
41 views

Regular and Non-regular Polygon list

I need help with my code. As you can see, the compilation is incorrect: But I'd like some like this: \documentclass[a4paper, landscape]{standalone} \usepackage{tikz} \usetikzlibrary{shapes....
Lenin de Castilhos's user avatar
1 vote
2 answers
160 views

draw humanoid using tikz graph

I am trying to make a similar plot using tikz libray in latex but so far I was only able to generate three humanoids. However, they are not scaled to fit properly in the plot and I can't place them ...
Dalek's user avatar
  • 553
1 vote
1 answer
76 views

Tikz: arrow with multiple styles

I am trying to draw an arrow as in the following picture: In the past, I always solved this problem by simply splitting the line in three parts, adding two coordinates, and drawing three different ...
Manlio's user avatar
  • 492
3 votes
1 answer
67 views

How could I generate transparent sheets over each other using tikz library

I want to generate a figure using tikz similar to the following picture. Here is so far my attempt. I don't know how to generate these transparent sheets on top of each other and align nodes properly ...
Dalek's user avatar
  • 553
2 votes
2 answers
122 views

Semiconductor value chain flowchart process

I need to create a flowchart which looks like the Image I left atacched.I tried these codes but the outcome is not even close to what I want. thank you in advance. \tikzstyle{process} = [rectangle, ...
Yusef Hamdellah's user avatar
0 votes
0 answers
42 views

International trade equilibria with sanctions

I need to insert this diagram about international terms of trade in my project but since it is a png file when you get to zoom in the image looses its definition. I was thinking to use {tizkpicture} ...
Yusef Hamdellah's user avatar
2 votes
1 answer
47 views

How to make tikz trees with children that grow down then right?

by default tikz grows trees in a centered manner, such that children grow as: o / \ o o / \ / \ o o o o How can I grow the trees such that they grow down, then right? Such that:...
Reginald's user avatar
2 votes
1 answer
63 views

Using line length as part of a TikZ style calculation

Because I am going to make a lot of figures where the same spring is in different states of compression or extension, I spent some time developing a dynamic style for springs. This style takes 4 ...
Erlend Magnus Viggen's user avatar
3 votes
1 answer
61 views

Filling a specific area with tikz

I am trying to fill a specific area in my tikz picture but didn't manage to do it correctly. It is a wave shape so it makes it a bit tricky to fill since it's not perfectly sinusoidal (on purpose). ...
Waxler's user avatar
  • 860

15 30 50 per page
1
2 3 4 5
134