Reproduce a geometric drawing
How can I reproduce the following drawing using LaTeX
?
I suspect that TikZ
has the right instruments to do it, but I'm not familiar with the package. Indeed, the most I can do with it is drawing basic shapes, like
usepackage{tikz}
begin{tikzpicture}
draw[step=1cm,gray,very thin] (-1.9,-1.9) grid (5.9,5.9);
end{tikzpicture}
or
usepackage{tikz}
begin{tikzpicture}
draw (0,0) -- (4,0) -- (4,4) -- (0,4) -- (0,0);
end{tikzpicture}
but I don't know how to combine them to create the desired end product and how to add labels.
tikz-pgf graphics
New contributor
add a comment |
How can I reproduce the following drawing using LaTeX
?
I suspect that TikZ
has the right instruments to do it, but I'm not familiar with the package. Indeed, the most I can do with it is drawing basic shapes, like
usepackage{tikz}
begin{tikzpicture}
draw[step=1cm,gray,very thin] (-1.9,-1.9) grid (5.9,5.9);
end{tikzpicture}
or
usepackage{tikz}
begin{tikzpicture}
draw (0,0) -- (4,0) -- (4,4) -- (0,4) -- (0,0);
end{tikzpicture}
but I don't know how to combine them to create the desired end product and how to add labels.
tikz-pgf graphics
New contributor
Dis you code something?
– Blincer
3 hours ago
1
Welcome to TeX.SE! Yes, it is quite easy do with TikZ, but could you please add a minimal working example of what you have tried so far? It would make easier to help you.
– CarLaTeX
3 hours ago
@CarLaTeX I've edited the question. But unfortunately I'm not familiar at all with TikZ.
– Hiro
3 hours ago
1
It is quite easy to do in TikZ. I suggest you learn aboutcoordinate
andnode
plus see the tikz examples online. It is well worth it to learn tikz
– daleif
3 hours ago
1
We appreciate your effort, anyway. I added an answer. To become more familiar with TikZ, you could read a tutorial like Section 3 here: tug.org/TUGboat/tb39-1/tb121duck-tikz.pdf.
– CarLaTeX
1 hour ago
add a comment |
How can I reproduce the following drawing using LaTeX
?
I suspect that TikZ
has the right instruments to do it, but I'm not familiar with the package. Indeed, the most I can do with it is drawing basic shapes, like
usepackage{tikz}
begin{tikzpicture}
draw[step=1cm,gray,very thin] (-1.9,-1.9) grid (5.9,5.9);
end{tikzpicture}
or
usepackage{tikz}
begin{tikzpicture}
draw (0,0) -- (4,0) -- (4,4) -- (0,4) -- (0,0);
end{tikzpicture}
but I don't know how to combine them to create the desired end product and how to add labels.
tikz-pgf graphics
New contributor
How can I reproduce the following drawing using LaTeX
?
I suspect that TikZ
has the right instruments to do it, but I'm not familiar with the package. Indeed, the most I can do with it is drawing basic shapes, like
usepackage{tikz}
begin{tikzpicture}
draw[step=1cm,gray,very thin] (-1.9,-1.9) grid (5.9,5.9);
end{tikzpicture}
or
usepackage{tikz}
begin{tikzpicture}
draw (0,0) -- (4,0) -- (4,4) -- (0,4) -- (0,0);
end{tikzpicture}
but I don't know how to combine them to create the desired end product and how to add labels.
tikz-pgf graphics
tikz-pgf graphics
New contributor
New contributor
edited 17 mins ago
Blincer
17210
17210
New contributor
asked 3 hours ago
Hiro
112
112
New contributor
New contributor
Dis you code something?
– Blincer
3 hours ago
1
Welcome to TeX.SE! Yes, it is quite easy do with TikZ, but could you please add a minimal working example of what you have tried so far? It would make easier to help you.
– CarLaTeX
3 hours ago
@CarLaTeX I've edited the question. But unfortunately I'm not familiar at all with TikZ.
– Hiro
3 hours ago
1
It is quite easy to do in TikZ. I suggest you learn aboutcoordinate
andnode
plus see the tikz examples online. It is well worth it to learn tikz
– daleif
3 hours ago
1
We appreciate your effort, anyway. I added an answer. To become more familiar with TikZ, you could read a tutorial like Section 3 here: tug.org/TUGboat/tb39-1/tb121duck-tikz.pdf.
– CarLaTeX
1 hour ago
add a comment |
Dis you code something?
– Blincer
3 hours ago
1
Welcome to TeX.SE! Yes, it is quite easy do with TikZ, but could you please add a minimal working example of what you have tried so far? It would make easier to help you.
– CarLaTeX
3 hours ago
@CarLaTeX I've edited the question. But unfortunately I'm not familiar at all with TikZ.
– Hiro
3 hours ago
1
It is quite easy to do in TikZ. I suggest you learn aboutcoordinate
andnode
plus see the tikz examples online. It is well worth it to learn tikz
– daleif
3 hours ago
1
We appreciate your effort, anyway. I added an answer. To become more familiar with TikZ, you could read a tutorial like Section 3 here: tug.org/TUGboat/tb39-1/tb121duck-tikz.pdf.
– CarLaTeX
1 hour ago
Dis you code something?
– Blincer
3 hours ago
Dis you code something?
– Blincer
3 hours ago
1
1
Welcome to TeX.SE! Yes, it is quite easy do with TikZ, but could you please add a minimal working example of what you have tried so far? It would make easier to help you.
– CarLaTeX
3 hours ago
Welcome to TeX.SE! Yes, it is quite easy do with TikZ, but could you please add a minimal working example of what you have tried so far? It would make easier to help you.
– CarLaTeX
3 hours ago
@CarLaTeX I've edited the question. But unfortunately I'm not familiar at all with TikZ.
– Hiro
3 hours ago
@CarLaTeX I've edited the question. But unfortunately I'm not familiar at all with TikZ.
– Hiro
3 hours ago
1
1
It is quite easy to do in TikZ. I suggest you learn about
coordinate
and node
plus see the tikz examples online. It is well worth it to learn tikz– daleif
3 hours ago
It is quite easy to do in TikZ. I suggest you learn about
coordinate
and node
plus see the tikz examples online. It is well worth it to learn tikz– daleif
3 hours ago
1
1
We appreciate your effort, anyway. I added an answer. To become more familiar with TikZ, you could read a tutorial like Section 3 here: tug.org/TUGboat/tb39-1/tb121duck-tikz.pdf.
– CarLaTeX
1 hour ago
We appreciate your effort, anyway. I added an answer. To become more familiar with TikZ, you could read a tutorial like Section 3 here: tug.org/TUGboat/tb39-1/tb121duck-tikz.pdf.
– CarLaTeX
1 hour ago
add a comment |
2 Answers
2
active
oldest
votes
A solution with pstricks
:
documentclass[svgnames]{standalone}
usepackage{pst-node}
usepackage{auto-pst-pdf}
begin{document}
psset{linejoin=1, dash=3.8pt 3pt, dimen=middle}
begin{pspicture}(-0.6, -0.9)(6.2, 4.2)
psframe(4,4)
psline[linestyle=dashed](0, 1.2)(2, 1.2)(2,2.8)(0,2.8)
psframe[fillstyle =solid,fillcolor=Silver](1.4,0)(2.6,1.2)
dotnodes(0,2){F}(2,2){G}(2,0){H}
uput[l](F){$F_j$}
rput[l](5,0.5){$x_n=0$}
rput(0.7, 1.9){$Q_{F_j}$}
pnodes(3.2, 2.7){E}(2.8,-0.4){Q}
uput{3pt}[110](E){$e_n$,}
rput(2,0.6){Rnode{R}{$R_{1/2}$}}
rput[tl](Q){,$Q_{1/2}(1/4e_n)$}
psset{linewidth=0.4pt, arrows=->}
ncline[nodesepB=2pt]{Q}{R}
ncdiagg[angleA=180]{E}{G}
end{pspicture}
end{document}
add a comment |
There are infinite ways to do it, here's one with TikZ:
documentclass[border=1cm]{standalone}
usepackage{tikz}
usetikzlibrary{positioning, arrows.meta}
tikzset{quadro/.style={draw,
rectangle,
inner sep=0pt,
minimum height=#1,
text width=#1},
point/.style={draw,
circle,
inner sep=1.5pt,
fill=black}}
begin{document}
begin{tikzpicture}[font=Large, thick]
node[quadro={8cm}]
(mysquare)
{};
node[quadro={4cm}, draw=none, anchor=west, text centered] (mydashed) at (mysquare.west) {$Q_{F_{j}}$};
draw[dashed] (mydashed.south west) -- (mydashed.south east) -- (mydashed.north east) -- (mydashed.north west);
node[quadro={2cm}, fill=lightgray, anchor=south, text centered] at (mysquare.south) (graysquare) {$R_{1/2}$};
node[point] {};
node[point, label=left:{$F_{j}$}] at (mysquare.west) {};
node[point] at (mysquare.south) {};
node[below left=.3cm and -.7cm of mysquare.south east] (descr1) {$Q_{1/2}(1/4e_{n})$};
draw[-Stealth] (descr1.west) -- ([shift={(.25cm,.5cm)}]graysquare.south);
node[above right= .1cm and .1cm of mysquare.south east, anchor=south west] {$x_{n}=0$};
node[below left= 2cm and 1.5cm of mysquare.north east] (descr2) {$e_{n}$};
draw[-Stealth, shorten >=0.2cm] (descr2.south east) -- (descr2.south west) -- (mydashed.east);
end{tikzpicture}
end{document}
To the downvoter: it would be fair to explain why.
– CarLaTeX
26 mins ago
I totally agree with you. It's a great job for me that you've done.
– Sebastiano
15 mins ago
@Sebastiano Thank you! As you can see, downvotes sometimes are difficult to understand.
– CarLaTeX
13 mins ago
I'm used to unexplained downvotes...or rather I'm a subscriber.
– Sebastiano
11 mins ago
1
@Sebastiano lol, I think you have improved very much since your first posts!
– CarLaTeX
9 mins ago
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Hiro is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f467671%2freproduce-a-geometric-drawing%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
A solution with pstricks
:
documentclass[svgnames]{standalone}
usepackage{pst-node}
usepackage{auto-pst-pdf}
begin{document}
psset{linejoin=1, dash=3.8pt 3pt, dimen=middle}
begin{pspicture}(-0.6, -0.9)(6.2, 4.2)
psframe(4,4)
psline[linestyle=dashed](0, 1.2)(2, 1.2)(2,2.8)(0,2.8)
psframe[fillstyle =solid,fillcolor=Silver](1.4,0)(2.6,1.2)
dotnodes(0,2){F}(2,2){G}(2,0){H}
uput[l](F){$F_j$}
rput[l](5,0.5){$x_n=0$}
rput(0.7, 1.9){$Q_{F_j}$}
pnodes(3.2, 2.7){E}(2.8,-0.4){Q}
uput{3pt}[110](E){$e_n$,}
rput(2,0.6){Rnode{R}{$R_{1/2}$}}
rput[tl](Q){,$Q_{1/2}(1/4e_n)$}
psset{linewidth=0.4pt, arrows=->}
ncline[nodesepB=2pt]{Q}{R}
ncdiagg[angleA=180]{E}{G}
end{pspicture}
end{document}
add a comment |
A solution with pstricks
:
documentclass[svgnames]{standalone}
usepackage{pst-node}
usepackage{auto-pst-pdf}
begin{document}
psset{linejoin=1, dash=3.8pt 3pt, dimen=middle}
begin{pspicture}(-0.6, -0.9)(6.2, 4.2)
psframe(4,4)
psline[linestyle=dashed](0, 1.2)(2, 1.2)(2,2.8)(0,2.8)
psframe[fillstyle =solid,fillcolor=Silver](1.4,0)(2.6,1.2)
dotnodes(0,2){F}(2,2){G}(2,0){H}
uput[l](F){$F_j$}
rput[l](5,0.5){$x_n=0$}
rput(0.7, 1.9){$Q_{F_j}$}
pnodes(3.2, 2.7){E}(2.8,-0.4){Q}
uput{3pt}[110](E){$e_n$,}
rput(2,0.6){Rnode{R}{$R_{1/2}$}}
rput[tl](Q){,$Q_{1/2}(1/4e_n)$}
psset{linewidth=0.4pt, arrows=->}
ncline[nodesepB=2pt]{Q}{R}
ncdiagg[angleA=180]{E}{G}
end{pspicture}
end{document}
add a comment |
A solution with pstricks
:
documentclass[svgnames]{standalone}
usepackage{pst-node}
usepackage{auto-pst-pdf}
begin{document}
psset{linejoin=1, dash=3.8pt 3pt, dimen=middle}
begin{pspicture}(-0.6, -0.9)(6.2, 4.2)
psframe(4,4)
psline[linestyle=dashed](0, 1.2)(2, 1.2)(2,2.8)(0,2.8)
psframe[fillstyle =solid,fillcolor=Silver](1.4,0)(2.6,1.2)
dotnodes(0,2){F}(2,2){G}(2,0){H}
uput[l](F){$F_j$}
rput[l](5,0.5){$x_n=0$}
rput(0.7, 1.9){$Q_{F_j}$}
pnodes(3.2, 2.7){E}(2.8,-0.4){Q}
uput{3pt}[110](E){$e_n$,}
rput(2,0.6){Rnode{R}{$R_{1/2}$}}
rput[tl](Q){,$Q_{1/2}(1/4e_n)$}
psset{linewidth=0.4pt, arrows=->}
ncline[nodesepB=2pt]{Q}{R}
ncdiagg[angleA=180]{E}{G}
end{pspicture}
end{document}
A solution with pstricks
:
documentclass[svgnames]{standalone}
usepackage{pst-node}
usepackage{auto-pst-pdf}
begin{document}
psset{linejoin=1, dash=3.8pt 3pt, dimen=middle}
begin{pspicture}(-0.6, -0.9)(6.2, 4.2)
psframe(4,4)
psline[linestyle=dashed](0, 1.2)(2, 1.2)(2,2.8)(0,2.8)
psframe[fillstyle =solid,fillcolor=Silver](1.4,0)(2.6,1.2)
dotnodes(0,2){F}(2,2){G}(2,0){H}
uput[l](F){$F_j$}
rput[l](5,0.5){$x_n=0$}
rput(0.7, 1.9){$Q_{F_j}$}
pnodes(3.2, 2.7){E}(2.8,-0.4){Q}
uput{3pt}[110](E){$e_n$,}
rput(2,0.6){Rnode{R}{$R_{1/2}$}}
rput[tl](Q){,$Q_{1/2}(1/4e_n)$}
psset{linewidth=0.4pt, arrows=->}
ncline[nodesepB=2pt]{Q}{R}
ncdiagg[angleA=180]{E}{G}
end{pspicture}
end{document}
answered 1 hour ago
Bernard
165k769193
165k769193
add a comment |
add a comment |
There are infinite ways to do it, here's one with TikZ:
documentclass[border=1cm]{standalone}
usepackage{tikz}
usetikzlibrary{positioning, arrows.meta}
tikzset{quadro/.style={draw,
rectangle,
inner sep=0pt,
minimum height=#1,
text width=#1},
point/.style={draw,
circle,
inner sep=1.5pt,
fill=black}}
begin{document}
begin{tikzpicture}[font=Large, thick]
node[quadro={8cm}]
(mysquare)
{};
node[quadro={4cm}, draw=none, anchor=west, text centered] (mydashed) at (mysquare.west) {$Q_{F_{j}}$};
draw[dashed] (mydashed.south west) -- (mydashed.south east) -- (mydashed.north east) -- (mydashed.north west);
node[quadro={2cm}, fill=lightgray, anchor=south, text centered] at (mysquare.south) (graysquare) {$R_{1/2}$};
node[point] {};
node[point, label=left:{$F_{j}$}] at (mysquare.west) {};
node[point] at (mysquare.south) {};
node[below left=.3cm and -.7cm of mysquare.south east] (descr1) {$Q_{1/2}(1/4e_{n})$};
draw[-Stealth] (descr1.west) -- ([shift={(.25cm,.5cm)}]graysquare.south);
node[above right= .1cm and .1cm of mysquare.south east, anchor=south west] {$x_{n}=0$};
node[below left= 2cm and 1.5cm of mysquare.north east] (descr2) {$e_{n}$};
draw[-Stealth, shorten >=0.2cm] (descr2.south east) -- (descr2.south west) -- (mydashed.east);
end{tikzpicture}
end{document}
To the downvoter: it would be fair to explain why.
– CarLaTeX
26 mins ago
I totally agree with you. It's a great job for me that you've done.
– Sebastiano
15 mins ago
@Sebastiano Thank you! As you can see, downvotes sometimes are difficult to understand.
– CarLaTeX
13 mins ago
I'm used to unexplained downvotes...or rather I'm a subscriber.
– Sebastiano
11 mins ago
1
@Sebastiano lol, I think you have improved very much since your first posts!
– CarLaTeX
9 mins ago
add a comment |
There are infinite ways to do it, here's one with TikZ:
documentclass[border=1cm]{standalone}
usepackage{tikz}
usetikzlibrary{positioning, arrows.meta}
tikzset{quadro/.style={draw,
rectangle,
inner sep=0pt,
minimum height=#1,
text width=#1},
point/.style={draw,
circle,
inner sep=1.5pt,
fill=black}}
begin{document}
begin{tikzpicture}[font=Large, thick]
node[quadro={8cm}]
(mysquare)
{};
node[quadro={4cm}, draw=none, anchor=west, text centered] (mydashed) at (mysquare.west) {$Q_{F_{j}}$};
draw[dashed] (mydashed.south west) -- (mydashed.south east) -- (mydashed.north east) -- (mydashed.north west);
node[quadro={2cm}, fill=lightgray, anchor=south, text centered] at (mysquare.south) (graysquare) {$R_{1/2}$};
node[point] {};
node[point, label=left:{$F_{j}$}] at (mysquare.west) {};
node[point] at (mysquare.south) {};
node[below left=.3cm and -.7cm of mysquare.south east] (descr1) {$Q_{1/2}(1/4e_{n})$};
draw[-Stealth] (descr1.west) -- ([shift={(.25cm,.5cm)}]graysquare.south);
node[above right= .1cm and .1cm of mysquare.south east, anchor=south west] {$x_{n}=0$};
node[below left= 2cm and 1.5cm of mysquare.north east] (descr2) {$e_{n}$};
draw[-Stealth, shorten >=0.2cm] (descr2.south east) -- (descr2.south west) -- (mydashed.east);
end{tikzpicture}
end{document}
To the downvoter: it would be fair to explain why.
– CarLaTeX
26 mins ago
I totally agree with you. It's a great job for me that you've done.
– Sebastiano
15 mins ago
@Sebastiano Thank you! As you can see, downvotes sometimes are difficult to understand.
– CarLaTeX
13 mins ago
I'm used to unexplained downvotes...or rather I'm a subscriber.
– Sebastiano
11 mins ago
1
@Sebastiano lol, I think you have improved very much since your first posts!
– CarLaTeX
9 mins ago
add a comment |
There are infinite ways to do it, here's one with TikZ:
documentclass[border=1cm]{standalone}
usepackage{tikz}
usetikzlibrary{positioning, arrows.meta}
tikzset{quadro/.style={draw,
rectangle,
inner sep=0pt,
minimum height=#1,
text width=#1},
point/.style={draw,
circle,
inner sep=1.5pt,
fill=black}}
begin{document}
begin{tikzpicture}[font=Large, thick]
node[quadro={8cm}]
(mysquare)
{};
node[quadro={4cm}, draw=none, anchor=west, text centered] (mydashed) at (mysquare.west) {$Q_{F_{j}}$};
draw[dashed] (mydashed.south west) -- (mydashed.south east) -- (mydashed.north east) -- (mydashed.north west);
node[quadro={2cm}, fill=lightgray, anchor=south, text centered] at (mysquare.south) (graysquare) {$R_{1/2}$};
node[point] {};
node[point, label=left:{$F_{j}$}] at (mysquare.west) {};
node[point] at (mysquare.south) {};
node[below left=.3cm and -.7cm of mysquare.south east] (descr1) {$Q_{1/2}(1/4e_{n})$};
draw[-Stealth] (descr1.west) -- ([shift={(.25cm,.5cm)}]graysquare.south);
node[above right= .1cm and .1cm of mysquare.south east, anchor=south west] {$x_{n}=0$};
node[below left= 2cm and 1.5cm of mysquare.north east] (descr2) {$e_{n}$};
draw[-Stealth, shorten >=0.2cm] (descr2.south east) -- (descr2.south west) -- (mydashed.east);
end{tikzpicture}
end{document}
There are infinite ways to do it, here's one with TikZ:
documentclass[border=1cm]{standalone}
usepackage{tikz}
usetikzlibrary{positioning, arrows.meta}
tikzset{quadro/.style={draw,
rectangle,
inner sep=0pt,
minimum height=#1,
text width=#1},
point/.style={draw,
circle,
inner sep=1.5pt,
fill=black}}
begin{document}
begin{tikzpicture}[font=Large, thick]
node[quadro={8cm}]
(mysquare)
{};
node[quadro={4cm}, draw=none, anchor=west, text centered] (mydashed) at (mysquare.west) {$Q_{F_{j}}$};
draw[dashed] (mydashed.south west) -- (mydashed.south east) -- (mydashed.north east) -- (mydashed.north west);
node[quadro={2cm}, fill=lightgray, anchor=south, text centered] at (mysquare.south) (graysquare) {$R_{1/2}$};
node[point] {};
node[point, label=left:{$F_{j}$}] at (mysquare.west) {};
node[point] at (mysquare.south) {};
node[below left=.3cm and -.7cm of mysquare.south east] (descr1) {$Q_{1/2}(1/4e_{n})$};
draw[-Stealth] (descr1.west) -- ([shift={(.25cm,.5cm)}]graysquare.south);
node[above right= .1cm and .1cm of mysquare.south east, anchor=south west] {$x_{n}=0$};
node[below left= 2cm and 1.5cm of mysquare.north east] (descr2) {$e_{n}$};
draw[-Stealth, shorten >=0.2cm] (descr2.south east) -- (descr2.south west) -- (mydashed.east);
end{tikzpicture}
end{document}
edited 1 hour ago
answered 1 hour ago
CarLaTeX
29.4k447125
29.4k447125
To the downvoter: it would be fair to explain why.
– CarLaTeX
26 mins ago
I totally agree with you. It's a great job for me that you've done.
– Sebastiano
15 mins ago
@Sebastiano Thank you! As you can see, downvotes sometimes are difficult to understand.
– CarLaTeX
13 mins ago
I'm used to unexplained downvotes...or rather I'm a subscriber.
– Sebastiano
11 mins ago
1
@Sebastiano lol, I think you have improved very much since your first posts!
– CarLaTeX
9 mins ago
add a comment |
To the downvoter: it would be fair to explain why.
– CarLaTeX
26 mins ago
I totally agree with you. It's a great job for me that you've done.
– Sebastiano
15 mins ago
@Sebastiano Thank you! As you can see, downvotes sometimes are difficult to understand.
– CarLaTeX
13 mins ago
I'm used to unexplained downvotes...or rather I'm a subscriber.
– Sebastiano
11 mins ago
1
@Sebastiano lol, I think you have improved very much since your first posts!
– CarLaTeX
9 mins ago
To the downvoter: it would be fair to explain why.
– CarLaTeX
26 mins ago
To the downvoter: it would be fair to explain why.
– CarLaTeX
26 mins ago
I totally agree with you. It's a great job for me that you've done.
– Sebastiano
15 mins ago
I totally agree with you. It's a great job for me that you've done.
– Sebastiano
15 mins ago
@Sebastiano Thank you! As you can see, downvotes sometimes are difficult to understand.
– CarLaTeX
13 mins ago
@Sebastiano Thank you! As you can see, downvotes sometimes are difficult to understand.
– CarLaTeX
13 mins ago
I'm used to unexplained downvotes...or rather I'm a subscriber.
– Sebastiano
11 mins ago
I'm used to unexplained downvotes...or rather I'm a subscriber.
– Sebastiano
11 mins ago
1
1
@Sebastiano lol, I think you have improved very much since your first posts!
– CarLaTeX
9 mins ago
@Sebastiano lol, I think you have improved very much since your first posts!
– CarLaTeX
9 mins ago
add a comment |
Hiro is a new contributor. Be nice, and check out our Code of Conduct.
Hiro is a new contributor. Be nice, and check out our Code of Conduct.
Hiro is a new contributor. Be nice, and check out our Code of Conduct.
Hiro is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f467671%2freproduce-a-geometric-drawing%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Dis you code something?
– Blincer
3 hours ago
1
Welcome to TeX.SE! Yes, it is quite easy do with TikZ, but could you please add a minimal working example of what you have tried so far? It would make easier to help you.
– CarLaTeX
3 hours ago
@CarLaTeX I've edited the question. But unfortunately I'm not familiar at all with TikZ.
– Hiro
3 hours ago
1
It is quite easy to do in TikZ. I suggest you learn about
coordinate
andnode
plus see the tikz examples online. It is well worth it to learn tikz– daleif
3 hours ago
1
We appreciate your effort, anyway. I added an answer. To become more familiar with TikZ, you could read a tutorial like Section 3 here: tug.org/TUGboat/tb39-1/tb121duck-tikz.pdf.
– CarLaTeX
1 hour ago