Draw an X through a figure Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Scale TikZ figure to linewidth when relative positioning usedRotate a node but not its content: the case of the ellipse decorationHow to define the default vertical distance between nodes?TikZ scaling graphic and adjust node position and keep font sizeNumerical conditional within tikz keys?TikZ: Node position in draw environmentAdding text above a node in Tikzpicture tree diagramDrawing rectilinear curves in Tikz, aka an Etch-a-Sketch drawingLine up nested tikz enviroments or how to get rid of themUsing tikz Calc package to add cordinates
What does the word "veer" mean here?
What's the meaning of 間時肆拾貳 at a car parking sign
Is the Standard Deduction better than Itemized when both are the same amount?
Can an alien society believe that their star system is the universe?
Withdrew £2800, but only £2000 shows as withdrawn on online banking; what are my obligations?
Why is "Consequences inflicted." not a sentence?
Should I discuss the type of campaign with my players?
How to tell that you are a giant?
Why did the IBM 650 use bi-quinary?
What is the role of the transistor and diode in a soft start circuit?
Using audio cues to encourage good posture
Use BFD on a Virtual-Template Interface
If a contract sometimes uses the wrong name, is it still valid?
3 doors, three guards, one stone
Why aren't air breathing engines used as small first stages
Why is my conclusion inconsistent with the van't Hoff equation?
Seeking colloquialism for “just because”
Echoing a tail command produces unexpected output?
Can a non-EU citizen traveling with me come with me through the EU passport line?
Why was the term "discrete" used in discrete logarithm?
Apollo command module space walk?
What does an IRS interview request entail when called in to verify expenses for a sole proprietor small business?
Generate an RGB colour grid
What's the purpose of writing one's academic biography in the third person?
Draw an X through a figure
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Scale TikZ figure to linewidth when relative positioning usedRotate a node but not its content: the case of the ellipse decorationHow to define the default vertical distance between nodes?TikZ scaling graphic and adjust node position and keep font sizeNumerical conditional within tikz keys?TikZ: Node position in draw environmentAdding text above a node in Tikzpicture tree diagramDrawing rectilinear curves in Tikz, aka an Etch-a-Sketch drawingLine up nested tikz enviroments or how to get rid of themUsing tikz Calc package to add cordinates
How can I draw a line through Figure 2? I was thinking of trying to draw two lines that cross the figure out, but don't know how I can identify the 4 corners of the figure to do that
documentclass[hidelinks,14pt, letterpaper]extarticle
usepackageamsmath, amssymb, tikz, multicol
newcommandpythagwidth3cm
newcommandpythagheight2cm
begindocument
beginfigure
centering
beginminipage0.45textwidth
centering
begintikzpicture[scale=1.25]
coordinate [label=left:$A$] (A) at (-1.5cm,-1.cm);
coordinate [label=above:$B$] (B) at (1.5cm,1.0cm);
coordinate [label=below right:$C$] (C) at (1.5cm,-1.0cm);
draw
(A) --
node[midway,above left=0pt] $sqrt1+x^2$ (B) --
node[right] ? (C) --
node[below] ?
(A);
draw
(1.25cm,-1.0cm) rectangle (1.5cm,-0.75cm);
endtikzpicture
captionCaption
labelfig:my_label
endminipagehfill
scalebox1.4$boldsymbolLongrightarrow$
beginminipage0.45textwidth
centering
begintikzpicture[scale=1.25]
coordinate [label=left:$A$] (A) at (-1.5cm,-1.cm);
coordinate [label=above:$B$] (B) at (1.5cm,1.0cm);
coordinate [label=below right:$C$] (C) at (1.5cm,-1.0cm);
draw
(A) --
node[midway,above left=0pt] $sqrt1+x^2$ (B) --
node[right] ? (C) --
node[below] ?
(A);
draw
(1.25cm,-1.0cm) rectangle (1.5cm,-0.75cm);
endtikzpicture
captionCaption
labelfig:my_label
endminipage
endfigure
enddocument
tikz-pgf
add a comment |
How can I draw a line through Figure 2? I was thinking of trying to draw two lines that cross the figure out, but don't know how I can identify the 4 corners of the figure to do that
documentclass[hidelinks,14pt, letterpaper]extarticle
usepackageamsmath, amssymb, tikz, multicol
newcommandpythagwidth3cm
newcommandpythagheight2cm
begindocument
beginfigure
centering
beginminipage0.45textwidth
centering
begintikzpicture[scale=1.25]
coordinate [label=left:$A$] (A) at (-1.5cm,-1.cm);
coordinate [label=above:$B$] (B) at (1.5cm,1.0cm);
coordinate [label=below right:$C$] (C) at (1.5cm,-1.0cm);
draw
(A) --
node[midway,above left=0pt] $sqrt1+x^2$ (B) --
node[right] ? (C) --
node[below] ?
(A);
draw
(1.25cm,-1.0cm) rectangle (1.5cm,-0.75cm);
endtikzpicture
captionCaption
labelfig:my_label
endminipagehfill
scalebox1.4$boldsymbolLongrightarrow$
beginminipage0.45textwidth
centering
begintikzpicture[scale=1.25]
coordinate [label=left:$A$] (A) at (-1.5cm,-1.cm);
coordinate [label=above:$B$] (B) at (1.5cm,1.0cm);
coordinate [label=below right:$C$] (C) at (1.5cm,-1.0cm);
draw
(A) --
node[midway,above left=0pt] $sqrt1+x^2$ (B) --
node[right] ? (C) --
node[below] ?
(A);
draw
(1.25cm,-1.0cm) rectangle (1.5cm,-0.75cm);
endtikzpicture
captionCaption
labelfig:my_label
endminipage
endfigure
enddocument
tikz-pgf
add a comment |
How can I draw a line through Figure 2? I was thinking of trying to draw two lines that cross the figure out, but don't know how I can identify the 4 corners of the figure to do that
documentclass[hidelinks,14pt, letterpaper]extarticle
usepackageamsmath, amssymb, tikz, multicol
newcommandpythagwidth3cm
newcommandpythagheight2cm
begindocument
beginfigure
centering
beginminipage0.45textwidth
centering
begintikzpicture[scale=1.25]
coordinate [label=left:$A$] (A) at (-1.5cm,-1.cm);
coordinate [label=above:$B$] (B) at (1.5cm,1.0cm);
coordinate [label=below right:$C$] (C) at (1.5cm,-1.0cm);
draw
(A) --
node[midway,above left=0pt] $sqrt1+x^2$ (B) --
node[right] ? (C) --
node[below] ?
(A);
draw
(1.25cm,-1.0cm) rectangle (1.5cm,-0.75cm);
endtikzpicture
captionCaption
labelfig:my_label
endminipagehfill
scalebox1.4$boldsymbolLongrightarrow$
beginminipage0.45textwidth
centering
begintikzpicture[scale=1.25]
coordinate [label=left:$A$] (A) at (-1.5cm,-1.cm);
coordinate [label=above:$B$] (B) at (1.5cm,1.0cm);
coordinate [label=below right:$C$] (C) at (1.5cm,-1.0cm);
draw
(A) --
node[midway,above left=0pt] $sqrt1+x^2$ (B) --
node[right] ? (C) --
node[below] ?
(A);
draw
(1.25cm,-1.0cm) rectangle (1.5cm,-0.75cm);
endtikzpicture
captionCaption
labelfig:my_label
endminipage
endfigure
enddocument
tikz-pgf
How can I draw a line through Figure 2? I was thinking of trying to draw two lines that cross the figure out, but don't know how I can identify the 4 corners of the figure to do that
documentclass[hidelinks,14pt, letterpaper]extarticle
usepackageamsmath, amssymb, tikz, multicol
newcommandpythagwidth3cm
newcommandpythagheight2cm
begindocument
beginfigure
centering
beginminipage0.45textwidth
centering
begintikzpicture[scale=1.25]
coordinate [label=left:$A$] (A) at (-1.5cm,-1.cm);
coordinate [label=above:$B$] (B) at (1.5cm,1.0cm);
coordinate [label=below right:$C$] (C) at (1.5cm,-1.0cm);
draw
(A) --
node[midway,above left=0pt] $sqrt1+x^2$ (B) --
node[right] ? (C) --
node[below] ?
(A);
draw
(1.25cm,-1.0cm) rectangle (1.5cm,-0.75cm);
endtikzpicture
captionCaption
labelfig:my_label
endminipagehfill
scalebox1.4$boldsymbolLongrightarrow$
beginminipage0.45textwidth
centering
begintikzpicture[scale=1.25]
coordinate [label=left:$A$] (A) at (-1.5cm,-1.cm);
coordinate [label=above:$B$] (B) at (1.5cm,1.0cm);
coordinate [label=below right:$C$] (C) at (1.5cm,-1.0cm);
draw
(A) --
node[midway,above left=0pt] $sqrt1+x^2$ (B) --
node[right] ? (C) --
node[below] ?
(A);
draw
(1.25cm,-1.0cm) rectangle (1.5cm,-0.75cm);
endtikzpicture
captionCaption
labelfig:my_label
endminipage
endfigure
enddocument
tikz-pgf
tikz-pgf
asked 6 mins ago
Evan KimEvan Kim
1453
1453
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You can use the current bounding box
node for that.
documentclass[hidelinks,14pt, letterpaper]extarticle
usepackageamsmath, amssymb, tikz, multicol
newcommandpythagwidth3cm
newcommandpythagheight2cm
begindocument
beginfigure
centering
beginminipage0.45textwidth
centering
begintikzpicture[scale=1.25]
coordinate [label=left:$A$] (A) at (-1.5cm,-1.cm);
coordinate [label=above:$B$] (B) at (1.5cm,1.0cm);
coordinate [label=below right:$C$] (C) at (1.5cm,-1.0cm);
draw
(A) --
node[midway,above left=0pt] $sqrt1+x^2$ (B) --
node[right] ? (C) --
node[below] ?
(A);
draw
(1.25cm,-1.0cm) rectangle (1.5cm,-0.75cm);
endtikzpicture
captionCaption
labelfig:my_label
endminipagehfill
scalebox1.4$boldsymbolLongrightarrow$
beginminipage0.45textwidth
centering
begintikzpicture[scale=1.25]
coordinate [label=left:$A$] (A) at (-1.5cm,-1.cm);
coordinate [label=above:$B$] (B) at (1.5cm,1.0cm);
coordinate [label=below right:$C$] (C) at (1.5cm,-1.0cm);
draw
(A) --
node[midway,above left=0pt] $sqrt1+x^2$ (B) --
node[right] ? (C) --
node[below] ?
(A);
draw
(1.25cm,-1.0cm) rectangle (1.5cm,-0.75cm);
draw[red,thick] (current bounding box.north west)
-- (current bounding box.south east)
(current bounding box.north east)
-- (current bounding box.south west);
endtikzpicture
captionCaption
labelfig:my_label
endminipage
endfigure
enddocument
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
);
);
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%2f485217%2fdraw-an-x-through-a-figure%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can use the current bounding box
node for that.
documentclass[hidelinks,14pt, letterpaper]extarticle
usepackageamsmath, amssymb, tikz, multicol
newcommandpythagwidth3cm
newcommandpythagheight2cm
begindocument
beginfigure
centering
beginminipage0.45textwidth
centering
begintikzpicture[scale=1.25]
coordinate [label=left:$A$] (A) at (-1.5cm,-1.cm);
coordinate [label=above:$B$] (B) at (1.5cm,1.0cm);
coordinate [label=below right:$C$] (C) at (1.5cm,-1.0cm);
draw
(A) --
node[midway,above left=0pt] $sqrt1+x^2$ (B) --
node[right] ? (C) --
node[below] ?
(A);
draw
(1.25cm,-1.0cm) rectangle (1.5cm,-0.75cm);
endtikzpicture
captionCaption
labelfig:my_label
endminipagehfill
scalebox1.4$boldsymbolLongrightarrow$
beginminipage0.45textwidth
centering
begintikzpicture[scale=1.25]
coordinate [label=left:$A$] (A) at (-1.5cm,-1.cm);
coordinate [label=above:$B$] (B) at (1.5cm,1.0cm);
coordinate [label=below right:$C$] (C) at (1.5cm,-1.0cm);
draw
(A) --
node[midway,above left=0pt] $sqrt1+x^2$ (B) --
node[right] ? (C) --
node[below] ?
(A);
draw
(1.25cm,-1.0cm) rectangle (1.5cm,-0.75cm);
draw[red,thick] (current bounding box.north west)
-- (current bounding box.south east)
(current bounding box.north east)
-- (current bounding box.south west);
endtikzpicture
captionCaption
labelfig:my_label
endminipage
endfigure
enddocument
add a comment |
You can use the current bounding box
node for that.
documentclass[hidelinks,14pt, letterpaper]extarticle
usepackageamsmath, amssymb, tikz, multicol
newcommandpythagwidth3cm
newcommandpythagheight2cm
begindocument
beginfigure
centering
beginminipage0.45textwidth
centering
begintikzpicture[scale=1.25]
coordinate [label=left:$A$] (A) at (-1.5cm,-1.cm);
coordinate [label=above:$B$] (B) at (1.5cm,1.0cm);
coordinate [label=below right:$C$] (C) at (1.5cm,-1.0cm);
draw
(A) --
node[midway,above left=0pt] $sqrt1+x^2$ (B) --
node[right] ? (C) --
node[below] ?
(A);
draw
(1.25cm,-1.0cm) rectangle (1.5cm,-0.75cm);
endtikzpicture
captionCaption
labelfig:my_label
endminipagehfill
scalebox1.4$boldsymbolLongrightarrow$
beginminipage0.45textwidth
centering
begintikzpicture[scale=1.25]
coordinate [label=left:$A$] (A) at (-1.5cm,-1.cm);
coordinate [label=above:$B$] (B) at (1.5cm,1.0cm);
coordinate [label=below right:$C$] (C) at (1.5cm,-1.0cm);
draw
(A) --
node[midway,above left=0pt] $sqrt1+x^2$ (B) --
node[right] ? (C) --
node[below] ?
(A);
draw
(1.25cm,-1.0cm) rectangle (1.5cm,-0.75cm);
draw[red,thick] (current bounding box.north west)
-- (current bounding box.south east)
(current bounding box.north east)
-- (current bounding box.south west);
endtikzpicture
captionCaption
labelfig:my_label
endminipage
endfigure
enddocument
add a comment |
You can use the current bounding box
node for that.
documentclass[hidelinks,14pt, letterpaper]extarticle
usepackageamsmath, amssymb, tikz, multicol
newcommandpythagwidth3cm
newcommandpythagheight2cm
begindocument
beginfigure
centering
beginminipage0.45textwidth
centering
begintikzpicture[scale=1.25]
coordinate [label=left:$A$] (A) at (-1.5cm,-1.cm);
coordinate [label=above:$B$] (B) at (1.5cm,1.0cm);
coordinate [label=below right:$C$] (C) at (1.5cm,-1.0cm);
draw
(A) --
node[midway,above left=0pt] $sqrt1+x^2$ (B) --
node[right] ? (C) --
node[below] ?
(A);
draw
(1.25cm,-1.0cm) rectangle (1.5cm,-0.75cm);
endtikzpicture
captionCaption
labelfig:my_label
endminipagehfill
scalebox1.4$boldsymbolLongrightarrow$
beginminipage0.45textwidth
centering
begintikzpicture[scale=1.25]
coordinate [label=left:$A$] (A) at (-1.5cm,-1.cm);
coordinate [label=above:$B$] (B) at (1.5cm,1.0cm);
coordinate [label=below right:$C$] (C) at (1.5cm,-1.0cm);
draw
(A) --
node[midway,above left=0pt] $sqrt1+x^2$ (B) --
node[right] ? (C) --
node[below] ?
(A);
draw
(1.25cm,-1.0cm) rectangle (1.5cm,-0.75cm);
draw[red,thick] (current bounding box.north west)
-- (current bounding box.south east)
(current bounding box.north east)
-- (current bounding box.south west);
endtikzpicture
captionCaption
labelfig:my_label
endminipage
endfigure
enddocument
You can use the current bounding box
node for that.
documentclass[hidelinks,14pt, letterpaper]extarticle
usepackageamsmath, amssymb, tikz, multicol
newcommandpythagwidth3cm
newcommandpythagheight2cm
begindocument
beginfigure
centering
beginminipage0.45textwidth
centering
begintikzpicture[scale=1.25]
coordinate [label=left:$A$] (A) at (-1.5cm,-1.cm);
coordinate [label=above:$B$] (B) at (1.5cm,1.0cm);
coordinate [label=below right:$C$] (C) at (1.5cm,-1.0cm);
draw
(A) --
node[midway,above left=0pt] $sqrt1+x^2$ (B) --
node[right] ? (C) --
node[below] ?
(A);
draw
(1.25cm,-1.0cm) rectangle (1.5cm,-0.75cm);
endtikzpicture
captionCaption
labelfig:my_label
endminipagehfill
scalebox1.4$boldsymbolLongrightarrow$
beginminipage0.45textwidth
centering
begintikzpicture[scale=1.25]
coordinate [label=left:$A$] (A) at (-1.5cm,-1.cm);
coordinate [label=above:$B$] (B) at (1.5cm,1.0cm);
coordinate [label=below right:$C$] (C) at (1.5cm,-1.0cm);
draw
(A) --
node[midway,above left=0pt] $sqrt1+x^2$ (B) --
node[right] ? (C) --
node[below] ?
(A);
draw
(1.25cm,-1.0cm) rectangle (1.5cm,-0.75cm);
draw[red,thick] (current bounding box.north west)
-- (current bounding box.south east)
(current bounding box.north east)
-- (current bounding box.south west);
endtikzpicture
captionCaption
labelfig:my_label
endminipage
endfigure
enddocument
answered 4 mins ago
marmotmarmot
118k6153288
118k6153288
add a comment |
add a comment |
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.
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%2f485217%2fdraw-an-x-through-a-figure%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