Search found 54 matches
- Sun Jan 16, 2011 8:10 pm
- Forum: Graphics, Figures & Tables
- Topic: Draw five circles in radial array about a point in tikz
- Replies: 4
- Views: 3072
Re: Draw five circles in radial array about a point in tikz
It's equivalent to providing the phone number when requesting someone to call back. Leaves the prospective caller from the hassle to look for the number. I find that always convenient. (I had to spend good 5 minutes or so which could be well avoided. Don't want to imagine the accumulated time by the ...
- Sun Jan 16, 2011 11:11 am
- Forum: Graphics, Figures & Tables
- Topic: Draw five circles in radial array about a point in tikz
- Replies: 4
- Views: 3072
Draw five circles in radial array about a point in tikz
Thanks Ghost.
I managed to work out with your hint.
\documentclass[10pt,a4paper]{article}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}
\draw[color=black](0,0) circle(5cm);% draw mother circle
\foreach \x in {72,144,...,360} \draw[color=black](\x:7) circle(1cm);%draw 5 child circles ...
I managed to work out with your hint.
\documentclass[10pt,a4paper]{article}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}
\draw[color=black](0,0) circle(5cm);% draw mother circle
\foreach \x in {72,144,...,360} \draw[color=black](\x:7) circle(1cm);%draw 5 child circles ...
- Thu Jan 13, 2011 7:32 am
- Forum: Graphics, Figures & Tables
- Topic: Draw five circles in radial array about a point in tikz
- Replies: 4
- Views: 3072
Draw five circles in radial array about a point in tikz
Can anybody pls provide the syntax/command to draw any number of circle about a point like radial array in autocad? Did not find any example in tikz manual. May be "radial array" has different term in tikz manual?
Many thanks!
Many thanks!
- Tue Dec 21, 2010 8:18 pm
- Forum: General
- Topic: Multiple citations
- Replies: 2
- Views: 3244
Re: Multiple citations
*Salute*
- Tue Dec 21, 2010 7:46 pm
- Forum: General
- Topic: Multiple citations
- Replies: 2
- Views: 3244
Multiple citations
I am using \begin{bibliography}...\bibitems..\end{bibliography} and calling my citations as \cite{ref1,ref2,ref3} which is giving [1,2,3]. No problem so far!
But I am looking for a way to make it as [1-3] but can't find a way. Pls advice.
Regards!
But I am looking for a way to make it as [1-3] but can't find a way. Pls advice.
Regards!
- Tue Jun 15, 2010 2:35 pm
- Forum: General
- Topic: Problem with jpg and eps file in compiling
- Replies: 3
- Views: 6585
Problem with jpg and eps file in compiling
My thesis has both jpg and eps figures. In texniccenter I can compile my thesis without any probolem if I use only jpg (latex > pdf) or eps (latex > ps > pdf) figures.
What should I do if I want to keep both jpg and eps figures and compile successfully?
Many thanks!
What should I do if I want to keep both jpg and eps figures and compile successfully?
Many thanks!
- Tue Apr 13, 2010 12:10 pm
- Forum: Graphics, Figures & Tables
- Topic: LaTeX => PS => PDF producing error
- Replies: 3
- Views: 2777
LaTeX => PS => PDF producing error
That's quite usual since latex only accepts EPS files.
I am sorry but if that is the case how come jpg files are sucessfully compiled?
...or the epstopdf package for conversion "on the fly"
Then I understand that the following packages would enable to compile without any error in LaTeX => PS ...
I am sorry but if that is the case how come jpg files are sucessfully compiled?
...or the epstopdf package for conversion "on the fly"
Then I understand that the following packages would enable to compile without any error in LaTeX => PS ...
- Tue Apr 13, 2010 11:10 am
- Forum: Graphics, Figures & Tables
- Topic: LaTeX => PS => PDF producing error
- Replies: 3
- Views: 2777
LaTeX => PS => PDF producing error
\usepackage{graphicx}
\usepackage{subfig}
\usepackage{graphics}
Looks like above packages got some issues with the compilation in my case. I have both jpg and eps figures. Without any eps figures, compilation on texniccenter is just perfect in LaTeX => PS => PDF mode.
\usepackage{graphicx ...
\usepackage{subfig}
\usepackage{graphics}
Looks like above packages got some issues with the compilation in my case. I have both jpg and eps figures. Without any eps figures, compilation on texniccenter is just perfect in LaTeX => PS => PDF mode.
\usepackage{graphicx ...
- Tue Mar 23, 2010 10:51 pm
- Forum: General
- Topic: Special character in bibiliography
- Replies: 2
- Views: 2324
Re: Special character in bibiliography
Many thanks Thorsten!
- Tue Mar 23, 2010 9:57 pm
- Forum: General
- Topic: Special character in bibiliography
- Replies: 2
- Views: 2324
Special character in bibiliography
I am using a book as my reference by F.E. Jorgensen. His last name has this "phi" and I am struggling to use the correct letter in the name spelling as shown in http://www.space.dtu.dk/English/Research/Research_divisions/Measurement_and_Instrumentation/Staff.aspx?lg=showcommon&id=5882&type=person ...