Search found 5 matches

by tolyaua
Sat Jul 03, 2010 10:25 am
Forum: Page Layout
Topic: Toc formatting
Replies: 3
Views: 2209

Toc formatting

Stefan_K wrote:Hi tolyaua,
the tocloft package supports customization of the table of contents.
Stefan
Thanks, Stefan, but I didn't found how to change usual numbers 1, 2 before the chapter name in the TOC to what I want (that is "Chapter III. Bla bla bla") just how to move them and change the style.
by tolyaua
Fri Jul 02, 2010 7:59 pm
Forum: Page Layout
Topic: Toc formatting
Replies: 3
Views: 2209

Toc formatting

Hi!
I want to orginize my document in such a way that:
1) the word "chapter" would be in the text AND in the TOC, BUT with a latin number in the TOC, such as <<Chapter I. Eletrodynamics>>.
2) in the TOC the section level would begin with a word "Lection" #.#, where the first # is the chapter number ...
by tolyaua
Wed Apr 21, 2010 12:47 pm
Forum: Graphics, Figures & Tables
Topic: Re: How to draw an implicit function with Gnuplot
Replies: 2
Views: 3601

Re: How to draw an implicit function with Gnuplot

Thanks php1ic, I've already found this page. It tells how to draw in gnuplot but not how to draw in tikz using gnuplot. :(
by tolyaua
Wed Apr 21, 2010 11:40 am
Forum: Graphics, Figures & Tables
Topic: Re: How to draw an implicit function with Gnuplot
Replies: 2
Views: 3601

Re: How to draw an implicit function with Gnuplot

Hi!
When a function has an explicit form such as f(x)=0 it is easy to draw it in TeX with a help of gnuplot:
%& -shell-escape
\documentclass[12pt]{report}
\usepackage[cp1251]{inputenc}
\usepackage{graphicx}
\usepackage{tikz}
\begin{document}

\begin{figure}[!ht]
\centering
\begin{tikzpicture ...
by tolyaua
Fri Jan 29, 2010 3:17 pm
Forum: Graphics, Figures & Tables
Topic: tikz circuit problem
Replies: 0
Views: 1851

tikz circuit problem

Hi!
To test curcuit library in the pgf package I draw a simple curcuit, containing resistor which is connected to inductor (p. 289, pgfmanual.pdf, current version).

\documentclass[12pt]{report}
\usepackage{tikz}
\usetikzlibrary{circuits.ee.IEC}
\begin{document}
\begin{tikzpicture}[circuit ee IEC ...