Search found 12 matches

by stefan_fuglsang
Thu Jun 14, 2012 2:47 pm
Forum: LyX
Topic: Matlabfrag will not compile direct to PDF?
Replies: 1
Views: 1731

Re: Matlabfrag will not compile direct to PDF?

As far as I know Latex->Pdf will not work with postscript formats (.eps and .ps), so you will have to convert to another format, or compile through ps.

Stefan
by stefan_fuglsang
Thu Jun 14, 2012 2:33 pm
Forum: Text Formatting
Topic: Move Heading up for one Chapter
Replies: 2
Views: 12429

Move Heading up for one Chapter

Thanks Stefan
This seems to do the trick:
\documentclass[a4paper,11pt] {report}
\usepackage[latin1]{inputenc}
\usepackage[english]{babel}
\usepackage{blindtext}
\usepackage[compact]{titlesec}

\titleformat{\chapter}[display]
{\normalfont\huge\bfseries}{\chaptertitlename\ \thechapter}{20pt}{\Huge ...
by stefan_fuglsang
Thu Jun 14, 2012 2:14 pm
Forum: Text Formatting
Topic: Move Heading up for one Chapter
Replies: 2
Views: 12429

Move Heading up for one Chapter

In the report class, chapters begin 70mm from the top edge; that is fine for most purposes, but I need to move the \chapter line up in the appendix section, such that the chapter begins about 40 mm from the top edge.

How can I do this?
-- thanks
Stefan

\documentclass[11pt,a4paper] {report ...
by stefan_fuglsang
Tue Dec 13, 2011 9:52 am
Forum: BibTeX, biblatex and biber
Topic: Supplementary Literature List
Replies: 2
Views: 3556

Re: Supplementary Literature List

Thanks, that works really well (except it took me a while to realise, that I had to Bibtex <Myprojectname>1 and Bibtex <Myprojectname>2).

It doesn't give separate numbering, but that is not important.
by stefan_fuglsang
Mon Dec 12, 2011 4:19 pm
Forum: BibTeX, biblatex and biber
Topic: Supplementary Literature List
Replies: 2
Views: 3556

Supplementary Literature List

I'm using the natbib package with BibTeX, but this is not a requirement, if other packages works better.

I would like to include a second literature list with a separate numbering, and preferable another heading ("Supplementary Literature" rather than "References"), if possible.

Any suggestions?
by stefan_fuglsang
Thu Oct 27, 2011 3:51 pm
Forum: MiKTeX and proTeXt
Topic: apacite | Template Problem
Replies: 1
Views: 3896

Re: apacite | Template Problem

I'm not sure of this but it seems that you haven't loaded the apacite package with
\usepackage{apacite} ?

I think the apacite.sty defines some commands, and the language part (english.apc)
tries to redefine those and fails
by stefan_fuglsang
Thu Oct 27, 2011 2:11 pm
Forum: MiKTeX and proTeXt
Topic: pdfescape | Compilation Process slowed down
Replies: 0
Views: 2197

pdfescape | Compilation Process slowed down

When latex comes to this part
C:\Program Files\MiKTeX 2.8\tex\generic\oberdiek\pdfescape.sty
it works for 25 seconds before it continues. (Out of a total of 30 seconds for the total compilation for the example below).

(Package: pdfescape 2011/04/04 v1.12 Provides string conversions (HO))

It seems ...
by stefan_fuglsang
Fri Feb 04, 2011 9:41 am
Forum: Page Layout
Topic: Suppress newline after number in \chapter
Replies: 2
Views: 6286

Re: Suppress newline after number in \chapter

Thank you,
I will try that.
by stefan_fuglsang
Mon Jan 31, 2011 3:18 pm
Forum: Page Layout
Topic: Suppress newline after number in \chapter
Replies: 2
Views: 6286

Suppress newline after number in \chapter

I have removed the "Chapter" text in the \chapter command, but how can I suppress the newline after the chapter number? The example below prints

1
<vertical space>
Introduction
<vertical space>
Blabla bla bla

I would like this:

1 Introduction
<vertical space>
Blabla bla bla ...
by stefan_fuglsang
Mon Oct 04, 2010 12:19 pm
Forum: Fonts & Character Sets
Topic: Math and phonetic character
Replies: 2
Views: 2406

Re: Math and phonetic character

I got some help elsewhere.
Apparently the pxfonts package is incompatiple with other font packages?

My new preamble and example is now

\documentclass[a4paper,11pt]{article}
\usepackage[latin1]{inputenc}
\usepackage[english, danish]{babel}
\selectlanguage{danish}
\usepackage{tipa}
\usepackage{tipx ...