Search found 4 matches

by don3t
Tue Oct 16, 2012 5:14 pm
Forum: General
Topic: Space between "chapter #" and "title chapter"
Replies: 6
Views: 9171

Space between "chapter #" and "title chapter"

The error here:
CHAPTER 1.
! Argument of \vspace has an extra }.
<inserted text>
\par
l.84 \chapter{Introduction}

doc class and packages I used:
\documentclass[a4paper,oneside,hidelinks,12pt]{book}
\usepackage[utf8]{vietnam}
\usepackage[english]{babel}
\usepackage{titlesec} % defsc is created ...
by don3t
Mon Oct 15, 2012 6:18 pm
Forum: General
Topic: Space between "chapter #" and "title chapter"
Replies: 6
Views: 9171

Re: Space between "chapter #" and "title chapter"

Thank you in advance.

This works with my example. Unfortunately, in my whole code, I can not compile when adding that code. Anyway, once again, thank you!
by don3t
Mon Oct 15, 2012 5:19 pm
Forum: General
Topic: Space between "chapter #" and "title chapter"
Replies: 6
Views: 9171

Space between "chapter #" and "title chapter"

Hi Stefan_K,

Thank you for your help.
I'm new in LaTeX, so there are a lot of things I do not know :)

I did try with google and do as you said, however the result did not change.
The document class that I used here is book, and \titlespacing does not affect \chapter .

I will show my code ...
by don3t
Mon Oct 15, 2012 1:20 pm
Forum: General
Topic: Space between "chapter #" and "title chapter"
Replies: 6
Views: 9171

Space between "chapter #" and "title chapter"

How can I adjust space between "chapter #" and "title chapter"?

For example, the default is:
Chapter #


Title Chapter

...

and what I want is:
Chapter #
Title Chapter

...