Search found 11 matches

by cyanidebaby
Wed Aug 16, 2017 4:58 pm
Forum: General
Topic: Forest horizontal node alignement
Replies: 2
Views: 5410

Forest horizontal node alignement

Thanks very much, Stefan.
That works.

I guess I'm just going to have to figure out which look I prefer!

Thanks again.
by cyanidebaby
Wed Aug 16, 2017 10:16 am
Forum: General
Topic: Forest horizontal node alignement
Replies: 2
Views: 5410

Forest horizontal node alignement

Hello,

There are three, sharp-cornered, rectangular boxes at the top of the "forest table" which code I've pasted under. Let's call them the "Branch boxes".

The blank spaces between these "branch boxes" is not even, horizontally.
How do I make these spaces even?

Thank you.

\documentclass{book ...
by cyanidebaby
Fri Mar 10, 2017 8:29 pm
Forum: General
Topic: Index and Abbreviations print ... not the Glossary.
Replies: 1
Views: 3170

Index and Abbreviations print ... not the Glossary.

Hello,

The Acronyms/Abbreviations print.
The Index prints.
The Glossary doesn't print.

I can't figure out what I'm missing.


% PREAMBLE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\documentclass[a4paper,oneside,centered]{book}
\special{papersize=210mm,297mm}
\usepackage[top=3cm, bottom=3.2cm ...
by cyanidebaby
Sun Mar 05, 2017 9:58 pm
Forum: Text Formatting
Topic: Indent not working?
Replies: 2
Views: 20307

Indent not working?

... er, yeah. Of course.
Thank you for your patience with all this.
by cyanidebaby
Sat Mar 04, 2017 1:04 am
Forum: Text Formatting
Topic: Indent not working?
Replies: 2
Views: 20307

Indent not working?

Hello,

I can't seem to tab or indent the beginning of my paragraphs.
Any help would be welcomed. Thank you.

% PREAMBLE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\documentclass[a4paper,oneside,centered,noparindent,noparskip]{bookest}

\usepackage[english]{babel}
\usepackage{blindtext ...
by cyanidebaby
Mon Feb 27, 2017 8:07 pm
Forum: Graphics, Figures & Tables
Topic: List of Tables counter and placement issue
Replies: 4
Views: 4551

List of Tables counter and placement issue

Hi Stefan,

It works. Thank you.

I originally wanted round numbers for the tables. I find "Table 1.3" or "Table 2.1" unpleasant to read and to the eye.
But you make a good point: maybe the extra work is not worth such a little issue. I didn't think about the overall implications of going for round ...
by cyanidebaby
Mon Feb 27, 2017 4:34 pm
Forum: Graphics, Figures & Tables
Topic: List of Tables counter and placement issue
Replies: 4
Views: 4551

List of Tables counter and placement issue

Hello all,

I have a few regular tables in my document, as well as a longtable.
For some reason, the List of Tables leaves a space before the longtable and labels it "1" when, logically, it should be "4".
I can't figure out where the issue is!

Sorry for all the code, but better you got everything ...
by cyanidebaby
Tue Feb 07, 2017 9:58 pm
Forum: Page Layout
Topic: Blank Pages before and after chapters
Replies: 7
Views: 45608

Blank Pages before and after chapters

All very good points. Yes.

Back to my cauldron then.
by cyanidebaby
Tue Feb 07, 2017 8:42 pm
Forum: Page Layout
Topic: Blank Pages before and after chapters
Replies: 7
Views: 45608

Blank Pages before and after chapters

Thank you both for your replies.

Stefan:
I've been getting interesting results with twocolumn instead of with multicol , so I'm going to go ahead and explore that a little. If it still doesn't work, I'll move one and find another solution.

Johannes:
For print?
At this point, it looks like the book ...
by cyanidebaby
Tue Feb 07, 2017 6:34 pm
Forum: Page Layout
Topic: Blank Pages before and after chapters
Replies: 7
Views: 45608

Blank Pages before and after chapters

Hi Stefan.

Thank you very much for your reply.

Your suggestions work ... mostly.

\documentclass[openany]{book} does the trick ... in part (I totally forgot about the odd/even way pages are handled in the book class. Thank you for that.).

Indeed, as often is the case with LaTex (at least, in my ...