Search found 11 matches

by damianjb
Tue Jun 10, 2014 3:45 pm
Forum: General
Topic: No output after pdfpages
Replies: 2
Views: 2935

Re: No output after pdfpages

I see I need to use those options from a different file.
I was trying to create my a4 file and my booklet at the same time and it was never going to work.
Thank you.
by damianjb
Mon Jun 09, 2014 11:11 pm
Forum: General
Topic: No output after pdfpages
Replies: 2
Views: 2935

No output after pdfpages

Hi, I'm using Auctex and pdflatex. I'm putting all the packages here to see if there is any problem of incompatibility.
I have this file called prueba-pdf.tex
\documentclass[a4paper,9pt,book]{memoir}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{booktabs}
\usepackage{rotating ...
by damianjb
Fri Jun 06, 2014 5:55 am
Forum: Page Layout
Topic: Success story layout
Replies: 3
Views: 3619

Re: Success story layout

Johannes, textpos is EXACTLY what I need.
So many useful packages out there.
Thank you!
by damianjb
Wed Jun 04, 2014 8:00 pm
Forum: Page Layout
Topic: Success story layout
Replies: 3
Views: 3619

Success story layout

Johannes_B wrote:First thing coming to mind would be an article class, like scrartcl (from KOMA-script) using a two column layout with a large marginpar column (or even scrlayer-notecolumn).

Or you use package textpos and position every paragraph manually.
I will try that tonight and let you know.
Thanks.
by damianjb
Wed Jun 04, 2014 4:34 pm
Forum: Page Layout
Topic: Success story layout
Replies: 3
Views: 3619

Success story layout

Hi, I would like to make a success story in A4 similar to http://images.autodesk.com/adsk/files/p ... _final.pdf

Which Class and packages would you recommend?
by damianjb
Mon Jun 02, 2014 2:13 am
Forum: General
Topic: Adding marginpar to TOC
Replies: 1
Views: 2209

Re: Adding marginpar to TOC

Nevermind, I'm going to use run-in sectional headings. I'm using Memoir and reading how to do use those sections from the memoir manual.
Instead of trying to make my marginal notes appear as sections I will format the sections to look like marginal notes.
Thanks.
by damianjb
Sat May 31, 2014 10:27 pm
Forum: General
Topic: Adding marginpar to TOC
Replies: 1
Views: 2209

Adding marginpar to TOC

Hi.
Is there any way to add the contents of all the marginpars to the TOC?
by damianjb
Wed Feb 05, 2014 3:43 am
Forum: General
Topic: Tracing commands
Replies: 4
Views: 5907

Re: Tracing commands

\show was exactly what I was looking for.
Thanks.
by damianjb
Tue Feb 04, 2014 6:42 pm
Forum: General
Topic: Tracing commands
Replies: 4
Views: 5907

Re: Tracing commands

Hi johannes.

Maybe I´m using a package that reformat something I was not aware of. I was looking for a way to trace which commands are handling, for example, the format of the chapter title (could be anything else).

Thanks.
by damianjb
Tue Feb 04, 2014 5:37 pm
Forum: General
Topic: Tracing commands
Replies: 4
Views: 5907

Tracing commands

Hi.

Let´s say I have my tex file running with no problems and I want to change the format of a particular thing.
Are there any logical steps to follow in order to find out which are the commands handling that particular thing format? Then, I would look for information about those commands in the ...