Search found 6 matches

by AstridH
Mon Jan 13, 2014 2:28 pm
Forum: Graphics, Figures & Tables
Topic: Problems with page break on landscape multi-page table
Replies: 1
Views: 10520

Problems with page break on landscape multi-page table

Hello!

I found a solution online after having read this post:
http://tex.stackexchange.com/questions/153771/how-to-set-the-width-of-column-in-longtable-method

I simply replaced the ltablex package with the ltxtable package and the rotation package with the pdflscape package. I then created a new ...
by AstridH
Sun Jan 12, 2014 1:34 pm
Forum: Graphics, Figures & Tables
Topic: Problems with page break on landscape multi-page table
Replies: 1
Views: 10520

Problems with page break on landscape multi-page table

Hello,

I would like to create a multi-page table in landscape format. To create the multi-page table I'm currenly using the ltablex package, i.e. the tabularx environment, embedded in a sidewaystable environment. At the moment this combination seem to ignore page breaks and thus my table is ...
by AstridH
Fri Dec 27, 2013 5:59 pm
Forum: Text Formatting
Topic: Change of Font Size in multi-page Table
Replies: 4
Views: 24011

Re: Change of Font Size in multi-page Table

Hi Tom and Clemens,

thanks a lot for your help! I now added the \footnotesize command as suggested by Clemens in his last example and this works just fine. Problem solved :)! I also changed the columns to X type columns - much better! I don't really know why I tried to set the width myself there ...
by AstridH
Tue Dec 17, 2013 11:02 pm
Forum: Text Formatting
Topic: Change of Font Size in multi-page Table
Replies: 4
Views: 24011

Change of Font Size in multi-page Table

Hello,

I have a table, which stretches over a few pages and I'm currently using the ltablex package for it (as I would like to use the tabularx environment). The table itself is working OK, but I would like to change the font size for the table only to \footnotesize and I'm not entirely sure how I ...
by AstridH
Tue Dec 03, 2013 12:53 pm
Forum: General
Topic: Use of \includeonly for multiple input
Replies: 2
Views: 14225

Re: Use of \includeonly for multiple input

Hi Tom,

thanks for the tip - I double checked my list of \include{chapter} and noted that I had commented the \include{Appendix/Appendix}, hence it didn't appear. Really silly mistake and I doubt I would have seen it without you pointing into the right direction! So, thank you very much for the ...
by AstridH
Mon Dec 02, 2013 2:18 pm
Forum: General
Topic: Use of \includeonly for multiple input
Replies: 2
Views: 14225

Use of \includeonly for multiple input

Hi there,
I have a rather trivial problem. I would like to only compile two of my thesis chapters and I'm using \includeonly . It works fine for only one chapter, but when I'm adding the second chapter to the command line it simply gets ignored and not included. I guess I'm missing something...a ...