Search found 11 matches

by charlax
Mon Jul 06, 2009 10:12 pm
Forum: Page Layout
Topic: Prevent paragraph break in a multicol environment
Replies: 2
Views: 4104

Re: Prevent paragraph break in a multicol environment

I had taken a look at the multicol manual, but couldn't find a simple way to do that. Thank you very much, your solution is simple and working perfectly.
by charlax
Mon Jul 06, 2009 8:30 pm
Forum: Page Layout
Topic: Prevent paragraph break in a multicol environment
Replies: 2
Views: 4104

Prevent paragraph break in a multicol environment

Hi,

My question is rather simple : I would like to prevent any paragraph break in a multicol environment. I mean, there should be no paragraph break between two columns.

I must be using the multicol environment (the rest of my document is one-column). I want this because breaking inside a stanza ...
by charlax
Tue May 12, 2009 9:26 pm
Forum: BibTeX, biblatex and biber
Topic: Unable the change of case in titles
Replies: 2
Views: 5846

Re: Unable the change of case in titles

Thank you very much!

It now works perfectly.
by charlax
Tue May 12, 2009 7:01 pm
Forum: BibTeX, biblatex and biber
Topic: Unable the change of case in titles
Replies: 2
Views: 5846

Unable the change of case in titles

Hi,

I would like to unable the case change in titles in Bibtex. Since I've got many titles with company names, I don't want to review each title and put the characters between brackets to keep the case. I create my own bst file, following the advice at http://www.nabble.com/BibTeX:-Change-of-upper ...
by charlax
Fri May 01, 2009 12:01 pm
Forum: General
Topic: How to Create a separate list of appendices
Replies: 4
Views: 25895

Re: How to Create a separate list of appendices

Hi,

I don't know that much about Latex, yet in the memoir class there is a part called "New 'List of...' and entries" that could be of interest to you. I think that instead of \appendix followed by \chapter, you will have to define your own \app{} macro.

Hope that helps,

Chx
by charlax
Mon Apr 20, 2009 5:16 pm
Forum: Document Classes
Topic: Add a period after a heading's numbering in the memoir class
Replies: 10
Views: 9526

Re: Add a period after a heading's numbering in the memoir class

Thank you very much Stefan! Everything is working now!
by charlax
Mon Apr 20, 2009 4:33 pm
Forum: Document Classes
Topic: Add a period after a heading's numbering in the memoir class
Replies: 10
Views: 9526

Add a period after a heading's numbering in the memoir class

Thanks Stefan, it's working now. I'm a beginner, but could we consider this behaviour a bug in the memoir class? Wouldn't it be more logical to have the numbering definition (including the period) in only one place?

I'm now trying to have the same with section, I try to replicate your code but I ...
by charlax
Mon Apr 20, 2009 4:02 pm
Forum: Document Classes
Topic: Add a period after a heading's numbering in the memoir class
Replies: 10
Views: 9526

Add a period after a heading's numbering in the memoir class

Yes, but then when you begin a new odd page:
\documentclass[10pt,a4paper,extrafontsizes,twoside]{memoir}
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}

\usepackage{calayout}

\begin{document}
\tableofcontents
\chapter{Test}
text
\clearpage

Test
\end{document}

You get an extra period in ...
by charlax
Mon Apr 20, 2009 3:45 pm
Forum: Document Classes
Topic: Add a period after a heading's numbering in the memoir class
Replies: 10
Views: 9526

Add a period after a heading's numbering in the memoir class

Here is my preamble :

\documentclass[10pt,a4paper,extrafontsizes,twoside]{memoir}

\usepackage[english]{babel}
\usepackage[utf8]{inputenc}

\usepackage{calayout}


Here is my calayout.sty:

%% calayout.sty \copyright Charles-Axel Dein 2009
%% Licensed under CC BY-SA
\ProvidesPackage{calayout ...
by charlax
Mon Apr 20, 2009 3:17 pm
Forum: Document Classes
Topic: Add a period after a heading's numbering in the memoir class
Replies: 10
Views: 9526

Add a period after a heading's numbering in the memoir class

Hi Stefan,

Thank you for your answer, but now I get this in the header:

A.. Chapter one

Isn't there way to set the period after the number only in headings (and TOC)?