Help beginner please. easy stuff Announcing the arrival of Valued Associate #679: Cesar...
Why do early math courses focus on the cross sections of a cone and not on other 3D objects?
How to run automated tests after each commit?
Misunderstanding of Sylow theory
Dyck paths with extra diagonals from valleys (Laser construction)
C's equality operator on converted pointers
How does Belgium enforce obligatory attendance in elections?
How does the math work when buying airline miles?
Has negative voting ever been officially implemented in elections, or seriously proposed, or even studied?
What does Turing mean by this statement?
What is the home of the drow in Flanaess?
Why is it faster to reheat something than it is to cook it?
How do I find out the mythology and history of my Fortress?
What to do with repeated rejections for phd position
How to pronounce 伝統色
How does a spellshard spellbook work?
How much damage would a cupful of neutron star matter do to the Earth?
How fail-safe is nr as stop bytes?
Why does it sometimes sound good to play a grace note as a lead in to a note in a melody?
How would a mousetrap for use in space work?
Project Euler #1 in C++
What is Adi Shankara referring to when he says "He has Vajra marks on his feet"?
preposition before coffee
Is it fair for a professor to grade us on the possession of past papers?
Google .dev domain strangely redirects to https
Help beginner please. easy stuff
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Please help me input the following formula correctlyHow to use lll properlyMetrology tolerance and fitswriting fractions inside a matrixHow to tex this symbol?Please help in my latex workI can't make what I type to pdfPlease use mathaccent for accents in math modeCan you help how to write this?Missing { inserted. Error.Please Help me with this equation
How to draw this in TeXstudio? help me please.

math-mode draw
New contributor
Levan Davitadze is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
How to draw this in TeXstudio? help me please.

math-mode draw
New contributor
Levan Davitadze is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2
Welcome. Should the shadow be drawn as well?
– Johannes_B
27 mins ago
no ser. only dots and lines
– Levan Davitadze
24 mins ago
add a comment |
How to draw this in TeXstudio? help me please.

math-mode draw
New contributor
Levan Davitadze is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
How to draw this in TeXstudio? help me please.

math-mode draw
math-mode draw
New contributor
Levan Davitadze is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Levan Davitadze is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 25 mins ago
AboAmmar
34.6k32985
34.6k32985
New contributor
Levan Davitadze is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 33 mins ago
Levan DavitadzeLevan Davitadze
1
1
New contributor
Levan Davitadze is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Levan Davitadze is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Levan Davitadze is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2
Welcome. Should the shadow be drawn as well?
– Johannes_B
27 mins ago
no ser. only dots and lines
– Levan Davitadze
24 mins ago
add a comment |
2
Welcome. Should the shadow be drawn as well?
– Johannes_B
27 mins ago
no ser. only dots and lines
– Levan Davitadze
24 mins ago
2
2
Welcome. Should the shadow be drawn as well?
– Johannes_B
27 mins ago
Welcome. Should the shadow be drawn as well?
– Johannes_B
27 mins ago
no ser. only dots and lines
– Levan Davitadze
24 mins ago
no ser. only dots and lines
– Levan Davitadze
24 mins ago
add a comment |
1 Answer
1
active
oldest
votes
A straightforward implementation using tikz:
documentclass[tikz,border=4pt]{standalone}
begin{document}
begin{tikzpicture}[line width=.7pt, outer sep=0pt]
foreach x in {0,3}
foreach y in {0,2,4,6}
draw (x,y) node (xy)[circle,fill,inner sep=1.5pt]{};
draw (00) -- (30) (02)--(32) (06) -- (34);
node at (1.5,5) [circle,fill=white,inner sep=2pt]{};
draw (04) -- (36);
end{tikzpicture}
end{document}

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
});
}
});
Levan Davitadze 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%2f485664%2fhelp-beginner-please-easy-stuff%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
A straightforward implementation using tikz:
documentclass[tikz,border=4pt]{standalone}
begin{document}
begin{tikzpicture}[line width=.7pt, outer sep=0pt]
foreach x in {0,3}
foreach y in {0,2,4,6}
draw (x,y) node (xy)[circle,fill,inner sep=1.5pt]{};
draw (00) -- (30) (02)--(32) (06) -- (34);
node at (1.5,5) [circle,fill=white,inner sep=2pt]{};
draw (04) -- (36);
end{tikzpicture}
end{document}

add a comment |
A straightforward implementation using tikz:
documentclass[tikz,border=4pt]{standalone}
begin{document}
begin{tikzpicture}[line width=.7pt, outer sep=0pt]
foreach x in {0,3}
foreach y in {0,2,4,6}
draw (x,y) node (xy)[circle,fill,inner sep=1.5pt]{};
draw (00) -- (30) (02)--(32) (06) -- (34);
node at (1.5,5) [circle,fill=white,inner sep=2pt]{};
draw (04) -- (36);
end{tikzpicture}
end{document}

add a comment |
A straightforward implementation using tikz:
documentclass[tikz,border=4pt]{standalone}
begin{document}
begin{tikzpicture}[line width=.7pt, outer sep=0pt]
foreach x in {0,3}
foreach y in {0,2,4,6}
draw (x,y) node (xy)[circle,fill,inner sep=1.5pt]{};
draw (00) -- (30) (02)--(32) (06) -- (34);
node at (1.5,5) [circle,fill=white,inner sep=2pt]{};
draw (04) -- (36);
end{tikzpicture}
end{document}

A straightforward implementation using tikz:
documentclass[tikz,border=4pt]{standalone}
begin{document}
begin{tikzpicture}[line width=.7pt, outer sep=0pt]
foreach x in {0,3}
foreach y in {0,2,4,6}
draw (x,y) node (xy)[circle,fill,inner sep=1.5pt]{};
draw (00) -- (30) (02)--(32) (06) -- (34);
node at (1.5,5) [circle,fill=white,inner sep=2pt]{};
draw (04) -- (36);
end{tikzpicture}
end{document}

answered 9 mins ago
AboAmmarAboAmmar
34.6k32985
34.6k32985
add a comment |
add a comment |
Levan Davitadze is a new contributor. Be nice, and check out our Code of Conduct.
Levan Davitadze is a new contributor. Be nice, and check out our Code of Conduct.
Levan Davitadze is a new contributor. Be nice, and check out our Code of Conduct.
Levan Davitadze 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.
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%2f485664%2fhelp-beginner-please-easy-stuff%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
2
Welcome. Should the shadow be drawn as well?
– Johannes_B
27 mins ago
no ser. only dots and lines
– Levan Davitadze
24 mins ago