
Search found 9 matches
- Thu Feb 28, 2013 11:07 am
- Forum: Text Formatting
- Topic: Remove Chapter Prefix
- Replies: 7
- Views: 12211
Remove Chapter Prefix
Thanks localghost! 

- Wed Feb 27, 2013 10:55 pm
- Forum: Text Formatting
- Topic: Remove Chapter Prefix
- Replies: 7
- Views: 12211
Re: Remove Chapter Prefix
I've not understood...If it's ok (localghost seems disappointed), where I have to put that code? In my main file?
- Wed Feb 27, 2013 10:32 pm
- Forum: Text Formatting
- Topic: Remove Chapter Prefix
- Replies: 7
- Views: 12211
Remove Chapter Prefix
Ok, it's a little bit hard. Here there is my MAIN file:
\documentclass[12pt, a4paper, oneside, titlepage, openright]{book}
\usepackage[applemac]{inputenc}
\usepackage[english,italian]{babel}
\usepackage{float}
\usepackage[onehalfspacing]{setspace}
\usepackage{sectsty}
\sectionfont{\large ...
\documentclass[12pt, a4paper, oneside, titlepage, openright]{book}
\usepackage[applemac]{inputenc}
\usepackage[english,italian]{babel}
\usepackage{float}
\usepackage[onehalfspacing]{setspace}
\usepackage{sectsty}
\sectionfont{\large ...
- Wed Feb 27, 2013 10:15 pm
- Forum: Text Formatting
- Topic: Remove Chapter Prefix
- Replies: 7
- Views: 12211
Remove Chapter Prefix
Hi guys,
I'm here again. As I said in the previous thread, I've completed my academic thesis and I'm formatting the text. I'm trying to format the "Conclusions" section but LaTeX gives out this form.
Chapter XXX
Conclusions
I would like to remove the "Chapter XXX" from the output without ...
I'm here again. As I said in the previous thread, I've completed my academic thesis and I'm formatting the text. I'm trying to format the "Conclusions" section but LaTeX gives out this form.
Chapter XXX
Conclusions
I would like to remove the "Chapter XXX" from the output without ...
- Tue Feb 26, 2013 10:52 pm
- Forum: Text Formatting
- Topic: Change interline Spacing only of the Text
- Replies: 8
- Views: 12040
Change interline Spacing only of the Text
Oh Thanks! That's the solution!Stefan_K wrote:Load thesetspace
package with options after thefloat
package to fix it, not before.
Thanks for completing the example.
Stefan
Thanks again to both of you

- Tue Feb 26, 2013 10:46 pm
- Forum: Text Formatting
- Topic: Change interline Spacing only of the Text
- Replies: 8
- Views: 12040
Change interline Spacing only of the Text
Sorry, below there's a simplified version of my code:
\documentclass[12pt, a4paper, oneside, titlepage, openright]{book}
\usepackage[applemac]{inputenc}
\usepackage[english,italian]{babel}
\usepackage[T1]{fontenc}
\usepackage[onehalfspacing]{setspace}
\usepackage{amsmath,amssymb,mathrsfs ...
\documentclass[12pt, a4paper, oneside, titlepage, openright]{book}
\usepackage[applemac]{inputenc}
\usepackage[english,italian]{babel}
\usepackage[T1]{fontenc}
\usepackage[onehalfspacing]{setspace}
\usepackage{amsmath,amssymb,mathrsfs ...
- Tue Feb 26, 2013 10:26 pm
- Forum: Text Formatting
- Topic: Change interline Spacing only of the Text
- Replies: 8
- Views: 12040
Re: Change interline Spacing only of the Text
I really don't know what's the matter...To give out more details, I'm using MacTeX.
This is the code of one of my tables:
DELETED
This is the code of one of my tables:
DELETED
- Tue Feb 26, 2013 9:50 pm
- Forum: Text Formatting
- Topic: Change interline Spacing only of the Text
- Replies: 8
- Views: 12040
Change interline Spacing only of the Text
Hi, thanks for your reply and for your welcome :)
I've tried what you suggested but the
\usepackage[onehalfspacing]{setspace}
set 1.5 spacing also on tables. These are my packages
\documentclass[12pt, a4paper, oneside, titlepage, openright]{book}
\usepackage[applemac]{inputenc}
\usepackage ...
I've tried what you suggested but the
\usepackage[onehalfspacing]{setspace}
set 1.5 spacing also on tables. These are my packages
\documentclass[12pt, a4paper, oneside, titlepage, openright]{book}
\usepackage[applemac]{inputenc}
\usepackage ...
- Sun Feb 24, 2013 9:01 pm
- Forum: Text Formatting
- Topic: Change interline Spacing only of the Text
- Replies: 8
- Views: 12040
Change interline Spacing only of the Text
Hi guys,
I've just completed my academic thesis and I'm working on the text formatting. I've a problem with the interline spacing. When I use \linespread{1.5}\selectfont it sets the interline on all the text included the tables (I've a lot of tables filled with a multitude of numbers). How can I ...
I've just completed my academic thesis and I'm working on the text formatting. I've a problem with the interline spacing. When I use \linespread{1.5}\selectfont it sets the interline on all the text included the tables (I've a lot of tables filled with a multitude of numbers). How can I ...