Search found 124 matches

by bkarpuz
Fri Dec 21, 2012 7:50 am
Forum: Graphics, Figures & Tables
Topic: Tikz | Simple flow chart
Replies: 5
Views: 11258

Tikz | Simple flow chart

You could specify an yshift value, or use relative positioning such as below =4cm of nodename .

The following line does not compile.
\node [input] (input) {$h,n_{0},t_{0},y_{0}$};
\node [operation, below=2cm of input] (operationa) {$n=0$};
What is the problem with this line?

Thank you ...
by bkarpuz
Thu Dec 20, 2012 9:37 am
Forum: Graphics, Figures & Tables
Topic: Tikz | Simple flow chart
Replies: 5
Views: 11258

Tikz | Simple flow chart


The missing path can be done like
\path [line] (question) -- ++(-4,0) |- (operationb);
which means going 4 to the left and connecting to operationb horizontally and then vertically.

Thank you Stefan_K , I have modified it as follows for my purpose
\path [line] (question) -- node {No} ++(-4,0 ...
by bkarpuz
Wed Dec 19, 2012 10:39 pm
Forum: Graphics, Figures & Tables
Topic: Tikz | Simple flow chart
Replies: 5
Views: 11258

Tikz | Simple flow chart

Hello,

I tried myself but could not get any successful results

what did you try? Perhaps we can continue that instead that reader start from scratch.

I couldn't combine with No line Query and Operations box.

It should be no problem. Once we see your code I guess we are able to show how to ...
by bkarpuz
Wed Dec 19, 2012 9:52 pm
Forum: Graphics, Figures & Tables
Topic: Tikz | Simple flow chart
Replies: 5
Views: 11258

Tikz | Simple flow chart

Dear LC members,

I have a flow chart which consists of a parallelogram , a rectangle , a diamond and a trapezoid as attached. I tried myself but could not get any successful results and I couldn't combine with No line Query and Operations box. I would really appreciate your help on giving me a flow ...
by bkarpuz
Sun Mar 11, 2012 11:05 am
Forum: Text Formatting
Topic: amsthm | Theorem Counter Problem with Subsection
Replies: 3
Views: 5444

amsthm | Theorem Counter Problem with Subsection

Because you have to reset the counter: \setcounter{theorem}{0}.


\documentclass[12pt]{article}
\usepackage{amsthm}

\theoremstyle{definition}
\newtheorem{theorem}{Theorem}[subsection]

\begin{document}
\section{Section}
\subsection{Subsection}
\begin{theorem}
--
\end{theorem}
\section{Section ...
by bkarpuz
Tue Mar 06, 2012 4:30 pm
Forum: Text Formatting
Topic: amsthm | Theorem Counter Problem with Subsection
Replies: 3
Views: 5444

amsthm | Theorem Counter Problem with Subsection

Dear LC members,

See my problem below.
I guess the last theorem should have the label Theorem 2.0.1 but it is not. How can I fix it?
\documentclass[12pt]{article}
\usepackage{amsthm}

\theoremstyle{definition}
\newtheorem{theorem}{Theorem}[subsection]

\begin{document}
\section{Section ...
by bkarpuz
Fri Feb 17, 2012 8:31 pm
Forum: Document Classes
Topic: harvard | Distance between two Bibliography Items
Replies: 1
Views: 2282

harvard | Distance between two Bibliography Items

Hi LC members,

I am using harvard package, but I am not happy with the distance between the two bibliography items .
Is it possible to shorten the distance (shown in the figure)?

Thank you.
bkarpuz

This worked fine.

\begin{thebibliography}{99}

\harvarditem{Ladas, Sficas}{1986}{MR0860851 ...
by bkarpuz
Thu Feb 16, 2012 1:25 pm
Forum: Document Classes
Topic: harvard | Distance between two Bibliography Items
Replies: 1
Views: 2282

harvard | Distance between two Bibliography Items

Hi LC members,

I am using harvard package, but I am not happy with the distance between the two bibliography items.
Is it possible to shorten the distance (shown in the figure)?

Thank you.
bkarpuz
by bkarpuz
Tue Feb 14, 2012 7:01 pm
Forum: General
Topic: Add Section Heading to ToC without Page Number
Replies: 2
Views: 11653

Add Section Heading to ToC without Page Number

Dear LC members,

I want to add to TOC a section without a section number and a page number.

I have the following MWE.
...
I don't want the page number 7 appearing at the end of the last item of TOC . I would be very glad if you can help me in this regard.

Thank you very much.
bkarpuz
Here is ...
by bkarpuz
Tue Feb 14, 2012 2:49 pm
Forum: General
Topic: Add Section Heading to ToC without Page Number
Replies: 2
Views: 11653

Add Section Heading to ToC without Page Number

Dear LC members,

I want to add to TOC a section without a section number and a page number.

I have the following MWE.
\documentclass{article}

%Add dots for Sections in TOC
\makeatletter
\renewcommand\l@section[2]{%
\ifnum \c@tocdepth >\z@
\addpenalty\@secpenalty
\addvspace{1.0em \@plus\p ...