Search found 43 matches

by ougka
Sun Jul 14, 2013 1:41 am
Forum: BibTeX, biblatex and biber
Topic: dashes in consecutive references with the same authors
Replies: 1
Views: 2415

dashes in consecutive references with the same authors

Hello,

I am not sure if this should be in the BiBTex or in the formatting section of the forum, but anyway.

I am using an IEEE class file http://www.ieee.org/conferences_events/conferences/publishing/templates.html for a paper and when I have consecutive references with the same authors, latex ...
by ougka
Tue Nov 27, 2012 12:14 am
Forum: Graphics, Figures & Tables
Topic: rotating | Bottom Alignment of rotated Content in Table Cell
Replies: 1
Views: 7847

rotating | Bottom Alignment of rotated Content in Table Cell

Hello all,

I am going crazy with the following.. I've already spent half a day on it. Essentially I have this.

\documentclass[a4paper,oneside,12pt]{book}
\usepackage{multirow}
\usepackage{rotating}

\begin{document}

\renewcommand{\arraystretch}{1.9}

\begin{table}[!thb]
\centering{
\begin ...
by ougka
Wed Sep 05, 2012 2:52 pm
Forum: Text Formatting
Topic: setspace | Line Spacing in Tables messed up
Replies: 7
Views: 17343

Re: setspace | Line Spacing in Tables messed up

Thank you so so much localghost! (sorry for my late reply)

The \arraystretch and the removal of the vspaces did the trick :D

ps. I totally do see the viewpoint of the MWE, it is just that in some question I do believe there is a quick answer without an MWE. Anyway, thanks a lot!
by ougka
Mon Sep 03, 2012 2:25 pm
Forum: Text Formatting
Topic: glossaries | More Space on Page for List of Acronyms
Replies: 2
Views: 5101

Re: glossaries | More Space on Page for List of Acronyms

Thanks Nikola that helped :D
by ougka
Sun Sep 02, 2012 10:06 pm
Forum: Text Formatting
Topic: setspace | Line Spacing in Tables messed up
Replies: 7
Views: 17343

setspace | Line Spacing in Tables messed up

Hello localghost,

Thanks for your reply and your addendum and sorry for not being able to get back to you earlier. Indeed your MWE doesn't reproduce the error. But mine does :(

So here is the code with the setspace package and setstretch{1.4}

\documentclass[12pt,a4paper]{article}
\usepackage ...
by ougka
Sun Sep 02, 2012 5:32 pm
Forum: Text Formatting
Topic: glossaries | More Space on Page for List of Acronyms
Replies: 2
Views: 5101

glossaries | More Space on Page for List of Acronyms

Hello,

I use glossaries to have a List of Acronyms. When the list of acronyms is displayed at the beginning of my document, they take up considerably less space than the page has, leaving a large space at the bottom of each page.

I've checked with other normal pages, or even TOC etc. and the list ...
by ougka
Sun Sep 02, 2012 12:02 pm
Forum: Text Formatting
Topic: setspace | Line Spacing in Tables messed up
Replies: 7
Views: 17343

Re: setspace | Line Spacing in Tables messed up

Hi Thorsten,

I usually do provide an example of what I am doing, when I am doing something more intricate, but here it is just a simple questions isn't it?

I want to know if there is any parameter in the setspace package that does NOT enforce the line spacing stretch to tables.

Because of the way ...
by ougka
Sat Sep 01, 2012 11:31 pm
Forum: Text Formatting
Topic: setspace | Line Spacing in Tables messed up
Replies: 7
Views: 17343

setspace | Line Spacing in Tables messed up

Hello,

I want to have 1.4 line spacing. I tried to use the setspace package but it messes up with my tables as well to the point they become small and unreadable.

I've searched this forum and tried to find some documentation for the package to see if there is a parameter that I should use when I ...
by ougka
Tue Aug 28, 2012 5:06 pm
Forum: Page Layout
Topic: Remove header only on a certain page
Replies: 4
Views: 9010

Re: Remove header only on a certain page

oooooh, yeah, I didn't know I could do that!

Thanks :D
by ougka
Tue Aug 28, 2012 4:15 pm
Forum: Page Layout
Topic: Remove header only on a certain page
Replies: 4
Views: 9010

Re: Remove header only on a certain page

Thanks for your answer Stafan.

This won't do the trick because I want to have no page style in a couple of sections which are not consequitive (e.g. abstract, declaration, references etc) and my original \pagestyle{fancy} format redeclares quite a few things (chaptermarks, sectionmrks, lhead, chead ...