Search found 12 matches

by ChoKamir
Tue Mar 08, 2011 5:01 pm
Forum: Graphics, Figures & Tables
Topic: Including external data in tabular
Replies: 2
Views: 8442

Including external data in tabular

Hi,

I have a table in my latex document and a file with is filled from an external program with the data to be included in the table. The file is already formatted correctly (ie. contains the & as column seperation and the \\ as row seperation).

Latex returns an error if i try something like ...
by ChoKamir
Tue Feb 15, 2011 10:07 am
Forum: Page Layout
Topic: Geometry package ruins all the margins
Replies: 3
Views: 4461

Re: Geometry package ruins all the margins

I read the documentation, the problem is that it shouldn't ruin all the margins at first place. Ofcourse you can mannually correct the margins, but that would mean that whenever you change the paper size etc. you have to recorrect them. While the natural/default margins are just fine to me. Also the ...
by ChoKamir
Mon Feb 14, 2011 4:03 pm
Forum: Page Layout
Topic: Geometry package ruins all the margins
Replies: 3
Views: 4461

Geometry package ruins all the margins

Hi,

I stumbled upon this problem, because I wanted to correct the margins of my title page. I've a two sided document, which resulted in the title page not being centered. On the internet I came across the solution to use the geometry package and define a new layout before the title page and ...
by ChoKamir
Mon Jan 24, 2011 10:41 am
Forum: Text Formatting
Topic: Restate item of list
Replies: 4
Views: 2167

Re: Restate item of list

Hmmm... ok, if that is the only way, i'll take that.

What i've against copy-paste, is that in a document of 200p you lose track of where you refere to that question. So I've the research question in the list changes (which happens now and then) i've to search the whole document and replace all the ...
by ChoKamir
Fri Jan 21, 2011 5:09 pm
Forum: Text Formatting
Topic: Restate item of list
Replies: 4
Views: 2167

Restate item of list

Hi,

Is it possible to restate somewhere in the document the text of an item of a list? For instance something like this:

~~~~~~~~~~~~~~~~~~~~~~
This is a list of items:
This is question number 1 This is question number 3 This is the last question
Now we have here some text, and some more text ...
by ChoKamir
Fri Jan 21, 2011 5:00 pm
Forum: Text Formatting
Topic: Parskip and Enumeration/Itemize
Replies: 10
Views: 7684

Re: Parskip and Enumeration/Itemize

Hi,

Frabjous, thank you very much!!!! It works and looks beautiful.

@Montag: the effect I get with your code is that the items in the list are squezed not the space between the paragraph above and the list.

Thanks for all the help!
by ChoKamir
Thu Jan 20, 2011 6:28 pm
Forum: Text Formatting
Topic: Parskip and Enumeration/Itemize
Replies: 10
Views: 7684

Re: Parskip and Enumeration/Itemize

Hi,

Thanks! It works. The only downside is that apparently it also removes the bottom spacing (see attachement). I played with the settings topsep, partopsep etc. but didn't work out. I don't see any difference between topsep en partopsep.

I also found on the internet the package called paralist ...
by ChoKamir
Thu Jan 20, 2011 11:18 am
Forum: Text Formatting
Topic: Parskip and Enumeration/Itemize
Replies: 10
Views: 7684

Parskip and Enumeration/Itemize

Hi frabjous,

Thanks for the suggestion. The enumitem package is helpfull, but still does not bring the effect I would like to achieve. As localghost suggests here is my initial code adjusted with the suggestions posted here, producing still the incorrect result.
\documentclass[]{report}
%remove ...
by ChoKamir
Wed Jan 19, 2011 4:31 pm
Forum: Graphics, Figures & Tables
Topic: Seperating Caption label and description
Replies: 1
Views: 1126

Seperating Caption label and description

Forget about it. I couldn't read appearently.

The solution is to use:

Code: Select all

\usepackage{caption}
\captionsetup[table]{labelsep=newline}
Sorry,

ChoKamir
by ChoKamir
Wed Jan 19, 2011 4:28 pm
Forum: Graphics, Figures & Tables
Topic: Seperating Caption label and description
Replies: 1
Views: 1126

Seperating Caption label and description

Hi,

I a couple of articles I found on the internet the captions of tables were formatted like this:

Table A
Description of the table
<The Table>

While normally LaTeX formats the caption as:
Table A: Description of the table
<The Table>

I looked at the caption package but couldn't find a way ...