Rectangle thickness in Latex TikzIncrease the thickness of node border in TikZRotate a node but not its...

Why does processed meat contain preservatives, while canned fish needs not?

What makes accurate emulation of old systems a difficult task?

What is Niska's accent?

How to write a column outside the braces in a matrix?

Does a semiconductor follow Ohm's law?

To say I met a person for the first time

How could Tony Stark make this in Endgame?

a sore throat vs a strep throat vs strep throat

Examples of subgroups where it's nontrivial to show closure under multiplication?

Critique of timeline aesthetic

how to find the equation of a circle given points of the circle

US visa is under administrative processing, I need the passport back ASAP

What language was spoken in East Asia before Proto-Turkic?

Size of electromagnet needed to replicate Earth's magnetic field

How to reduce LED flash rate (frequency)

Don’t seats that recline flat defeat the purpose of having seatbelts?

Is the claim "Employers won't employ people with no 'social media presence'" realistic?

What are the potential pitfalls when using metals as a currency?

Apply MapThread to all but one variable

What happened to Captain America in Endgame?

How did Captain America manage to do this?

Combinable filters

Phrase for the opposite of "foolproof"

Symbolic Multivariate Distribution



Rectangle thickness in Latex Tikz


Increase the thickness of node border in TikZRotate a node but not its content: the case of the ellipse decorationHow to define the default vertical distance between nodes?Numerical conditional within tikz keys?Why do I get an extra white page before my TikZ picture?How to prevent rounded and duplicated tick labels in pgfplots with fixed precision?Drawing rectilinear curves in Tikz, aka an Etch-a-Sketch drawingLine up nested tikz enviroments or how to get rid of themHow to draw a square and its diagonals with arrows?begin{figure}… end{figure} is not working with tikz packageProblem setting rectangle size in tikz picture













1















documentclass[tikz,border=3.14mm]{standalone}
usepackage{tikz}
begin{document}
begin{tikzpicture}

node[rectangle, draw, minimum height=1.5em, minimum width=1.5em] (I) {X};

end{tikzpicture}
end{document}


Is there a way to personalize the thickness of the lines conforming a rectangle node?










share|improve this question







New contributor




Nip is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 2





    Certainly, see tex.stackexchange.com/questions/106742/…

    – Torbjørn T.
    23 mins ago











  • I noticed that i cannot use "line width=2mm" together with "thick". If I use "node[rectangle,line width=2mm, draw, minimum height=1.5em, minimum width=1.5em] (I) {X};", It works perfectly. Thank you!

    – Nip
    16 mins ago






  • 2





    As mentioned in the post I linked to, thick is the same as line width=0.8pt, so if you use both, the last used will overwrite the first.

    – Torbjørn T.
    13 mins ago
















1















documentclass[tikz,border=3.14mm]{standalone}
usepackage{tikz}
begin{document}
begin{tikzpicture}

node[rectangle, draw, minimum height=1.5em, minimum width=1.5em] (I) {X};

end{tikzpicture}
end{document}


Is there a way to personalize the thickness of the lines conforming a rectangle node?










share|improve this question







New contributor




Nip is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 2





    Certainly, see tex.stackexchange.com/questions/106742/…

    – Torbjørn T.
    23 mins ago











  • I noticed that i cannot use "line width=2mm" together with "thick". If I use "node[rectangle,line width=2mm, draw, minimum height=1.5em, minimum width=1.5em] (I) {X};", It works perfectly. Thank you!

    – Nip
    16 mins ago






  • 2





    As mentioned in the post I linked to, thick is the same as line width=0.8pt, so if you use both, the last used will overwrite the first.

    – Torbjørn T.
    13 mins ago














1












1








1


1






documentclass[tikz,border=3.14mm]{standalone}
usepackage{tikz}
begin{document}
begin{tikzpicture}

node[rectangle, draw, minimum height=1.5em, minimum width=1.5em] (I) {X};

end{tikzpicture}
end{document}


Is there a way to personalize the thickness of the lines conforming a rectangle node?










share|improve this question







New contributor




Nip is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












documentclass[tikz,border=3.14mm]{standalone}
usepackage{tikz}
begin{document}
begin{tikzpicture}

node[rectangle, draw, minimum height=1.5em, minimum width=1.5em] (I) {X};

end{tikzpicture}
end{document}


Is there a way to personalize the thickness of the lines conforming a rectangle node?







tikz-pgf tikz-arrows






share|improve this question







New contributor




Nip is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




Nip is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




Nip is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 27 mins ago









NipNip

486




486




New contributor




Nip is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Nip is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Nip is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








  • 2





    Certainly, see tex.stackexchange.com/questions/106742/…

    – Torbjørn T.
    23 mins ago











  • I noticed that i cannot use "line width=2mm" together with "thick". If I use "node[rectangle,line width=2mm, draw, minimum height=1.5em, minimum width=1.5em] (I) {X};", It works perfectly. Thank you!

    – Nip
    16 mins ago






  • 2





    As mentioned in the post I linked to, thick is the same as line width=0.8pt, so if you use both, the last used will overwrite the first.

    – Torbjørn T.
    13 mins ago














  • 2





    Certainly, see tex.stackexchange.com/questions/106742/…

    – Torbjørn T.
    23 mins ago











  • I noticed that i cannot use "line width=2mm" together with "thick". If I use "node[rectangle,line width=2mm, draw, minimum height=1.5em, minimum width=1.5em] (I) {X};", It works perfectly. Thank you!

    – Nip
    16 mins ago






  • 2





    As mentioned in the post I linked to, thick is the same as line width=0.8pt, so if you use both, the last used will overwrite the first.

    – Torbjørn T.
    13 mins ago








2




2





Certainly, see tex.stackexchange.com/questions/106742/…

– Torbjørn T.
23 mins ago





Certainly, see tex.stackexchange.com/questions/106742/…

– Torbjørn T.
23 mins ago













I noticed that i cannot use "line width=2mm" together with "thick". If I use "node[rectangle,line width=2mm, draw, minimum height=1.5em, minimum width=1.5em] (I) {X};", It works perfectly. Thank you!

– Nip
16 mins ago





I noticed that i cannot use "line width=2mm" together with "thick". If I use "node[rectangle,line width=2mm, draw, minimum height=1.5em, minimum width=1.5em] (I) {X};", It works perfectly. Thank you!

– Nip
16 mins ago




2




2





As mentioned in the post I linked to, thick is the same as line width=0.8pt, so if you use both, the last used will overwrite the first.

– Torbjørn T.
13 mins ago





As mentioned in the post I linked to, thick is the same as line width=0.8pt, so if you use both, the last used will overwrite the first.

– Torbjørn T.
13 mins ago










0






active

oldest

votes












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
});


}
});






Nip is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f487967%2frectangle-thickness-in-latex-tikz%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








Nip is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















Nip is a new contributor. Be nice, and check out our Code of Conduct.













Nip is a new contributor. Be nice, and check out our Code of Conduct.












Nip 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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f487967%2frectangle-thickness-in-latex-tikz%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Paper upload error, “Upload failed: The top margin is 0.715 in on page 3, which is below the required...

Emraan Hashmi Filmografia | Linki zewnętrzne | Menu nawigacyjneGulshan GroverGulshan...

How can I write this formula?newline and italics added with leqWhy does widehat behave differently if I...