Search found 9 matches

by manuavazquez
Sat Oct 08, 2016 5:13 pm
Forum: Page Layout
Topic: Each title on a separate page of its own with titlesec
Replies: 4
Views: 8606

Re: Each title on a separate page of its own with titlesec

That did the trick!!

Thank you so much.
by manuavazquez
Sat Oct 08, 2016 4:05 pm
Forum: Page Layout
Topic: Each title on a separate page of its own with titlesec
Replies: 4
Views: 8606

Re: Each title on a separate page of its own with titlesec

Thank you! That solves the index title issue. However, I still get duplicated entries for "Section title", one with a label and another one without it, something like this

1. Chapter Title
1.A. Section Title . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Section Title ...
by manuavazquez
Sat Oct 08, 2016 3:12 pm
Forum: Page Layout
Topic: Each title on a separate page of its own with titlesec
Replies: 4
Views: 8606

Each title on a separate page of its own with titlesec

Hi,

I'm trying to get titlesec to put the title of each chapter, section and subsection in a different page. Right now, I'm close, but there are two problems:

- titles show up twice in the index
- the index also is affected by the settings and its title is in a different page

Any help would be ...
by manuavazquez
Wed Aug 28, 2013 5:55 pm
Forum: Graphics, Figures & Tables
Topic: Double arrow in tikZ
Replies: 10
Views: 39895

Re: Double arrow in tikZ

Hi yotama9,

did you find a solution? If so, could you please share it? I'm facing the same problem...

Greetings.
by manuavazquez
Wed Aug 28, 2013 5:39 pm
Forum: Graphics, Figures & Tables
Topic: Make a node out of several components
Replies: 4
Views: 3787

Re: Make a node out of several components

It works like a charm. Thank you very much.!!

PS: you got me there: "decisor" is a direct translation from Spanish :oops: I'm not sure about the appropriate English translation but I think it's "threshold detector"
by manuavazquez
Wed Aug 28, 2013 2:01 pm
Forum: Graphics, Figures & Tables
Topic: Make a node out of several components
Replies: 4
Views: 3787

Re: Make a node out of several components

Thank you very much for your fast reply Thorsten.

I took a look a circuitikz and I can't find such component (I don't think this decisor thing shows up very often in circuits, only in block diagrams for digital communications systems in which there is a modulator, demodulator and stuff like that ...
by manuavazquez
Wed Aug 28, 2013 1:26 pm
Forum: Graphics, Figures & Tables
Topic: Make a node out of several components
Replies: 4
Views: 3787

Make a node out of several components

Hi,

is there a way to make a component out of several components so that it can be referenced later?

I'm trying to picture a decisor (in the field of communications),

\begin{tikzpicture}
\draw [ultra thick] (10,4.5) -- (10.5,4.5) -- (10.5,5.5) -- (11,5.5);
\draw (9.8,4.3) rectangle (11.2,5.7 ...
by manuavazquez
Wed Nov 10, 2010 6:58 pm
Forum: General
Topic: Next year command?
Replies: 2
Views: 4984

Re: Next year command?

Thank you very much!! That did the trick.

Greetings!!
by manuavazquez
Wed Nov 10, 2010 2:55 pm
Forum: General
Topic: Next year command?
Replies: 2
Views: 4984

Next year command?

Hi,

with "\the\year" I can get the current year...but how can I get next year? I couldn't find any command and I don't know that much about counters and that kind of thing to do it.

Is there a simple way to do this? I just want to get

Course 2010/2011

or something like that.

Greetings!!