Kind help with making thing tikz graph better
documentclass{beamer}
mode<presentation>
{
usetheme[secheader]{Madrid}
useoutertheme{Smoothbars}
usefonttheme[onlylarge]{structurebold}
setbeamerfont*{frametitle}{size=normalsize,series=bfseries}
usefonttheme{professionalfonts}
}
subject{...}
AtBeginSubsection
{
begin{frame}<beamer>
frametitle{Plan wyk?du}
tableofcontents[currentsection,currentsubsection]
end{frame}
}
newtheorem{thm}{Theorem}[section]
setbeamertemplate{theorem begin}
{%
parvskipmedskipamount%
begin{beamercolorbox}[colsep*=.75ex]{block title}
usebeamerfont*{block title}%
inserttheoremname
ifxinserttheoremadditionemptyelse (inserttheoremaddition)fi%
end{beamercolorbox}%
{parskip0ptpar}%
ifbeamercolorempty[bg]{block title}
{}
{ifbeamercolorempty[bg]{block body}{}{nointerlineskipvskip-0.5pt}}%
usebeamerfont{block body}%
vskip-.25exvbox{}%
}
setbeamertemplate{theorem end}{}
usepackage{lipsum}
usepackage{mathrsfs,amsmath}
usepackage{mathrsfs}
usepackage{hyperref}
usepackage[english]{babel}
usepackage{times}
usepackage[T1]{fontenc}
usepackage{amsmath}
usepackage{amssymb}
usepackage[T1]{fontenc}
usepackage{amsthm}
usepackage{graphicx}
usepackage{pdflscape}
theoremstyle{definition}
newtheorem{defn}{Definition}[section]
theoremstyle{remark}
theoremstyle{plain}
newtheorem{lem}[thm]{Lemma}
newtheorem{cor}[thm]{Corollary}
newtheorem{rmk}[thm]{Remark}
newtheorem{prop}[thm]{Proposition}
newtheorem{conj}[thm]{Conjecture}
renewcommand{thethm}{thesection.arabic{thm}}
renewcommand{thelem}{thesection.arabic{lem}}
renewcommand{thecor}{thesection.arabic{cor}}
renewcommand{thermk}{thesection.arabic{rmk}}
renewcommand{theprop}{thesection.arabic{prop}}
renewcommand{theconj}{thesection.arabic{conj}}
renewcommand{theequation}{thesection.arabic{equation}}
renewcommand{thefootnote}{fnsymbol{footnote}}
usepackage{verbatim}
usepackage{
%graphicx,
caption,subcaption}
newcommand{noi}{noindent}
allowdisplaybreaks
usepackage{tikz}
%usepackage{xcolor}
usetikzlibrary{intersections,arrows.meta,automata,er,calc,backgrounds,mindmap,folding,patterns,decorations.markings,fit,
%snakes,
shapes,matrix,positioning,shapes.geometric,through,arrows,decorations}
newcommand{vertex}{node[vertex]}
newcounter{Angle}
definecolor{myblue}{rgb}{24,40,120}
begin{document}
begin{frame}
begin{tikzpicture}[scale=0.35]
tikzstyle{every node}= [shape=circle, draw,
minimum size=2.4em, inner sep=2pt
]
node (v0) [fill=brown] at (0:9) {$V_0$};
node (v1) [fill=red] at (18:9) {$V_1$};
node (v2) [fill=magenta] at (2*18:9) {$V_2$};
node (v3) [fill=blue] at (3*18:9) {$V_3$};
node (v4) [fill=brown] at (4*18:9) {$V_4$};
node (v5) [fill=green] at (5*18:9) {$V_5$};
node (v6) [fill=magenta] at (6*18:9) {$V_6$};
node (v7) [fill=brown] at (7*18:9) {$V_7$};
node (v8) [fill=teal] at (8*18:9) {$V_8$};
node (v9) [fill=magenta] at (9*18:9) {$V_9$};
node (v10) [fill=pink] at (10*18:9) {$V_{10}$};
node (v11) [fill=blue] at (11*18:9) {$V_{11}$};
node (v12) [fill=olive] at (12*18:9) {$V_{12}$};
node (v13) [fill=green] at (13*18:9) {$V_{13}$};
node (v14) [fill=pink] at (14*18:9) {$V_{14}$};
node (v15) [fill=red] at (15*18:9) {$V_{15}$};
node (v16) [fill=blue] at (16*18:9) {$V_{16}$};
node (v17) [fill=green] at (17*18:9) {$V_{17}$};
node (v18) [fill=red] at (18*18:9) {$V_{18}$};
node (v19) [fill=olive] at (19*18:9) {$V_{19}$};
node (v20) [fill=teal] at (0,0) {$V_{20}$};
draw (v0) -- (v1)
(v1) -- (v2)
(v2) -- (v3)
(v3) --(v4)
(v4) --(v5)
(v5) --(v6)
(v6) --(v7)
(v7) -- (v8)
(v8) -- (v9)
(v9) -- (v10)
(v10) --(v11)
(v11) --(v12)
(v12) --(v13)
(v13) --(v14)
(v14) --(v15)
(v15) --(v16)
(v16) --(v17)
(v17) --(v18)
(v17) --(v18)
(v18) --(v19)
(v19) --(v0)
(v20) --(v10)
(v20) --(v11)
(v20) --(v12)
(v20) --(v13)
(v20) --(v14)
(v20) --(v15)
(v20) --(v16)
(v20) --(v17)
(v20) --(v18)
(v20) --(v19);
end{tikzpicture}
end{frame}
end{document}
tikz-pgf
|
show 2 more comments
documentclass{beamer}
mode<presentation>
{
usetheme[secheader]{Madrid}
useoutertheme{Smoothbars}
usefonttheme[onlylarge]{structurebold}
setbeamerfont*{frametitle}{size=normalsize,series=bfseries}
usefonttheme{professionalfonts}
}
subject{...}
AtBeginSubsection
{
begin{frame}<beamer>
frametitle{Plan wyk?du}
tableofcontents[currentsection,currentsubsection]
end{frame}
}
newtheorem{thm}{Theorem}[section]
setbeamertemplate{theorem begin}
{%
parvskipmedskipamount%
begin{beamercolorbox}[colsep*=.75ex]{block title}
usebeamerfont*{block title}%
inserttheoremname
ifxinserttheoremadditionemptyelse (inserttheoremaddition)fi%
end{beamercolorbox}%
{parskip0ptpar}%
ifbeamercolorempty[bg]{block title}
{}
{ifbeamercolorempty[bg]{block body}{}{nointerlineskipvskip-0.5pt}}%
usebeamerfont{block body}%
vskip-.25exvbox{}%
}
setbeamertemplate{theorem end}{}
usepackage{lipsum}
usepackage{mathrsfs,amsmath}
usepackage{mathrsfs}
usepackage{hyperref}
usepackage[english]{babel}
usepackage{times}
usepackage[T1]{fontenc}
usepackage{amsmath}
usepackage{amssymb}
usepackage[T1]{fontenc}
usepackage{amsthm}
usepackage{graphicx}
usepackage{pdflscape}
theoremstyle{definition}
newtheorem{defn}{Definition}[section]
theoremstyle{remark}
theoremstyle{plain}
newtheorem{lem}[thm]{Lemma}
newtheorem{cor}[thm]{Corollary}
newtheorem{rmk}[thm]{Remark}
newtheorem{prop}[thm]{Proposition}
newtheorem{conj}[thm]{Conjecture}
renewcommand{thethm}{thesection.arabic{thm}}
renewcommand{thelem}{thesection.arabic{lem}}
renewcommand{thecor}{thesection.arabic{cor}}
renewcommand{thermk}{thesection.arabic{rmk}}
renewcommand{theprop}{thesection.arabic{prop}}
renewcommand{theconj}{thesection.arabic{conj}}
renewcommand{theequation}{thesection.arabic{equation}}
renewcommand{thefootnote}{fnsymbol{footnote}}
usepackage{verbatim}
usepackage{
%graphicx,
caption,subcaption}
newcommand{noi}{noindent}
allowdisplaybreaks
usepackage{tikz}
%usepackage{xcolor}
usetikzlibrary{intersections,arrows.meta,automata,er,calc,backgrounds,mindmap,folding,patterns,decorations.markings,fit,
%snakes,
shapes,matrix,positioning,shapes.geometric,through,arrows,decorations}
newcommand{vertex}{node[vertex]}
newcounter{Angle}
definecolor{myblue}{rgb}{24,40,120}
begin{document}
begin{frame}
begin{tikzpicture}[scale=0.35]
tikzstyle{every node}= [shape=circle, draw,
minimum size=2.4em, inner sep=2pt
]
node (v0) [fill=brown] at (0:9) {$V_0$};
node (v1) [fill=red] at (18:9) {$V_1$};
node (v2) [fill=magenta] at (2*18:9) {$V_2$};
node (v3) [fill=blue] at (3*18:9) {$V_3$};
node (v4) [fill=brown] at (4*18:9) {$V_4$};
node (v5) [fill=green] at (5*18:9) {$V_5$};
node (v6) [fill=magenta] at (6*18:9) {$V_6$};
node (v7) [fill=brown] at (7*18:9) {$V_7$};
node (v8) [fill=teal] at (8*18:9) {$V_8$};
node (v9) [fill=magenta] at (9*18:9) {$V_9$};
node (v10) [fill=pink] at (10*18:9) {$V_{10}$};
node (v11) [fill=blue] at (11*18:9) {$V_{11}$};
node (v12) [fill=olive] at (12*18:9) {$V_{12}$};
node (v13) [fill=green] at (13*18:9) {$V_{13}$};
node (v14) [fill=pink] at (14*18:9) {$V_{14}$};
node (v15) [fill=red] at (15*18:9) {$V_{15}$};
node (v16) [fill=blue] at (16*18:9) {$V_{16}$};
node (v17) [fill=green] at (17*18:9) {$V_{17}$};
node (v18) [fill=red] at (18*18:9) {$V_{18}$};
node (v19) [fill=olive] at (19*18:9) {$V_{19}$};
node (v20) [fill=teal] at (0,0) {$V_{20}$};
draw (v0) -- (v1)
(v1) -- (v2)
(v2) -- (v3)
(v3) --(v4)
(v4) --(v5)
(v5) --(v6)
(v6) --(v7)
(v7) -- (v8)
(v8) -- (v9)
(v9) -- (v10)
(v10) --(v11)
(v11) --(v12)
(v12) --(v13)
(v13) --(v14)
(v14) --(v15)
(v15) --(v16)
(v16) --(v17)
(v17) --(v18)
(v17) --(v18)
(v18) --(v19)
(v19) --(v0)
(v20) --(v10)
(v20) --(v11)
(v20) --(v12)
(v20) --(v13)
(v20) --(v14)
(v20) --(v15)
(v20) --(v16)
(v20) --(v17)
(v20) --(v18)
(v20) --(v19);
end{tikzpicture}
end{frame}
end{document}
tikz-pgf
welcome to tex.se! can be node with 7V20` in the midle of other nodes?
– Zarko
Dec 20 '18 at 13:20
3
Your question is not very clear, could you be more specific? We would also appreciate it if you could trim down your code to a minimal working example (MWE): a short document starting withdocumentclass
and ending withend{document}
that contains the minimum number of packages and code/text necessary to reproduce the problem. (Right now it doesn't actually compile because most users here probably do not have theSmoothbars
theme.)
– Circumscribe
Dec 20 '18 at 13:23
Thank you May be if help for the cycle to edge to be seen too and circle size little smaller
– sriram
Dec 20 '18 at 13:48
it should beuseoutertheme{smoothbars}
instead ofuseoutertheme{Smoothbars}
(most operating systems are case sensitive)
– samcarter
Dec 20 '18 at 14:27
Please don't load the same package multiple times (e.g.mathrsfs
) and you don't meedhyperref
andgraphicx
with beamer. Thetimes
package is outdated
– samcarter
Dec 20 '18 at 14:28
|
show 2 more comments
documentclass{beamer}
mode<presentation>
{
usetheme[secheader]{Madrid}
useoutertheme{Smoothbars}
usefonttheme[onlylarge]{structurebold}
setbeamerfont*{frametitle}{size=normalsize,series=bfseries}
usefonttheme{professionalfonts}
}
subject{...}
AtBeginSubsection
{
begin{frame}<beamer>
frametitle{Plan wyk?du}
tableofcontents[currentsection,currentsubsection]
end{frame}
}
newtheorem{thm}{Theorem}[section]
setbeamertemplate{theorem begin}
{%
parvskipmedskipamount%
begin{beamercolorbox}[colsep*=.75ex]{block title}
usebeamerfont*{block title}%
inserttheoremname
ifxinserttheoremadditionemptyelse (inserttheoremaddition)fi%
end{beamercolorbox}%
{parskip0ptpar}%
ifbeamercolorempty[bg]{block title}
{}
{ifbeamercolorempty[bg]{block body}{}{nointerlineskipvskip-0.5pt}}%
usebeamerfont{block body}%
vskip-.25exvbox{}%
}
setbeamertemplate{theorem end}{}
usepackage{lipsum}
usepackage{mathrsfs,amsmath}
usepackage{mathrsfs}
usepackage{hyperref}
usepackage[english]{babel}
usepackage{times}
usepackage[T1]{fontenc}
usepackage{amsmath}
usepackage{amssymb}
usepackage[T1]{fontenc}
usepackage{amsthm}
usepackage{graphicx}
usepackage{pdflscape}
theoremstyle{definition}
newtheorem{defn}{Definition}[section]
theoremstyle{remark}
theoremstyle{plain}
newtheorem{lem}[thm]{Lemma}
newtheorem{cor}[thm]{Corollary}
newtheorem{rmk}[thm]{Remark}
newtheorem{prop}[thm]{Proposition}
newtheorem{conj}[thm]{Conjecture}
renewcommand{thethm}{thesection.arabic{thm}}
renewcommand{thelem}{thesection.arabic{lem}}
renewcommand{thecor}{thesection.arabic{cor}}
renewcommand{thermk}{thesection.arabic{rmk}}
renewcommand{theprop}{thesection.arabic{prop}}
renewcommand{theconj}{thesection.arabic{conj}}
renewcommand{theequation}{thesection.arabic{equation}}
renewcommand{thefootnote}{fnsymbol{footnote}}
usepackage{verbatim}
usepackage{
%graphicx,
caption,subcaption}
newcommand{noi}{noindent}
allowdisplaybreaks
usepackage{tikz}
%usepackage{xcolor}
usetikzlibrary{intersections,arrows.meta,automata,er,calc,backgrounds,mindmap,folding,patterns,decorations.markings,fit,
%snakes,
shapes,matrix,positioning,shapes.geometric,through,arrows,decorations}
newcommand{vertex}{node[vertex]}
newcounter{Angle}
definecolor{myblue}{rgb}{24,40,120}
begin{document}
begin{frame}
begin{tikzpicture}[scale=0.35]
tikzstyle{every node}= [shape=circle, draw,
minimum size=2.4em, inner sep=2pt
]
node (v0) [fill=brown] at (0:9) {$V_0$};
node (v1) [fill=red] at (18:9) {$V_1$};
node (v2) [fill=magenta] at (2*18:9) {$V_2$};
node (v3) [fill=blue] at (3*18:9) {$V_3$};
node (v4) [fill=brown] at (4*18:9) {$V_4$};
node (v5) [fill=green] at (5*18:9) {$V_5$};
node (v6) [fill=magenta] at (6*18:9) {$V_6$};
node (v7) [fill=brown] at (7*18:9) {$V_7$};
node (v8) [fill=teal] at (8*18:9) {$V_8$};
node (v9) [fill=magenta] at (9*18:9) {$V_9$};
node (v10) [fill=pink] at (10*18:9) {$V_{10}$};
node (v11) [fill=blue] at (11*18:9) {$V_{11}$};
node (v12) [fill=olive] at (12*18:9) {$V_{12}$};
node (v13) [fill=green] at (13*18:9) {$V_{13}$};
node (v14) [fill=pink] at (14*18:9) {$V_{14}$};
node (v15) [fill=red] at (15*18:9) {$V_{15}$};
node (v16) [fill=blue] at (16*18:9) {$V_{16}$};
node (v17) [fill=green] at (17*18:9) {$V_{17}$};
node (v18) [fill=red] at (18*18:9) {$V_{18}$};
node (v19) [fill=olive] at (19*18:9) {$V_{19}$};
node (v20) [fill=teal] at (0,0) {$V_{20}$};
draw (v0) -- (v1)
(v1) -- (v2)
(v2) -- (v3)
(v3) --(v4)
(v4) --(v5)
(v5) --(v6)
(v6) --(v7)
(v7) -- (v8)
(v8) -- (v9)
(v9) -- (v10)
(v10) --(v11)
(v11) --(v12)
(v12) --(v13)
(v13) --(v14)
(v14) --(v15)
(v15) --(v16)
(v16) --(v17)
(v17) --(v18)
(v17) --(v18)
(v18) --(v19)
(v19) --(v0)
(v20) --(v10)
(v20) --(v11)
(v20) --(v12)
(v20) --(v13)
(v20) --(v14)
(v20) --(v15)
(v20) --(v16)
(v20) --(v17)
(v20) --(v18)
(v20) --(v19);
end{tikzpicture}
end{frame}
end{document}
tikz-pgf
documentclass{beamer}
mode<presentation>
{
usetheme[secheader]{Madrid}
useoutertheme{Smoothbars}
usefonttheme[onlylarge]{structurebold}
setbeamerfont*{frametitle}{size=normalsize,series=bfseries}
usefonttheme{professionalfonts}
}
subject{...}
AtBeginSubsection
{
begin{frame}<beamer>
frametitle{Plan wyk?du}
tableofcontents[currentsection,currentsubsection]
end{frame}
}
newtheorem{thm}{Theorem}[section]
setbeamertemplate{theorem begin}
{%
parvskipmedskipamount%
begin{beamercolorbox}[colsep*=.75ex]{block title}
usebeamerfont*{block title}%
inserttheoremname
ifxinserttheoremadditionemptyelse (inserttheoremaddition)fi%
end{beamercolorbox}%
{parskip0ptpar}%
ifbeamercolorempty[bg]{block title}
{}
{ifbeamercolorempty[bg]{block body}{}{nointerlineskipvskip-0.5pt}}%
usebeamerfont{block body}%
vskip-.25exvbox{}%
}
setbeamertemplate{theorem end}{}
usepackage{lipsum}
usepackage{mathrsfs,amsmath}
usepackage{mathrsfs}
usepackage{hyperref}
usepackage[english]{babel}
usepackage{times}
usepackage[T1]{fontenc}
usepackage{amsmath}
usepackage{amssymb}
usepackage[T1]{fontenc}
usepackage{amsthm}
usepackage{graphicx}
usepackage{pdflscape}
theoremstyle{definition}
newtheorem{defn}{Definition}[section]
theoremstyle{remark}
theoremstyle{plain}
newtheorem{lem}[thm]{Lemma}
newtheorem{cor}[thm]{Corollary}
newtheorem{rmk}[thm]{Remark}
newtheorem{prop}[thm]{Proposition}
newtheorem{conj}[thm]{Conjecture}
renewcommand{thethm}{thesection.arabic{thm}}
renewcommand{thelem}{thesection.arabic{lem}}
renewcommand{thecor}{thesection.arabic{cor}}
renewcommand{thermk}{thesection.arabic{rmk}}
renewcommand{theprop}{thesection.arabic{prop}}
renewcommand{theconj}{thesection.arabic{conj}}
renewcommand{theequation}{thesection.arabic{equation}}
renewcommand{thefootnote}{fnsymbol{footnote}}
usepackage{verbatim}
usepackage{
%graphicx,
caption,subcaption}
newcommand{noi}{noindent}
allowdisplaybreaks
usepackage{tikz}
%usepackage{xcolor}
usetikzlibrary{intersections,arrows.meta,automata,er,calc,backgrounds,mindmap,folding,patterns,decorations.markings,fit,
%snakes,
shapes,matrix,positioning,shapes.geometric,through,arrows,decorations}
newcommand{vertex}{node[vertex]}
newcounter{Angle}
definecolor{myblue}{rgb}{24,40,120}
begin{document}
begin{frame}
begin{tikzpicture}[scale=0.35]
tikzstyle{every node}= [shape=circle, draw,
minimum size=2.4em, inner sep=2pt
]
node (v0) [fill=brown] at (0:9) {$V_0$};
node (v1) [fill=red] at (18:9) {$V_1$};
node (v2) [fill=magenta] at (2*18:9) {$V_2$};
node (v3) [fill=blue] at (3*18:9) {$V_3$};
node (v4) [fill=brown] at (4*18:9) {$V_4$};
node (v5) [fill=green] at (5*18:9) {$V_5$};
node (v6) [fill=magenta] at (6*18:9) {$V_6$};
node (v7) [fill=brown] at (7*18:9) {$V_7$};
node (v8) [fill=teal] at (8*18:9) {$V_8$};
node (v9) [fill=magenta] at (9*18:9) {$V_9$};
node (v10) [fill=pink] at (10*18:9) {$V_{10}$};
node (v11) [fill=blue] at (11*18:9) {$V_{11}$};
node (v12) [fill=olive] at (12*18:9) {$V_{12}$};
node (v13) [fill=green] at (13*18:9) {$V_{13}$};
node (v14) [fill=pink] at (14*18:9) {$V_{14}$};
node (v15) [fill=red] at (15*18:9) {$V_{15}$};
node (v16) [fill=blue] at (16*18:9) {$V_{16}$};
node (v17) [fill=green] at (17*18:9) {$V_{17}$};
node (v18) [fill=red] at (18*18:9) {$V_{18}$};
node (v19) [fill=olive] at (19*18:9) {$V_{19}$};
node (v20) [fill=teal] at (0,0) {$V_{20}$};
draw (v0) -- (v1)
(v1) -- (v2)
(v2) -- (v3)
(v3) --(v4)
(v4) --(v5)
(v5) --(v6)
(v6) --(v7)
(v7) -- (v8)
(v8) -- (v9)
(v9) -- (v10)
(v10) --(v11)
(v11) --(v12)
(v12) --(v13)
(v13) --(v14)
(v14) --(v15)
(v15) --(v16)
(v16) --(v17)
(v17) --(v18)
(v17) --(v18)
(v18) --(v19)
(v19) --(v0)
(v20) --(v10)
(v20) --(v11)
(v20) --(v12)
(v20) --(v13)
(v20) --(v14)
(v20) --(v15)
(v20) --(v16)
(v20) --(v17)
(v20) --(v18)
(v20) --(v19);
end{tikzpicture}
end{frame}
end{document}
tikz-pgf
tikz-pgf
edited Dec 20 '18 at 14:32
asked Dec 20 '18 at 13:09
sriram
305
305
welcome to tex.se! can be node with 7V20` in the midle of other nodes?
– Zarko
Dec 20 '18 at 13:20
3
Your question is not very clear, could you be more specific? We would also appreciate it if you could trim down your code to a minimal working example (MWE): a short document starting withdocumentclass
and ending withend{document}
that contains the minimum number of packages and code/text necessary to reproduce the problem. (Right now it doesn't actually compile because most users here probably do not have theSmoothbars
theme.)
– Circumscribe
Dec 20 '18 at 13:23
Thank you May be if help for the cycle to edge to be seen too and circle size little smaller
– sriram
Dec 20 '18 at 13:48
it should beuseoutertheme{smoothbars}
instead ofuseoutertheme{Smoothbars}
(most operating systems are case sensitive)
– samcarter
Dec 20 '18 at 14:27
Please don't load the same package multiple times (e.g.mathrsfs
) and you don't meedhyperref
andgraphicx
with beamer. Thetimes
package is outdated
– samcarter
Dec 20 '18 at 14:28
|
show 2 more comments
welcome to tex.se! can be node with 7V20` in the midle of other nodes?
– Zarko
Dec 20 '18 at 13:20
3
Your question is not very clear, could you be more specific? We would also appreciate it if you could trim down your code to a minimal working example (MWE): a short document starting withdocumentclass
and ending withend{document}
that contains the minimum number of packages and code/text necessary to reproduce the problem. (Right now it doesn't actually compile because most users here probably do not have theSmoothbars
theme.)
– Circumscribe
Dec 20 '18 at 13:23
Thank you May be if help for the cycle to edge to be seen too and circle size little smaller
– sriram
Dec 20 '18 at 13:48
it should beuseoutertheme{smoothbars}
instead ofuseoutertheme{Smoothbars}
(most operating systems are case sensitive)
– samcarter
Dec 20 '18 at 14:27
Please don't load the same package multiple times (e.g.mathrsfs
) and you don't meedhyperref
andgraphicx
with beamer. Thetimes
package is outdated
– samcarter
Dec 20 '18 at 14:28
welcome to tex.se! can be node with 7V20` in the midle of other nodes?
– Zarko
Dec 20 '18 at 13:20
welcome to tex.se! can be node with 7V20` in the midle of other nodes?
– Zarko
Dec 20 '18 at 13:20
3
3
Your question is not very clear, could you be more specific? We would also appreciate it if you could trim down your code to a minimal working example (MWE): a short document starting with
documentclass
and ending with end{document}
that contains the minimum number of packages and code/text necessary to reproduce the problem. (Right now it doesn't actually compile because most users here probably do not have the Smoothbars
theme.)– Circumscribe
Dec 20 '18 at 13:23
Your question is not very clear, could you be more specific? We would also appreciate it if you could trim down your code to a minimal working example (MWE): a short document starting with
documentclass
and ending with end{document}
that contains the minimum number of packages and code/text necessary to reproduce the problem. (Right now it doesn't actually compile because most users here probably do not have the Smoothbars
theme.)– Circumscribe
Dec 20 '18 at 13:23
Thank you May be if help for the cycle to edge to be seen too and circle size little smaller
– sriram
Dec 20 '18 at 13:48
Thank you May be if help for the cycle to edge to be seen too and circle size little smaller
– sriram
Dec 20 '18 at 13:48
it should be
useoutertheme{smoothbars}
instead of useoutertheme{Smoothbars}
(most operating systems are case sensitive)– samcarter
Dec 20 '18 at 14:27
it should be
useoutertheme{smoothbars}
instead of useoutertheme{Smoothbars}
(most operating systems are case sensitive)– samcarter
Dec 20 '18 at 14:27
Please don't load the same package multiple times (e.g.
mathrsfs
) and you don't meed hyperref
and graphicx
with beamer. The times
package is outdated– samcarter
Dec 20 '18 at 14:28
Please don't load the same package multiple times (e.g.
mathrsfs
) and you don't meed hyperref
and graphicx
with beamer. The times
package is outdated– samcarter
Dec 20 '18 at 14:28
|
show 2 more comments
3 Answers
3
active
oldest
votes
Could you please explain what you want to achieve? "better" can mean many things. I guess you do not want the nodes to overlap, at least I would call that "better".
documentclass{beamer}
mode<presentation>
{
usetheme[secheader]{Madrid}
% useoutertheme{Smoothbars}
usefonttheme[onlylarge]{structurebold}
setbeamerfont*{frametitle}{size=normalsize,series=bfseries}
usefonttheme{professionalfonts}
}
subject{...}
AtBeginSubsection
{
begin{frame}<beamer>
frametitle{Plan wyk?du}
tableofcontents[currentsection,currentsubsection]
end{frame}
}
newtheorem{thm}{Theorem}[section]
setbeamertemplate{theorem begin}
{%
parvskipmedskipamount%
begin{beamercolorbox}[colsep*=.75ex]{block title}
usebeamerfont*{block title}%
inserttheoremname
ifxinserttheoremadditionemptyelse (inserttheoremaddition)fi%
end{beamercolorbox}%
{parskip0ptpar}%
ifbeamercolorempty[bg]{block title}
{}
{ifbeamercolorempty[bg]{block body}{}{nointerlineskipvskip-0.5pt}}%
usebeamerfont{block body}%
vskip-.25exvbox{}%
}
setbeamertemplate{theorem end}{}
usepackage{lipsum}
usepackage{mathrsfs,amsmath}
usepackage{mathrsfs}
usepackage{hyperref}
usepackage[english]{babel}
usepackage{times}
usepackage[T1]{fontenc}
usepackage{amsmath}
usepackage{amssymb}
usepackage[T1]{fontenc}
usepackage{amsthm}
usepackage{graphicx}
usepackage{pdflscape}
theoremstyle{definition}
newtheorem{defn}{Definition}[section]
theoremstyle{remark}
theoremstyle{plain}
newtheorem{lem}[thm]{Lemma}
newtheorem{cor}[thm]{Corollary}
newtheorem{rmk}[thm]{Remark}
newtheorem{prop}[thm]{Proposition}
newtheorem{conj}[thm]{Conjecture}
renewcommand{thethm}{thesection.arabic{thm}}
renewcommand{thelem}{thesection.arabic{lem}}
renewcommand{thecor}{thesection.arabic{cor}}
renewcommand{thermk}{thesection.arabic{rmk}}
renewcommand{theprop}{thesection.arabic{prop}}
renewcommand{theconj}{thesection.arabic{conj}}
renewcommand{theequation}{thesection.arabic{equation}}
renewcommand{thefootnote}{fnsymbol{footnote}}
usepackage{verbatim}
usepackage{
%graphicx,
caption,subcaption}
newcommand{noi}{noindent}
allowdisplaybreaks
usepackage{tikz}
%usepackage{xcolor}
usetikzlibrary{intersections,arrows.meta,automata,er,calc,backgrounds,mindmap,folding,patterns,decorations.markings,fit,
%snakes,
shapes,matrix,positioning,shapes.geometric,through,arrows,decorations}
newcommand{vertex}{node[vertex]}
newcounter{Angle}
definecolor{myblue}{rgb}{24,40,120}
begin{document}
begin{frame}
begin{tikzpicture}[scale=0.35]
tikzset{every node/.append style={draw,shape=circle,inner sep=1pt}};
node (v0) at (0:9) {$V_0$};
node (v1) at (18:9) {$V_1$};
node (v2) at (2*18:9) {$V_2$};
node (v3) at (3*18:9) {$V_3$};
node (v4) at (4*18:9) {$V_4$};
node (v5) at (5*18:9) {$V_5$};
node (v6) at (6*18:9) {$V_6$};
node (v7) at (7*18:9) {$V_7$};
node (v8)at (8*18:9) {$V_8$};
node (v9) at (9*18:9) {$V_9$};
node (v10) at (10*18:9) {$V_{10}$};
node (v11) at (11*18:9) {$V_{11}$};
node (v12) at (12*18:9) {$V_{12}$};
node (v13) at (13*18:9) {$V_{13}$};
node (v14) at (14*18:9) {$V_{14}$};
node (v15) at (15*18:9) {$V_{15}$};
node (v16) at (16*18:9) {$V_{16}$};
node (v17) at (17*18:9) {$V_{17}$};
node (v18) at (18*18:9) {$V_{18}$};
node (v19) at (19*18:9) {$V_{19}$};
node (v20) at (0,0) {$V_{20}$};
draw (v0) -- (v1)
(v1) -- (v2)
(v2) -- (v3)
(v3) --(v4)
(v4) --(v5)
(v5) --(v6)
(v6) --(v7)
(v7) -- (v8)
(v8) -- (v9)
(v9) -- (v10)
(v10) --(v11)
(v11) --(v12)
(v12) --(v13)
(v13) --(v14)
(v14) --(v15)
(v15) --(v16)
(v16) --(v17)
(v17) --(v18)
(v17) --(v18)
(v18) --(v19)
(v19) --(v0)
(v20) --(v10)
(v20) --(v11)
(v20) --(v12)
(v20) --(v13)
(v20) --(v14)
(v20) --(v15)
(v20) --(v16)
(v20) --(v17)
(v20) --(v18)
(v20) --(v19);
end{tikzpicture}
end{frame}
end{document}
Thank you May be if help for the cycle to edge to be seen too and circle size little smaller
– sriram
Dec 20 '18 at 13:47
answered my question kind help to make it more better
– sriram
Dec 20 '18 at 14:22
@sriram I made the circles smaller (usinginner sep=1pt
).
– marmot
Dec 20 '18 at 14:23
Kindly see below it is along with the document class all only thing i dont know how to indent it here
– sriram
Dec 20 '18 at 14:25
add a comment |
it is not entirely clear what you what you your image should be. something as show @marmot in his answer (+1)? if this is case, and after editing your document example, it seems that thew following solution should work for you:
documentclass{beamer}
usepackage{tikz}
begin{frame}[fragile]
tikzset{circ/.style = {shape=circle, draw, fill=#1,
minimum size=2em, inner sep=1pt,
transform shape}
}
begin{tikzpicture}
draw (0,0) circle[radius=3];
foreach i [count=j from 0] in {
brown, red, magenta, blue, brown,
green, magenta, brown, teal, magenta,
pink, blue, olive, green, pink,
red, blue, green, red, olive}
draw (0,0) -- (j*18:3) node[circ=i] {$V_{j}$};
node[circ=teal] {$V_{20}$};
end{tikzpicture}
or
begin{tikzpicture}[scale=0.5]
draw (0,0) circle[radius=3];
foreach i [count=j from 0] in {
brown, red, magenta, blue, brown,
green, magenta, brown, teal, magenta,
pink, blue, olive, green, pink,
red, blue, green, red, olive}
draw (0,0) -- (j*18:3) node[circ=i] {$V_{j}$};
node[circ=teal] {$V_{20}$};
end{tikzpicture}
end{frame}
end{document}
as you can see, all nodes except with SV_{20}$
are draw in the loop together with connection lines and options for fill color. the result is (left is original size, right is with scale=0.5
:
Please check all vertices are not connected to V_20
– sriram
Dec 20 '18 at 13:50
I also want the code or like my code so that i can color the nodes harmoniously with fill when for which vertex will decide only edges to be seen and circle size little small
– sriram
Dec 20 '18 at 13:53
@sriram, sorry, i don't understand you. nodes in my mwe are perfectly centered around V_20. if you like to have different their positions, than please provide a sketch what you like to obtain. your document example is far from mwe and your question is not entirely clear.
– Zarko
Dec 20 '18 at 13:54
1
@sriram, please edit your question and clarify what is your problem. if you like to stick with your code, than you not need our help. sorry.
– Zarko
Dec 20 '18 at 13:56
Your figure is correct only problem is i want the code like mine without loops means for loop statements there and $V_20$ in center is not having edges with all vertices around see in the question
– sriram
Dec 20 '18 at 13:56
|
show 1 more comment
documentclass{beamer}
mode<presentation>
{
usetheme[secheader]{Madrid}
useoutertheme{smoothbars}
usefonttheme[onlylarge]{structurebold}
setbeamerfont*{frametitle}{size=normalsize,series=bfseries}
usefonttheme{professionalfonts}
}
subject{...}
AtBeginSubsection
{
begin{frame}<beamer>
frametitle{Plan wyk?du}
tableofcontents[currentsection,currentsubsection]
end{frame}
}
newtheorem{thm}{Theorem}[section]
setbeamertemplate{theorem begin}
{%
parvskipmedskipamount%
begin{beamercolorbox}[colsep*=.75ex]{block title}
usebeamerfont*{block title}%
inserttheoremname
ifxinserttheoremadditionemptyelse (inserttheoremaddition)fi%
end{beamercolorbox}%
{parskip0ptpar}%
ifbeamercolorempty[bg]{block title}
{}
{ifbeamercolorempty[bg]{block body}{}{nointerlineskipvskip-0.5pt}}%
usebeamerfont{block body}%
vskip-.25exvbox{}%
}
setbeamertemplate{theorem end}{}
usepackage{lipsum}
usepackage{mathrsfs,amsmath}
usepackage{mathrsfs}
usepackage{hyperref}
usepackage[english]{babel}
usepackage{times}
usepackage[T1]{fontenc}
usepackage{amsmath}
usepackage{amssymb}
usepackage[T1]{fontenc}
usepackage{amsthm}
usepackage{graphicx}
usepackage{pdflscape}
theoremstyle{definition}
newtheorem{defn}{Definition}[section]
theoremstyle{remark}
theoremstyle{plain}
newtheorem{lem}[thm]{Lemma}
newtheorem{cor}[thm]{Corollary}
newtheorem{rmk}[thm]{Remark}
newtheorem{prop}[thm]{Proposition}
newtheorem{conj}[thm]{Conjecture}
renewcommand{thethm}{thesection.arabic{thm}}
renewcommand{thelem}{thesection.arabic{lem}}
renewcommand{thecor}{thesection.arabic{cor}}
renewcommand{thermk}{thesection.arabic{rmk}}
renewcommand{theprop}{thesection.arabic{prop}}
renewcommand{theconj}{thesection.arabic{conj}}
renewcommand{theequation}{thesection.arabic{equation}}
renewcommand{thefootnote}{fnsymbol{footnote}}
usepackage{verbatim}
usepackage{
%graphicx,
caption,subcaption}
newcommand{noi}{noindent}
allowdisplaybreaks
usepackage{tikz}
%usepackage{xcolor}
usetikzlibrary{intersections,arrows.meta,automata,er,calc,backgrounds,mindmap,folding,patterns,decorations.markings,fit,
%snakes,
shapes,matrix,positioning,shapes.geometric,through,arrows,decorations}
newcommand{vertex}{node[vertex]}
newcounter{Angle}
definecolor{myblue}{rgb}{24,40,120}
begin{document}
begin{frame}
begin{tikzpicture}[scale=0.35]
tikzstyle{every node}= [shape=circle, draw,
minimum size=2.4em, inner sep=2pt
]
node (v0) [fill=brown] at (0:9) {$V_0$};
node (v1) [fill=red] at (18:9) {$V_1$};
node (v2) [fill=magenta] at (2*18:9) {$V_2$};
node (v3) [fill=blue] at (3*18:9) {$V_3$};
node (v4) [fill=brown] at (4*18:9) {$V_4$};
node (v5) [fill=green] at (5*18:9) {$V_5$};
node (v6) [fill=magenta] at (6*18:9) {$V_6$};
node (v7) [fill=brown] at (7*18:9) {$V_7$};
node (v8) [fill=teal] at (8*18:9) {$V_8$};
node (v9) [fill=magenta] at (9*18:9) {$V_9$};
node (v10) [fill=pink] at (10*18:9) {$V_{10}$};
node (v11) [fill=blue] at (11*18:9) {$V_{11}$};
node (v12) [fill=olive] at (12*18:9) {$V_{12}$};
node (v13) [fill=green] at (13*18:9) {$V_{13}$};
node (v14) [fill=pink] at (14*18:9) {$V_{14}$};
node (v15) [fill=red] at (15*18:9) {$V_{15}$};
node (v16) [fill=blue] at (16*18:9) {$V_{16}$};
node (v17) [fill=green] at (17*18:9) {$V_{17}$};
node (v18) [fill=red] at (18*18:9) {$V_{18}$};
node (v19) [fill=olive] at (19*18:9) {$V_{19}$};
node (v20) [fill=teal] at (0,0) {$V_{20}$};
draw (v0) -- (v1)
(v1) -- (v2)
(v2) -- (v3)
(v3) --(v4)
(v4) --(v5)
(v5) --(v6)
(v6) --(v7)
(v7) -- (v8)
(v8) -- (v9)
(v9) -- (v10)
(v10) --(v11)
(v11) --(v12)
(v12) --(v13)
(v13) --(v14)
(v14) --(v15)
(v15) --(v16)
(v16) --(v17)
(v17) --(v18)
(v17) --(v18)
(v18) --(v19)
(v19) --(v0)
(v20) --(v10)
(v20) --(v11)
(v20) --(v12)
(v20) --(v13)
(v20) --(v14)
(v20) --(v15)
(v20) --(v16)
(v20) --(v17)
(v20) --(v18)
(v20) --(v19);
end{tikzpicture}
end{frame}
end{document}
Please see here
– sriram
Dec 20 '18 at 14:26
1
@sriram: This looks like an attempted edit to the question rather than an answer. If it is an answer, please add some text explaining what you've changed.
– Circumscribe
Dec 20 '18 at 14:57
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%2f466686%2fkind-help-with-making-thing-tikz-graph-better%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Could you please explain what you want to achieve? "better" can mean many things. I guess you do not want the nodes to overlap, at least I would call that "better".
documentclass{beamer}
mode<presentation>
{
usetheme[secheader]{Madrid}
% useoutertheme{Smoothbars}
usefonttheme[onlylarge]{structurebold}
setbeamerfont*{frametitle}{size=normalsize,series=bfseries}
usefonttheme{professionalfonts}
}
subject{...}
AtBeginSubsection
{
begin{frame}<beamer>
frametitle{Plan wyk?du}
tableofcontents[currentsection,currentsubsection]
end{frame}
}
newtheorem{thm}{Theorem}[section]
setbeamertemplate{theorem begin}
{%
parvskipmedskipamount%
begin{beamercolorbox}[colsep*=.75ex]{block title}
usebeamerfont*{block title}%
inserttheoremname
ifxinserttheoremadditionemptyelse (inserttheoremaddition)fi%
end{beamercolorbox}%
{parskip0ptpar}%
ifbeamercolorempty[bg]{block title}
{}
{ifbeamercolorempty[bg]{block body}{}{nointerlineskipvskip-0.5pt}}%
usebeamerfont{block body}%
vskip-.25exvbox{}%
}
setbeamertemplate{theorem end}{}
usepackage{lipsum}
usepackage{mathrsfs,amsmath}
usepackage{mathrsfs}
usepackage{hyperref}
usepackage[english]{babel}
usepackage{times}
usepackage[T1]{fontenc}
usepackage{amsmath}
usepackage{amssymb}
usepackage[T1]{fontenc}
usepackage{amsthm}
usepackage{graphicx}
usepackage{pdflscape}
theoremstyle{definition}
newtheorem{defn}{Definition}[section]
theoremstyle{remark}
theoremstyle{plain}
newtheorem{lem}[thm]{Lemma}
newtheorem{cor}[thm]{Corollary}
newtheorem{rmk}[thm]{Remark}
newtheorem{prop}[thm]{Proposition}
newtheorem{conj}[thm]{Conjecture}
renewcommand{thethm}{thesection.arabic{thm}}
renewcommand{thelem}{thesection.arabic{lem}}
renewcommand{thecor}{thesection.arabic{cor}}
renewcommand{thermk}{thesection.arabic{rmk}}
renewcommand{theprop}{thesection.arabic{prop}}
renewcommand{theconj}{thesection.arabic{conj}}
renewcommand{theequation}{thesection.arabic{equation}}
renewcommand{thefootnote}{fnsymbol{footnote}}
usepackage{verbatim}
usepackage{
%graphicx,
caption,subcaption}
newcommand{noi}{noindent}
allowdisplaybreaks
usepackage{tikz}
%usepackage{xcolor}
usetikzlibrary{intersections,arrows.meta,automata,er,calc,backgrounds,mindmap,folding,patterns,decorations.markings,fit,
%snakes,
shapes,matrix,positioning,shapes.geometric,through,arrows,decorations}
newcommand{vertex}{node[vertex]}
newcounter{Angle}
definecolor{myblue}{rgb}{24,40,120}
begin{document}
begin{frame}
begin{tikzpicture}[scale=0.35]
tikzset{every node/.append style={draw,shape=circle,inner sep=1pt}};
node (v0) at (0:9) {$V_0$};
node (v1) at (18:9) {$V_1$};
node (v2) at (2*18:9) {$V_2$};
node (v3) at (3*18:9) {$V_3$};
node (v4) at (4*18:9) {$V_4$};
node (v5) at (5*18:9) {$V_5$};
node (v6) at (6*18:9) {$V_6$};
node (v7) at (7*18:9) {$V_7$};
node (v8)at (8*18:9) {$V_8$};
node (v9) at (9*18:9) {$V_9$};
node (v10) at (10*18:9) {$V_{10}$};
node (v11) at (11*18:9) {$V_{11}$};
node (v12) at (12*18:9) {$V_{12}$};
node (v13) at (13*18:9) {$V_{13}$};
node (v14) at (14*18:9) {$V_{14}$};
node (v15) at (15*18:9) {$V_{15}$};
node (v16) at (16*18:9) {$V_{16}$};
node (v17) at (17*18:9) {$V_{17}$};
node (v18) at (18*18:9) {$V_{18}$};
node (v19) at (19*18:9) {$V_{19}$};
node (v20) at (0,0) {$V_{20}$};
draw (v0) -- (v1)
(v1) -- (v2)
(v2) -- (v3)
(v3) --(v4)
(v4) --(v5)
(v5) --(v6)
(v6) --(v7)
(v7) -- (v8)
(v8) -- (v9)
(v9) -- (v10)
(v10) --(v11)
(v11) --(v12)
(v12) --(v13)
(v13) --(v14)
(v14) --(v15)
(v15) --(v16)
(v16) --(v17)
(v17) --(v18)
(v17) --(v18)
(v18) --(v19)
(v19) --(v0)
(v20) --(v10)
(v20) --(v11)
(v20) --(v12)
(v20) --(v13)
(v20) --(v14)
(v20) --(v15)
(v20) --(v16)
(v20) --(v17)
(v20) --(v18)
(v20) --(v19);
end{tikzpicture}
end{frame}
end{document}
Thank you May be if help for the cycle to edge to be seen too and circle size little smaller
– sriram
Dec 20 '18 at 13:47
answered my question kind help to make it more better
– sriram
Dec 20 '18 at 14:22
@sriram I made the circles smaller (usinginner sep=1pt
).
– marmot
Dec 20 '18 at 14:23
Kindly see below it is along with the document class all only thing i dont know how to indent it here
– sriram
Dec 20 '18 at 14:25
add a comment |
Could you please explain what you want to achieve? "better" can mean many things. I guess you do not want the nodes to overlap, at least I would call that "better".
documentclass{beamer}
mode<presentation>
{
usetheme[secheader]{Madrid}
% useoutertheme{Smoothbars}
usefonttheme[onlylarge]{structurebold}
setbeamerfont*{frametitle}{size=normalsize,series=bfseries}
usefonttheme{professionalfonts}
}
subject{...}
AtBeginSubsection
{
begin{frame}<beamer>
frametitle{Plan wyk?du}
tableofcontents[currentsection,currentsubsection]
end{frame}
}
newtheorem{thm}{Theorem}[section]
setbeamertemplate{theorem begin}
{%
parvskipmedskipamount%
begin{beamercolorbox}[colsep*=.75ex]{block title}
usebeamerfont*{block title}%
inserttheoremname
ifxinserttheoremadditionemptyelse (inserttheoremaddition)fi%
end{beamercolorbox}%
{parskip0ptpar}%
ifbeamercolorempty[bg]{block title}
{}
{ifbeamercolorempty[bg]{block body}{}{nointerlineskipvskip-0.5pt}}%
usebeamerfont{block body}%
vskip-.25exvbox{}%
}
setbeamertemplate{theorem end}{}
usepackage{lipsum}
usepackage{mathrsfs,amsmath}
usepackage{mathrsfs}
usepackage{hyperref}
usepackage[english]{babel}
usepackage{times}
usepackage[T1]{fontenc}
usepackage{amsmath}
usepackage{amssymb}
usepackage[T1]{fontenc}
usepackage{amsthm}
usepackage{graphicx}
usepackage{pdflscape}
theoremstyle{definition}
newtheorem{defn}{Definition}[section]
theoremstyle{remark}
theoremstyle{plain}
newtheorem{lem}[thm]{Lemma}
newtheorem{cor}[thm]{Corollary}
newtheorem{rmk}[thm]{Remark}
newtheorem{prop}[thm]{Proposition}
newtheorem{conj}[thm]{Conjecture}
renewcommand{thethm}{thesection.arabic{thm}}
renewcommand{thelem}{thesection.arabic{lem}}
renewcommand{thecor}{thesection.arabic{cor}}
renewcommand{thermk}{thesection.arabic{rmk}}
renewcommand{theprop}{thesection.arabic{prop}}
renewcommand{theconj}{thesection.arabic{conj}}
renewcommand{theequation}{thesection.arabic{equation}}
renewcommand{thefootnote}{fnsymbol{footnote}}
usepackage{verbatim}
usepackage{
%graphicx,
caption,subcaption}
newcommand{noi}{noindent}
allowdisplaybreaks
usepackage{tikz}
%usepackage{xcolor}
usetikzlibrary{intersections,arrows.meta,automata,er,calc,backgrounds,mindmap,folding,patterns,decorations.markings,fit,
%snakes,
shapes,matrix,positioning,shapes.geometric,through,arrows,decorations}
newcommand{vertex}{node[vertex]}
newcounter{Angle}
definecolor{myblue}{rgb}{24,40,120}
begin{document}
begin{frame}
begin{tikzpicture}[scale=0.35]
tikzset{every node/.append style={draw,shape=circle,inner sep=1pt}};
node (v0) at (0:9) {$V_0$};
node (v1) at (18:9) {$V_1$};
node (v2) at (2*18:9) {$V_2$};
node (v3) at (3*18:9) {$V_3$};
node (v4) at (4*18:9) {$V_4$};
node (v5) at (5*18:9) {$V_5$};
node (v6) at (6*18:9) {$V_6$};
node (v7) at (7*18:9) {$V_7$};
node (v8)at (8*18:9) {$V_8$};
node (v9) at (9*18:9) {$V_9$};
node (v10) at (10*18:9) {$V_{10}$};
node (v11) at (11*18:9) {$V_{11}$};
node (v12) at (12*18:9) {$V_{12}$};
node (v13) at (13*18:9) {$V_{13}$};
node (v14) at (14*18:9) {$V_{14}$};
node (v15) at (15*18:9) {$V_{15}$};
node (v16) at (16*18:9) {$V_{16}$};
node (v17) at (17*18:9) {$V_{17}$};
node (v18) at (18*18:9) {$V_{18}$};
node (v19) at (19*18:9) {$V_{19}$};
node (v20) at (0,0) {$V_{20}$};
draw (v0) -- (v1)
(v1) -- (v2)
(v2) -- (v3)
(v3) --(v4)
(v4) --(v5)
(v5) --(v6)
(v6) --(v7)
(v7) -- (v8)
(v8) -- (v9)
(v9) -- (v10)
(v10) --(v11)
(v11) --(v12)
(v12) --(v13)
(v13) --(v14)
(v14) --(v15)
(v15) --(v16)
(v16) --(v17)
(v17) --(v18)
(v17) --(v18)
(v18) --(v19)
(v19) --(v0)
(v20) --(v10)
(v20) --(v11)
(v20) --(v12)
(v20) --(v13)
(v20) --(v14)
(v20) --(v15)
(v20) --(v16)
(v20) --(v17)
(v20) --(v18)
(v20) --(v19);
end{tikzpicture}
end{frame}
end{document}
Thank you May be if help for the cycle to edge to be seen too and circle size little smaller
– sriram
Dec 20 '18 at 13:47
answered my question kind help to make it more better
– sriram
Dec 20 '18 at 14:22
@sriram I made the circles smaller (usinginner sep=1pt
).
– marmot
Dec 20 '18 at 14:23
Kindly see below it is along with the document class all only thing i dont know how to indent it here
– sriram
Dec 20 '18 at 14:25
add a comment |
Could you please explain what you want to achieve? "better" can mean many things. I guess you do not want the nodes to overlap, at least I would call that "better".
documentclass{beamer}
mode<presentation>
{
usetheme[secheader]{Madrid}
% useoutertheme{Smoothbars}
usefonttheme[onlylarge]{structurebold}
setbeamerfont*{frametitle}{size=normalsize,series=bfseries}
usefonttheme{professionalfonts}
}
subject{...}
AtBeginSubsection
{
begin{frame}<beamer>
frametitle{Plan wyk?du}
tableofcontents[currentsection,currentsubsection]
end{frame}
}
newtheorem{thm}{Theorem}[section]
setbeamertemplate{theorem begin}
{%
parvskipmedskipamount%
begin{beamercolorbox}[colsep*=.75ex]{block title}
usebeamerfont*{block title}%
inserttheoremname
ifxinserttheoremadditionemptyelse (inserttheoremaddition)fi%
end{beamercolorbox}%
{parskip0ptpar}%
ifbeamercolorempty[bg]{block title}
{}
{ifbeamercolorempty[bg]{block body}{}{nointerlineskipvskip-0.5pt}}%
usebeamerfont{block body}%
vskip-.25exvbox{}%
}
setbeamertemplate{theorem end}{}
usepackage{lipsum}
usepackage{mathrsfs,amsmath}
usepackage{mathrsfs}
usepackage{hyperref}
usepackage[english]{babel}
usepackage{times}
usepackage[T1]{fontenc}
usepackage{amsmath}
usepackage{amssymb}
usepackage[T1]{fontenc}
usepackage{amsthm}
usepackage{graphicx}
usepackage{pdflscape}
theoremstyle{definition}
newtheorem{defn}{Definition}[section]
theoremstyle{remark}
theoremstyle{plain}
newtheorem{lem}[thm]{Lemma}
newtheorem{cor}[thm]{Corollary}
newtheorem{rmk}[thm]{Remark}
newtheorem{prop}[thm]{Proposition}
newtheorem{conj}[thm]{Conjecture}
renewcommand{thethm}{thesection.arabic{thm}}
renewcommand{thelem}{thesection.arabic{lem}}
renewcommand{thecor}{thesection.arabic{cor}}
renewcommand{thermk}{thesection.arabic{rmk}}
renewcommand{theprop}{thesection.arabic{prop}}
renewcommand{theconj}{thesection.arabic{conj}}
renewcommand{theequation}{thesection.arabic{equation}}
renewcommand{thefootnote}{fnsymbol{footnote}}
usepackage{verbatim}
usepackage{
%graphicx,
caption,subcaption}
newcommand{noi}{noindent}
allowdisplaybreaks
usepackage{tikz}
%usepackage{xcolor}
usetikzlibrary{intersections,arrows.meta,automata,er,calc,backgrounds,mindmap,folding,patterns,decorations.markings,fit,
%snakes,
shapes,matrix,positioning,shapes.geometric,through,arrows,decorations}
newcommand{vertex}{node[vertex]}
newcounter{Angle}
definecolor{myblue}{rgb}{24,40,120}
begin{document}
begin{frame}
begin{tikzpicture}[scale=0.35]
tikzset{every node/.append style={draw,shape=circle,inner sep=1pt}};
node (v0) at (0:9) {$V_0$};
node (v1) at (18:9) {$V_1$};
node (v2) at (2*18:9) {$V_2$};
node (v3) at (3*18:9) {$V_3$};
node (v4) at (4*18:9) {$V_4$};
node (v5) at (5*18:9) {$V_5$};
node (v6) at (6*18:9) {$V_6$};
node (v7) at (7*18:9) {$V_7$};
node (v8)at (8*18:9) {$V_8$};
node (v9) at (9*18:9) {$V_9$};
node (v10) at (10*18:9) {$V_{10}$};
node (v11) at (11*18:9) {$V_{11}$};
node (v12) at (12*18:9) {$V_{12}$};
node (v13) at (13*18:9) {$V_{13}$};
node (v14) at (14*18:9) {$V_{14}$};
node (v15) at (15*18:9) {$V_{15}$};
node (v16) at (16*18:9) {$V_{16}$};
node (v17) at (17*18:9) {$V_{17}$};
node (v18) at (18*18:9) {$V_{18}$};
node (v19) at (19*18:9) {$V_{19}$};
node (v20) at (0,0) {$V_{20}$};
draw (v0) -- (v1)
(v1) -- (v2)
(v2) -- (v3)
(v3) --(v4)
(v4) --(v5)
(v5) --(v6)
(v6) --(v7)
(v7) -- (v8)
(v8) -- (v9)
(v9) -- (v10)
(v10) --(v11)
(v11) --(v12)
(v12) --(v13)
(v13) --(v14)
(v14) --(v15)
(v15) --(v16)
(v16) --(v17)
(v17) --(v18)
(v17) --(v18)
(v18) --(v19)
(v19) --(v0)
(v20) --(v10)
(v20) --(v11)
(v20) --(v12)
(v20) --(v13)
(v20) --(v14)
(v20) --(v15)
(v20) --(v16)
(v20) --(v17)
(v20) --(v18)
(v20) --(v19);
end{tikzpicture}
end{frame}
end{document}
Could you please explain what you want to achieve? "better" can mean many things. I guess you do not want the nodes to overlap, at least I would call that "better".
documentclass{beamer}
mode<presentation>
{
usetheme[secheader]{Madrid}
% useoutertheme{Smoothbars}
usefonttheme[onlylarge]{structurebold}
setbeamerfont*{frametitle}{size=normalsize,series=bfseries}
usefonttheme{professionalfonts}
}
subject{...}
AtBeginSubsection
{
begin{frame}<beamer>
frametitle{Plan wyk?du}
tableofcontents[currentsection,currentsubsection]
end{frame}
}
newtheorem{thm}{Theorem}[section]
setbeamertemplate{theorem begin}
{%
parvskipmedskipamount%
begin{beamercolorbox}[colsep*=.75ex]{block title}
usebeamerfont*{block title}%
inserttheoremname
ifxinserttheoremadditionemptyelse (inserttheoremaddition)fi%
end{beamercolorbox}%
{parskip0ptpar}%
ifbeamercolorempty[bg]{block title}
{}
{ifbeamercolorempty[bg]{block body}{}{nointerlineskipvskip-0.5pt}}%
usebeamerfont{block body}%
vskip-.25exvbox{}%
}
setbeamertemplate{theorem end}{}
usepackage{lipsum}
usepackage{mathrsfs,amsmath}
usepackage{mathrsfs}
usepackage{hyperref}
usepackage[english]{babel}
usepackage{times}
usepackage[T1]{fontenc}
usepackage{amsmath}
usepackage{amssymb}
usepackage[T1]{fontenc}
usepackage{amsthm}
usepackage{graphicx}
usepackage{pdflscape}
theoremstyle{definition}
newtheorem{defn}{Definition}[section]
theoremstyle{remark}
theoremstyle{plain}
newtheorem{lem}[thm]{Lemma}
newtheorem{cor}[thm]{Corollary}
newtheorem{rmk}[thm]{Remark}
newtheorem{prop}[thm]{Proposition}
newtheorem{conj}[thm]{Conjecture}
renewcommand{thethm}{thesection.arabic{thm}}
renewcommand{thelem}{thesection.arabic{lem}}
renewcommand{thecor}{thesection.arabic{cor}}
renewcommand{thermk}{thesection.arabic{rmk}}
renewcommand{theprop}{thesection.arabic{prop}}
renewcommand{theconj}{thesection.arabic{conj}}
renewcommand{theequation}{thesection.arabic{equation}}
renewcommand{thefootnote}{fnsymbol{footnote}}
usepackage{verbatim}
usepackage{
%graphicx,
caption,subcaption}
newcommand{noi}{noindent}
allowdisplaybreaks
usepackage{tikz}
%usepackage{xcolor}
usetikzlibrary{intersections,arrows.meta,automata,er,calc,backgrounds,mindmap,folding,patterns,decorations.markings,fit,
%snakes,
shapes,matrix,positioning,shapes.geometric,through,arrows,decorations}
newcommand{vertex}{node[vertex]}
newcounter{Angle}
definecolor{myblue}{rgb}{24,40,120}
begin{document}
begin{frame}
begin{tikzpicture}[scale=0.35]
tikzset{every node/.append style={draw,shape=circle,inner sep=1pt}};
node (v0) at (0:9) {$V_0$};
node (v1) at (18:9) {$V_1$};
node (v2) at (2*18:9) {$V_2$};
node (v3) at (3*18:9) {$V_3$};
node (v4) at (4*18:9) {$V_4$};
node (v5) at (5*18:9) {$V_5$};
node (v6) at (6*18:9) {$V_6$};
node (v7) at (7*18:9) {$V_7$};
node (v8)at (8*18:9) {$V_8$};
node (v9) at (9*18:9) {$V_9$};
node (v10) at (10*18:9) {$V_{10}$};
node (v11) at (11*18:9) {$V_{11}$};
node (v12) at (12*18:9) {$V_{12}$};
node (v13) at (13*18:9) {$V_{13}$};
node (v14) at (14*18:9) {$V_{14}$};
node (v15) at (15*18:9) {$V_{15}$};
node (v16) at (16*18:9) {$V_{16}$};
node (v17) at (17*18:9) {$V_{17}$};
node (v18) at (18*18:9) {$V_{18}$};
node (v19) at (19*18:9) {$V_{19}$};
node (v20) at (0,0) {$V_{20}$};
draw (v0) -- (v1)
(v1) -- (v2)
(v2) -- (v3)
(v3) --(v4)
(v4) --(v5)
(v5) --(v6)
(v6) --(v7)
(v7) -- (v8)
(v8) -- (v9)
(v9) -- (v10)
(v10) --(v11)
(v11) --(v12)
(v12) --(v13)
(v13) --(v14)
(v14) --(v15)
(v15) --(v16)
(v16) --(v17)
(v17) --(v18)
(v17) --(v18)
(v18) --(v19)
(v19) --(v0)
(v20) --(v10)
(v20) --(v11)
(v20) --(v12)
(v20) --(v13)
(v20) --(v14)
(v20) --(v15)
(v20) --(v16)
(v20) --(v17)
(v20) --(v18)
(v20) --(v19);
end{tikzpicture}
end{frame}
end{document}
edited Dec 20 '18 at 14:23
answered Dec 20 '18 at 13:20
marmot
88.3k4102190
88.3k4102190
Thank you May be if help for the cycle to edge to be seen too and circle size little smaller
– sriram
Dec 20 '18 at 13:47
answered my question kind help to make it more better
– sriram
Dec 20 '18 at 14:22
@sriram I made the circles smaller (usinginner sep=1pt
).
– marmot
Dec 20 '18 at 14:23
Kindly see below it is along with the document class all only thing i dont know how to indent it here
– sriram
Dec 20 '18 at 14:25
add a comment |
Thank you May be if help for the cycle to edge to be seen too and circle size little smaller
– sriram
Dec 20 '18 at 13:47
answered my question kind help to make it more better
– sriram
Dec 20 '18 at 14:22
@sriram I made the circles smaller (usinginner sep=1pt
).
– marmot
Dec 20 '18 at 14:23
Kindly see below it is along with the document class all only thing i dont know how to indent it here
– sriram
Dec 20 '18 at 14:25
Thank you May be if help for the cycle to edge to be seen too and circle size little smaller
– sriram
Dec 20 '18 at 13:47
Thank you May be if help for the cycle to edge to be seen too and circle size little smaller
– sriram
Dec 20 '18 at 13:47
answered my question kind help to make it more better
– sriram
Dec 20 '18 at 14:22
answered my question kind help to make it more better
– sriram
Dec 20 '18 at 14:22
@sriram I made the circles smaller (using
inner sep=1pt
).– marmot
Dec 20 '18 at 14:23
@sriram I made the circles smaller (using
inner sep=1pt
).– marmot
Dec 20 '18 at 14:23
Kindly see below it is along with the document class all only thing i dont know how to indent it here
– sriram
Dec 20 '18 at 14:25
Kindly see below it is along with the document class all only thing i dont know how to indent it here
– sriram
Dec 20 '18 at 14:25
add a comment |
it is not entirely clear what you what you your image should be. something as show @marmot in his answer (+1)? if this is case, and after editing your document example, it seems that thew following solution should work for you:
documentclass{beamer}
usepackage{tikz}
begin{frame}[fragile]
tikzset{circ/.style = {shape=circle, draw, fill=#1,
minimum size=2em, inner sep=1pt,
transform shape}
}
begin{tikzpicture}
draw (0,0) circle[radius=3];
foreach i [count=j from 0] in {
brown, red, magenta, blue, brown,
green, magenta, brown, teal, magenta,
pink, blue, olive, green, pink,
red, blue, green, red, olive}
draw (0,0) -- (j*18:3) node[circ=i] {$V_{j}$};
node[circ=teal] {$V_{20}$};
end{tikzpicture}
or
begin{tikzpicture}[scale=0.5]
draw (0,0) circle[radius=3];
foreach i [count=j from 0] in {
brown, red, magenta, blue, brown,
green, magenta, brown, teal, magenta,
pink, blue, olive, green, pink,
red, blue, green, red, olive}
draw (0,0) -- (j*18:3) node[circ=i] {$V_{j}$};
node[circ=teal] {$V_{20}$};
end{tikzpicture}
end{frame}
end{document}
as you can see, all nodes except with SV_{20}$
are draw in the loop together with connection lines and options for fill color. the result is (left is original size, right is with scale=0.5
:
Please check all vertices are not connected to V_20
– sriram
Dec 20 '18 at 13:50
I also want the code or like my code so that i can color the nodes harmoniously with fill when for which vertex will decide only edges to be seen and circle size little small
– sriram
Dec 20 '18 at 13:53
@sriram, sorry, i don't understand you. nodes in my mwe are perfectly centered around V_20. if you like to have different their positions, than please provide a sketch what you like to obtain. your document example is far from mwe and your question is not entirely clear.
– Zarko
Dec 20 '18 at 13:54
1
@sriram, please edit your question and clarify what is your problem. if you like to stick with your code, than you not need our help. sorry.
– Zarko
Dec 20 '18 at 13:56
Your figure is correct only problem is i want the code like mine without loops means for loop statements there and $V_20$ in center is not having edges with all vertices around see in the question
– sriram
Dec 20 '18 at 13:56
|
show 1 more comment
it is not entirely clear what you what you your image should be. something as show @marmot in his answer (+1)? if this is case, and after editing your document example, it seems that thew following solution should work for you:
documentclass{beamer}
usepackage{tikz}
begin{frame}[fragile]
tikzset{circ/.style = {shape=circle, draw, fill=#1,
minimum size=2em, inner sep=1pt,
transform shape}
}
begin{tikzpicture}
draw (0,0) circle[radius=3];
foreach i [count=j from 0] in {
brown, red, magenta, blue, brown,
green, magenta, brown, teal, magenta,
pink, blue, olive, green, pink,
red, blue, green, red, olive}
draw (0,0) -- (j*18:3) node[circ=i] {$V_{j}$};
node[circ=teal] {$V_{20}$};
end{tikzpicture}
or
begin{tikzpicture}[scale=0.5]
draw (0,0) circle[radius=3];
foreach i [count=j from 0] in {
brown, red, magenta, blue, brown,
green, magenta, brown, teal, magenta,
pink, blue, olive, green, pink,
red, blue, green, red, olive}
draw (0,0) -- (j*18:3) node[circ=i] {$V_{j}$};
node[circ=teal] {$V_{20}$};
end{tikzpicture}
end{frame}
end{document}
as you can see, all nodes except with SV_{20}$
are draw in the loop together with connection lines and options for fill color. the result is (left is original size, right is with scale=0.5
:
Please check all vertices are not connected to V_20
– sriram
Dec 20 '18 at 13:50
I also want the code or like my code so that i can color the nodes harmoniously with fill when for which vertex will decide only edges to be seen and circle size little small
– sriram
Dec 20 '18 at 13:53
@sriram, sorry, i don't understand you. nodes in my mwe are perfectly centered around V_20. if you like to have different their positions, than please provide a sketch what you like to obtain. your document example is far from mwe and your question is not entirely clear.
– Zarko
Dec 20 '18 at 13:54
1
@sriram, please edit your question and clarify what is your problem. if you like to stick with your code, than you not need our help. sorry.
– Zarko
Dec 20 '18 at 13:56
Your figure is correct only problem is i want the code like mine without loops means for loop statements there and $V_20$ in center is not having edges with all vertices around see in the question
– sriram
Dec 20 '18 at 13:56
|
show 1 more comment
it is not entirely clear what you what you your image should be. something as show @marmot in his answer (+1)? if this is case, and after editing your document example, it seems that thew following solution should work for you:
documentclass{beamer}
usepackage{tikz}
begin{frame}[fragile]
tikzset{circ/.style = {shape=circle, draw, fill=#1,
minimum size=2em, inner sep=1pt,
transform shape}
}
begin{tikzpicture}
draw (0,0) circle[radius=3];
foreach i [count=j from 0] in {
brown, red, magenta, blue, brown,
green, magenta, brown, teal, magenta,
pink, blue, olive, green, pink,
red, blue, green, red, olive}
draw (0,0) -- (j*18:3) node[circ=i] {$V_{j}$};
node[circ=teal] {$V_{20}$};
end{tikzpicture}
or
begin{tikzpicture}[scale=0.5]
draw (0,0) circle[radius=3];
foreach i [count=j from 0] in {
brown, red, magenta, blue, brown,
green, magenta, brown, teal, magenta,
pink, blue, olive, green, pink,
red, blue, green, red, olive}
draw (0,0) -- (j*18:3) node[circ=i] {$V_{j}$};
node[circ=teal] {$V_{20}$};
end{tikzpicture}
end{frame}
end{document}
as you can see, all nodes except with SV_{20}$
are draw in the loop together with connection lines and options for fill color. the result is (left is original size, right is with scale=0.5
:
it is not entirely clear what you what you your image should be. something as show @marmot in his answer (+1)? if this is case, and after editing your document example, it seems that thew following solution should work for you:
documentclass{beamer}
usepackage{tikz}
begin{frame}[fragile]
tikzset{circ/.style = {shape=circle, draw, fill=#1,
minimum size=2em, inner sep=1pt,
transform shape}
}
begin{tikzpicture}
draw (0,0) circle[radius=3];
foreach i [count=j from 0] in {
brown, red, magenta, blue, brown,
green, magenta, brown, teal, magenta,
pink, blue, olive, green, pink,
red, blue, green, red, olive}
draw (0,0) -- (j*18:3) node[circ=i] {$V_{j}$};
node[circ=teal] {$V_{20}$};
end{tikzpicture}
or
begin{tikzpicture}[scale=0.5]
draw (0,0) circle[radius=3];
foreach i [count=j from 0] in {
brown, red, magenta, blue, brown,
green, magenta, brown, teal, magenta,
pink, blue, olive, green, pink,
red, blue, green, red, olive}
draw (0,0) -- (j*18:3) node[circ=i] {$V_{j}$};
node[circ=teal] {$V_{20}$};
end{tikzpicture}
end{frame}
end{document}
as you can see, all nodes except with SV_{20}$
are draw in the loop together with connection lines and options for fill color. the result is (left is original size, right is with scale=0.5
:
edited Dec 20 '18 at 15:38
answered Dec 20 '18 at 13:49
Zarko
121k865157
121k865157
Please check all vertices are not connected to V_20
– sriram
Dec 20 '18 at 13:50
I also want the code or like my code so that i can color the nodes harmoniously with fill when for which vertex will decide only edges to be seen and circle size little small
– sriram
Dec 20 '18 at 13:53
@sriram, sorry, i don't understand you. nodes in my mwe are perfectly centered around V_20. if you like to have different their positions, than please provide a sketch what you like to obtain. your document example is far from mwe and your question is not entirely clear.
– Zarko
Dec 20 '18 at 13:54
1
@sriram, please edit your question and clarify what is your problem. if you like to stick with your code, than you not need our help. sorry.
– Zarko
Dec 20 '18 at 13:56
Your figure is correct only problem is i want the code like mine without loops means for loop statements there and $V_20$ in center is not having edges with all vertices around see in the question
– sriram
Dec 20 '18 at 13:56
|
show 1 more comment
Please check all vertices are not connected to V_20
– sriram
Dec 20 '18 at 13:50
I also want the code or like my code so that i can color the nodes harmoniously with fill when for which vertex will decide only edges to be seen and circle size little small
– sriram
Dec 20 '18 at 13:53
@sriram, sorry, i don't understand you. nodes in my mwe are perfectly centered around V_20. if you like to have different their positions, than please provide a sketch what you like to obtain. your document example is far from mwe and your question is not entirely clear.
– Zarko
Dec 20 '18 at 13:54
1
@sriram, please edit your question and clarify what is your problem. if you like to stick with your code, than you not need our help. sorry.
– Zarko
Dec 20 '18 at 13:56
Your figure is correct only problem is i want the code like mine without loops means for loop statements there and $V_20$ in center is not having edges with all vertices around see in the question
– sriram
Dec 20 '18 at 13:56
Please check all vertices are not connected to V_20
– sriram
Dec 20 '18 at 13:50
Please check all vertices are not connected to V_20
– sriram
Dec 20 '18 at 13:50
I also want the code or like my code so that i can color the nodes harmoniously with fill when for which vertex will decide only edges to be seen and circle size little small
– sriram
Dec 20 '18 at 13:53
I also want the code or like my code so that i can color the nodes harmoniously with fill when for which vertex will decide only edges to be seen and circle size little small
– sriram
Dec 20 '18 at 13:53
@sriram, sorry, i don't understand you. nodes in my mwe are perfectly centered around V_20. if you like to have different their positions, than please provide a sketch what you like to obtain. your document example is far from mwe and your question is not entirely clear.
– Zarko
Dec 20 '18 at 13:54
@sriram, sorry, i don't understand you. nodes in my mwe are perfectly centered around V_20. if you like to have different their positions, than please provide a sketch what you like to obtain. your document example is far from mwe and your question is not entirely clear.
– Zarko
Dec 20 '18 at 13:54
1
1
@sriram, please edit your question and clarify what is your problem. if you like to stick with your code, than you not need our help. sorry.
– Zarko
Dec 20 '18 at 13:56
@sriram, please edit your question and clarify what is your problem. if you like to stick with your code, than you not need our help. sorry.
– Zarko
Dec 20 '18 at 13:56
Your figure is correct only problem is i want the code like mine without loops means for loop statements there and $V_20$ in center is not having edges with all vertices around see in the question
– sriram
Dec 20 '18 at 13:56
Your figure is correct only problem is i want the code like mine without loops means for loop statements there and $V_20$ in center is not having edges with all vertices around see in the question
– sriram
Dec 20 '18 at 13:56
|
show 1 more comment
documentclass{beamer}
mode<presentation>
{
usetheme[secheader]{Madrid}
useoutertheme{smoothbars}
usefonttheme[onlylarge]{structurebold}
setbeamerfont*{frametitle}{size=normalsize,series=bfseries}
usefonttheme{professionalfonts}
}
subject{...}
AtBeginSubsection
{
begin{frame}<beamer>
frametitle{Plan wyk?du}
tableofcontents[currentsection,currentsubsection]
end{frame}
}
newtheorem{thm}{Theorem}[section]
setbeamertemplate{theorem begin}
{%
parvskipmedskipamount%
begin{beamercolorbox}[colsep*=.75ex]{block title}
usebeamerfont*{block title}%
inserttheoremname
ifxinserttheoremadditionemptyelse (inserttheoremaddition)fi%
end{beamercolorbox}%
{parskip0ptpar}%
ifbeamercolorempty[bg]{block title}
{}
{ifbeamercolorempty[bg]{block body}{}{nointerlineskipvskip-0.5pt}}%
usebeamerfont{block body}%
vskip-.25exvbox{}%
}
setbeamertemplate{theorem end}{}
usepackage{lipsum}
usepackage{mathrsfs,amsmath}
usepackage{mathrsfs}
usepackage{hyperref}
usepackage[english]{babel}
usepackage{times}
usepackage[T1]{fontenc}
usepackage{amsmath}
usepackage{amssymb}
usepackage[T1]{fontenc}
usepackage{amsthm}
usepackage{graphicx}
usepackage{pdflscape}
theoremstyle{definition}
newtheorem{defn}{Definition}[section]
theoremstyle{remark}
theoremstyle{plain}
newtheorem{lem}[thm]{Lemma}
newtheorem{cor}[thm]{Corollary}
newtheorem{rmk}[thm]{Remark}
newtheorem{prop}[thm]{Proposition}
newtheorem{conj}[thm]{Conjecture}
renewcommand{thethm}{thesection.arabic{thm}}
renewcommand{thelem}{thesection.arabic{lem}}
renewcommand{thecor}{thesection.arabic{cor}}
renewcommand{thermk}{thesection.arabic{rmk}}
renewcommand{theprop}{thesection.arabic{prop}}
renewcommand{theconj}{thesection.arabic{conj}}
renewcommand{theequation}{thesection.arabic{equation}}
renewcommand{thefootnote}{fnsymbol{footnote}}
usepackage{verbatim}
usepackage{
%graphicx,
caption,subcaption}
newcommand{noi}{noindent}
allowdisplaybreaks
usepackage{tikz}
%usepackage{xcolor}
usetikzlibrary{intersections,arrows.meta,automata,er,calc,backgrounds,mindmap,folding,patterns,decorations.markings,fit,
%snakes,
shapes,matrix,positioning,shapes.geometric,through,arrows,decorations}
newcommand{vertex}{node[vertex]}
newcounter{Angle}
definecolor{myblue}{rgb}{24,40,120}
begin{document}
begin{frame}
begin{tikzpicture}[scale=0.35]
tikzstyle{every node}= [shape=circle, draw,
minimum size=2.4em, inner sep=2pt
]
node (v0) [fill=brown] at (0:9) {$V_0$};
node (v1) [fill=red] at (18:9) {$V_1$};
node (v2) [fill=magenta] at (2*18:9) {$V_2$};
node (v3) [fill=blue] at (3*18:9) {$V_3$};
node (v4) [fill=brown] at (4*18:9) {$V_4$};
node (v5) [fill=green] at (5*18:9) {$V_5$};
node (v6) [fill=magenta] at (6*18:9) {$V_6$};
node (v7) [fill=brown] at (7*18:9) {$V_7$};
node (v8) [fill=teal] at (8*18:9) {$V_8$};
node (v9) [fill=magenta] at (9*18:9) {$V_9$};
node (v10) [fill=pink] at (10*18:9) {$V_{10}$};
node (v11) [fill=blue] at (11*18:9) {$V_{11}$};
node (v12) [fill=olive] at (12*18:9) {$V_{12}$};
node (v13) [fill=green] at (13*18:9) {$V_{13}$};
node (v14) [fill=pink] at (14*18:9) {$V_{14}$};
node (v15) [fill=red] at (15*18:9) {$V_{15}$};
node (v16) [fill=blue] at (16*18:9) {$V_{16}$};
node (v17) [fill=green] at (17*18:9) {$V_{17}$};
node (v18) [fill=red] at (18*18:9) {$V_{18}$};
node (v19) [fill=olive] at (19*18:9) {$V_{19}$};
node (v20) [fill=teal] at (0,0) {$V_{20}$};
draw (v0) -- (v1)
(v1) -- (v2)
(v2) -- (v3)
(v3) --(v4)
(v4) --(v5)
(v5) --(v6)
(v6) --(v7)
(v7) -- (v8)
(v8) -- (v9)
(v9) -- (v10)
(v10) --(v11)
(v11) --(v12)
(v12) --(v13)
(v13) --(v14)
(v14) --(v15)
(v15) --(v16)
(v16) --(v17)
(v17) --(v18)
(v17) --(v18)
(v18) --(v19)
(v19) --(v0)
(v20) --(v10)
(v20) --(v11)
(v20) --(v12)
(v20) --(v13)
(v20) --(v14)
(v20) --(v15)
(v20) --(v16)
(v20) --(v17)
(v20) --(v18)
(v20) --(v19);
end{tikzpicture}
end{frame}
end{document}
Please see here
– sriram
Dec 20 '18 at 14:26
1
@sriram: This looks like an attempted edit to the question rather than an answer. If it is an answer, please add some text explaining what you've changed.
– Circumscribe
Dec 20 '18 at 14:57
add a comment |
documentclass{beamer}
mode<presentation>
{
usetheme[secheader]{Madrid}
useoutertheme{smoothbars}
usefonttheme[onlylarge]{structurebold}
setbeamerfont*{frametitle}{size=normalsize,series=bfseries}
usefonttheme{professionalfonts}
}
subject{...}
AtBeginSubsection
{
begin{frame}<beamer>
frametitle{Plan wyk?du}
tableofcontents[currentsection,currentsubsection]
end{frame}
}
newtheorem{thm}{Theorem}[section]
setbeamertemplate{theorem begin}
{%
parvskipmedskipamount%
begin{beamercolorbox}[colsep*=.75ex]{block title}
usebeamerfont*{block title}%
inserttheoremname
ifxinserttheoremadditionemptyelse (inserttheoremaddition)fi%
end{beamercolorbox}%
{parskip0ptpar}%
ifbeamercolorempty[bg]{block title}
{}
{ifbeamercolorempty[bg]{block body}{}{nointerlineskipvskip-0.5pt}}%
usebeamerfont{block body}%
vskip-.25exvbox{}%
}
setbeamertemplate{theorem end}{}
usepackage{lipsum}
usepackage{mathrsfs,amsmath}
usepackage{mathrsfs}
usepackage{hyperref}
usepackage[english]{babel}
usepackage{times}
usepackage[T1]{fontenc}
usepackage{amsmath}
usepackage{amssymb}
usepackage[T1]{fontenc}
usepackage{amsthm}
usepackage{graphicx}
usepackage{pdflscape}
theoremstyle{definition}
newtheorem{defn}{Definition}[section]
theoremstyle{remark}
theoremstyle{plain}
newtheorem{lem}[thm]{Lemma}
newtheorem{cor}[thm]{Corollary}
newtheorem{rmk}[thm]{Remark}
newtheorem{prop}[thm]{Proposition}
newtheorem{conj}[thm]{Conjecture}
renewcommand{thethm}{thesection.arabic{thm}}
renewcommand{thelem}{thesection.arabic{lem}}
renewcommand{thecor}{thesection.arabic{cor}}
renewcommand{thermk}{thesection.arabic{rmk}}
renewcommand{theprop}{thesection.arabic{prop}}
renewcommand{theconj}{thesection.arabic{conj}}
renewcommand{theequation}{thesection.arabic{equation}}
renewcommand{thefootnote}{fnsymbol{footnote}}
usepackage{verbatim}
usepackage{
%graphicx,
caption,subcaption}
newcommand{noi}{noindent}
allowdisplaybreaks
usepackage{tikz}
%usepackage{xcolor}
usetikzlibrary{intersections,arrows.meta,automata,er,calc,backgrounds,mindmap,folding,patterns,decorations.markings,fit,
%snakes,
shapes,matrix,positioning,shapes.geometric,through,arrows,decorations}
newcommand{vertex}{node[vertex]}
newcounter{Angle}
definecolor{myblue}{rgb}{24,40,120}
begin{document}
begin{frame}
begin{tikzpicture}[scale=0.35]
tikzstyle{every node}= [shape=circle, draw,
minimum size=2.4em, inner sep=2pt
]
node (v0) [fill=brown] at (0:9) {$V_0$};
node (v1) [fill=red] at (18:9) {$V_1$};
node (v2) [fill=magenta] at (2*18:9) {$V_2$};
node (v3) [fill=blue] at (3*18:9) {$V_3$};
node (v4) [fill=brown] at (4*18:9) {$V_4$};
node (v5) [fill=green] at (5*18:9) {$V_5$};
node (v6) [fill=magenta] at (6*18:9) {$V_6$};
node (v7) [fill=brown] at (7*18:9) {$V_7$};
node (v8) [fill=teal] at (8*18:9) {$V_8$};
node (v9) [fill=magenta] at (9*18:9) {$V_9$};
node (v10) [fill=pink] at (10*18:9) {$V_{10}$};
node (v11) [fill=blue] at (11*18:9) {$V_{11}$};
node (v12) [fill=olive] at (12*18:9) {$V_{12}$};
node (v13) [fill=green] at (13*18:9) {$V_{13}$};
node (v14) [fill=pink] at (14*18:9) {$V_{14}$};
node (v15) [fill=red] at (15*18:9) {$V_{15}$};
node (v16) [fill=blue] at (16*18:9) {$V_{16}$};
node (v17) [fill=green] at (17*18:9) {$V_{17}$};
node (v18) [fill=red] at (18*18:9) {$V_{18}$};
node (v19) [fill=olive] at (19*18:9) {$V_{19}$};
node (v20) [fill=teal] at (0,0) {$V_{20}$};
draw (v0) -- (v1)
(v1) -- (v2)
(v2) -- (v3)
(v3) --(v4)
(v4) --(v5)
(v5) --(v6)
(v6) --(v7)
(v7) -- (v8)
(v8) -- (v9)
(v9) -- (v10)
(v10) --(v11)
(v11) --(v12)
(v12) --(v13)
(v13) --(v14)
(v14) --(v15)
(v15) --(v16)
(v16) --(v17)
(v17) --(v18)
(v17) --(v18)
(v18) --(v19)
(v19) --(v0)
(v20) --(v10)
(v20) --(v11)
(v20) --(v12)
(v20) --(v13)
(v20) --(v14)
(v20) --(v15)
(v20) --(v16)
(v20) --(v17)
(v20) --(v18)
(v20) --(v19);
end{tikzpicture}
end{frame}
end{document}
Please see here
– sriram
Dec 20 '18 at 14:26
1
@sriram: This looks like an attempted edit to the question rather than an answer. If it is an answer, please add some text explaining what you've changed.
– Circumscribe
Dec 20 '18 at 14:57
add a comment |
documentclass{beamer}
mode<presentation>
{
usetheme[secheader]{Madrid}
useoutertheme{smoothbars}
usefonttheme[onlylarge]{structurebold}
setbeamerfont*{frametitle}{size=normalsize,series=bfseries}
usefonttheme{professionalfonts}
}
subject{...}
AtBeginSubsection
{
begin{frame}<beamer>
frametitle{Plan wyk?du}
tableofcontents[currentsection,currentsubsection]
end{frame}
}
newtheorem{thm}{Theorem}[section]
setbeamertemplate{theorem begin}
{%
parvskipmedskipamount%
begin{beamercolorbox}[colsep*=.75ex]{block title}
usebeamerfont*{block title}%
inserttheoremname
ifxinserttheoremadditionemptyelse (inserttheoremaddition)fi%
end{beamercolorbox}%
{parskip0ptpar}%
ifbeamercolorempty[bg]{block title}
{}
{ifbeamercolorempty[bg]{block body}{}{nointerlineskipvskip-0.5pt}}%
usebeamerfont{block body}%
vskip-.25exvbox{}%
}
setbeamertemplate{theorem end}{}
usepackage{lipsum}
usepackage{mathrsfs,amsmath}
usepackage{mathrsfs}
usepackage{hyperref}
usepackage[english]{babel}
usepackage{times}
usepackage[T1]{fontenc}
usepackage{amsmath}
usepackage{amssymb}
usepackage[T1]{fontenc}
usepackage{amsthm}
usepackage{graphicx}
usepackage{pdflscape}
theoremstyle{definition}
newtheorem{defn}{Definition}[section]
theoremstyle{remark}
theoremstyle{plain}
newtheorem{lem}[thm]{Lemma}
newtheorem{cor}[thm]{Corollary}
newtheorem{rmk}[thm]{Remark}
newtheorem{prop}[thm]{Proposition}
newtheorem{conj}[thm]{Conjecture}
renewcommand{thethm}{thesection.arabic{thm}}
renewcommand{thelem}{thesection.arabic{lem}}
renewcommand{thecor}{thesection.arabic{cor}}
renewcommand{thermk}{thesection.arabic{rmk}}
renewcommand{theprop}{thesection.arabic{prop}}
renewcommand{theconj}{thesection.arabic{conj}}
renewcommand{theequation}{thesection.arabic{equation}}
renewcommand{thefootnote}{fnsymbol{footnote}}
usepackage{verbatim}
usepackage{
%graphicx,
caption,subcaption}
newcommand{noi}{noindent}
allowdisplaybreaks
usepackage{tikz}
%usepackage{xcolor}
usetikzlibrary{intersections,arrows.meta,automata,er,calc,backgrounds,mindmap,folding,patterns,decorations.markings,fit,
%snakes,
shapes,matrix,positioning,shapes.geometric,through,arrows,decorations}
newcommand{vertex}{node[vertex]}
newcounter{Angle}
definecolor{myblue}{rgb}{24,40,120}
begin{document}
begin{frame}
begin{tikzpicture}[scale=0.35]
tikzstyle{every node}= [shape=circle, draw,
minimum size=2.4em, inner sep=2pt
]
node (v0) [fill=brown] at (0:9) {$V_0$};
node (v1) [fill=red] at (18:9) {$V_1$};
node (v2) [fill=magenta] at (2*18:9) {$V_2$};
node (v3) [fill=blue] at (3*18:9) {$V_3$};
node (v4) [fill=brown] at (4*18:9) {$V_4$};
node (v5) [fill=green] at (5*18:9) {$V_5$};
node (v6) [fill=magenta] at (6*18:9) {$V_6$};
node (v7) [fill=brown] at (7*18:9) {$V_7$};
node (v8) [fill=teal] at (8*18:9) {$V_8$};
node (v9) [fill=magenta] at (9*18:9) {$V_9$};
node (v10) [fill=pink] at (10*18:9) {$V_{10}$};
node (v11) [fill=blue] at (11*18:9) {$V_{11}$};
node (v12) [fill=olive] at (12*18:9) {$V_{12}$};
node (v13) [fill=green] at (13*18:9) {$V_{13}$};
node (v14) [fill=pink] at (14*18:9) {$V_{14}$};
node (v15) [fill=red] at (15*18:9) {$V_{15}$};
node (v16) [fill=blue] at (16*18:9) {$V_{16}$};
node (v17) [fill=green] at (17*18:9) {$V_{17}$};
node (v18) [fill=red] at (18*18:9) {$V_{18}$};
node (v19) [fill=olive] at (19*18:9) {$V_{19}$};
node (v20) [fill=teal] at (0,0) {$V_{20}$};
draw (v0) -- (v1)
(v1) -- (v2)
(v2) -- (v3)
(v3) --(v4)
(v4) --(v5)
(v5) --(v6)
(v6) --(v7)
(v7) -- (v8)
(v8) -- (v9)
(v9) -- (v10)
(v10) --(v11)
(v11) --(v12)
(v12) --(v13)
(v13) --(v14)
(v14) --(v15)
(v15) --(v16)
(v16) --(v17)
(v17) --(v18)
(v17) --(v18)
(v18) --(v19)
(v19) --(v0)
(v20) --(v10)
(v20) --(v11)
(v20) --(v12)
(v20) --(v13)
(v20) --(v14)
(v20) --(v15)
(v20) --(v16)
(v20) --(v17)
(v20) --(v18)
(v20) --(v19);
end{tikzpicture}
end{frame}
end{document}
documentclass{beamer}
mode<presentation>
{
usetheme[secheader]{Madrid}
useoutertheme{smoothbars}
usefonttheme[onlylarge]{structurebold}
setbeamerfont*{frametitle}{size=normalsize,series=bfseries}
usefonttheme{professionalfonts}
}
subject{...}
AtBeginSubsection
{
begin{frame}<beamer>
frametitle{Plan wyk?du}
tableofcontents[currentsection,currentsubsection]
end{frame}
}
newtheorem{thm}{Theorem}[section]
setbeamertemplate{theorem begin}
{%
parvskipmedskipamount%
begin{beamercolorbox}[colsep*=.75ex]{block title}
usebeamerfont*{block title}%
inserttheoremname
ifxinserttheoremadditionemptyelse (inserttheoremaddition)fi%
end{beamercolorbox}%
{parskip0ptpar}%
ifbeamercolorempty[bg]{block title}
{}
{ifbeamercolorempty[bg]{block body}{}{nointerlineskipvskip-0.5pt}}%
usebeamerfont{block body}%
vskip-.25exvbox{}%
}
setbeamertemplate{theorem end}{}
usepackage{lipsum}
usepackage{mathrsfs,amsmath}
usepackage{mathrsfs}
usepackage{hyperref}
usepackage[english]{babel}
usepackage{times}
usepackage[T1]{fontenc}
usepackage{amsmath}
usepackage{amssymb}
usepackage[T1]{fontenc}
usepackage{amsthm}
usepackage{graphicx}
usepackage{pdflscape}
theoremstyle{definition}
newtheorem{defn}{Definition}[section]
theoremstyle{remark}
theoremstyle{plain}
newtheorem{lem}[thm]{Lemma}
newtheorem{cor}[thm]{Corollary}
newtheorem{rmk}[thm]{Remark}
newtheorem{prop}[thm]{Proposition}
newtheorem{conj}[thm]{Conjecture}
renewcommand{thethm}{thesection.arabic{thm}}
renewcommand{thelem}{thesection.arabic{lem}}
renewcommand{thecor}{thesection.arabic{cor}}
renewcommand{thermk}{thesection.arabic{rmk}}
renewcommand{theprop}{thesection.arabic{prop}}
renewcommand{theconj}{thesection.arabic{conj}}
renewcommand{theequation}{thesection.arabic{equation}}
renewcommand{thefootnote}{fnsymbol{footnote}}
usepackage{verbatim}
usepackage{
%graphicx,
caption,subcaption}
newcommand{noi}{noindent}
allowdisplaybreaks
usepackage{tikz}
%usepackage{xcolor}
usetikzlibrary{intersections,arrows.meta,automata,er,calc,backgrounds,mindmap,folding,patterns,decorations.markings,fit,
%snakes,
shapes,matrix,positioning,shapes.geometric,through,arrows,decorations}
newcommand{vertex}{node[vertex]}
newcounter{Angle}
definecolor{myblue}{rgb}{24,40,120}
begin{document}
begin{frame}
begin{tikzpicture}[scale=0.35]
tikzstyle{every node}= [shape=circle, draw,
minimum size=2.4em, inner sep=2pt
]
node (v0) [fill=brown] at (0:9) {$V_0$};
node (v1) [fill=red] at (18:9) {$V_1$};
node (v2) [fill=magenta] at (2*18:9) {$V_2$};
node (v3) [fill=blue] at (3*18:9) {$V_3$};
node (v4) [fill=brown] at (4*18:9) {$V_4$};
node (v5) [fill=green] at (5*18:9) {$V_5$};
node (v6) [fill=magenta] at (6*18:9) {$V_6$};
node (v7) [fill=brown] at (7*18:9) {$V_7$};
node (v8) [fill=teal] at (8*18:9) {$V_8$};
node (v9) [fill=magenta] at (9*18:9) {$V_9$};
node (v10) [fill=pink] at (10*18:9) {$V_{10}$};
node (v11) [fill=blue] at (11*18:9) {$V_{11}$};
node (v12) [fill=olive] at (12*18:9) {$V_{12}$};
node (v13) [fill=green] at (13*18:9) {$V_{13}$};
node (v14) [fill=pink] at (14*18:9) {$V_{14}$};
node (v15) [fill=red] at (15*18:9) {$V_{15}$};
node (v16) [fill=blue] at (16*18:9) {$V_{16}$};
node (v17) [fill=green] at (17*18:9) {$V_{17}$};
node (v18) [fill=red] at (18*18:9) {$V_{18}$};
node (v19) [fill=olive] at (19*18:9) {$V_{19}$};
node (v20) [fill=teal] at (0,0) {$V_{20}$};
draw (v0) -- (v1)
(v1) -- (v2)
(v2) -- (v3)
(v3) --(v4)
(v4) --(v5)
(v5) --(v6)
(v6) --(v7)
(v7) -- (v8)
(v8) -- (v9)
(v9) -- (v10)
(v10) --(v11)
(v11) --(v12)
(v12) --(v13)
(v13) --(v14)
(v14) --(v15)
(v15) --(v16)
(v16) --(v17)
(v17) --(v18)
(v17) --(v18)
(v18) --(v19)
(v19) --(v0)
(v20) --(v10)
(v20) --(v11)
(v20) --(v12)
(v20) --(v13)
(v20) --(v14)
(v20) --(v15)
(v20) --(v16)
(v20) --(v17)
(v20) --(v18)
(v20) --(v19);
end{tikzpicture}
end{frame}
end{document}
edited Dec 20 '18 at 14:52
Circumscribe
4,7911533
4,7911533
answered Dec 20 '18 at 14:19
sriram
305
305
Please see here
– sriram
Dec 20 '18 at 14:26
1
@sriram: This looks like an attempted edit to the question rather than an answer. If it is an answer, please add some text explaining what you've changed.
– Circumscribe
Dec 20 '18 at 14:57
add a comment |
Please see here
– sriram
Dec 20 '18 at 14:26
1
@sriram: This looks like an attempted edit to the question rather than an answer. If it is an answer, please add some text explaining what you've changed.
– Circumscribe
Dec 20 '18 at 14:57
Please see here
– sriram
Dec 20 '18 at 14:26
Please see here
– sriram
Dec 20 '18 at 14:26
1
1
@sriram: This looks like an attempted edit to the question rather than an answer. If it is an answer, please add some text explaining what you've changed.
– Circumscribe
Dec 20 '18 at 14:57
@sriram: This looks like an attempted edit to the question rather than an answer. If it is an answer, please add some text explaining what you've changed.
– Circumscribe
Dec 20 '18 at 14:57
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.
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%2f466686%2fkind-help-with-making-thing-tikz-graph-better%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
welcome to tex.se! can be node with 7V20` in the midle of other nodes?
– Zarko
Dec 20 '18 at 13:20
3
Your question is not very clear, could you be more specific? We would also appreciate it if you could trim down your code to a minimal working example (MWE): a short document starting with
documentclass
and ending withend{document}
that contains the minimum number of packages and code/text necessary to reproduce the problem. (Right now it doesn't actually compile because most users here probably do not have theSmoothbars
theme.)– Circumscribe
Dec 20 '18 at 13:23
Thank you May be if help for the cycle to edge to be seen too and circle size little smaller
– sriram
Dec 20 '18 at 13:48
it should be
useoutertheme{smoothbars}
instead ofuseoutertheme{Smoothbars}
(most operating systems are case sensitive)– samcarter
Dec 20 '18 at 14:27
Please don't load the same package multiple times (e.g.
mathrsfs
) and you don't meedhyperref
andgraphicx
with beamer. Thetimes
package is outdated– samcarter
Dec 20 '18 at 14:28