Search found 13 matches

by jgthb
Sun Aug 12, 2012 4:55 pm
Forum: General
Topic: Get unnumbered Headings into the ToC
Replies: 4
Views: 3199

Get unnumbered Headings into the ToC

I have actually just found a way to solve this, so it all works now. But thanks anyway, Stefan :-)

The solution is actually really simple in my case: I simply added the package "tocloft", and then the alignment problem was solved! For the subsections I used "hspace{}" with a length of 1.5em ...
by jgthb
Sun Aug 12, 2012 1:40 pm
Forum: General
Topic: Get unnumbered Headings into the ToC
Replies: 4
Views: 3199

Get unnumbered Headings into the ToC

I actually tried that, but it did not appear in the TOC:

\addtocontents{toc}{\bigskip \textbf{Electronic Appendix}\par}
\addtocontents{toc}{\protect\qquad{Mappe 1}\par}
\addtocontents{toc}{\protect\qquad{Mappe 2}\par}

It turns out it must be put on the same page as some other content, so ...
by jgthb
Sun Aug 12, 2012 10:00 am
Forum: General
Topic: Get unnumbered Headings into the ToC
Replies: 4
Views: 3199

Get unnumbered Headings into the ToC

Hi

I am writing my thesis and I have what I call an electronic appendix with a lot of programming files, that I don't wish to include in the regular appendix in the report. I would however still like to add the name of the directories with the files to the table of contents, so the reader knows ...
by jgthb
Thu Jul 26, 2012 11:58 pm
Forum: LyX
Topic: math seems bold
Replies: 1
Views: 1775

Re: math seems bold

Hmm... It seems like computer modern roman is used as the default font, but by changing it to latin modern roman it looks fine now.

I am not home right now, so can not check what the settings are on my own computer, but I guess the default font is set to latin modern roman there, although I can not ...
by jgthb
Thu Jul 26, 2012 10:42 pm
Forum: LyX
Topic: math seems bold
Replies: 1
Views: 1775

math seems bold

Hi

When I compile lyx documents on my mom's computer the math seems kind of bold, although if I compile on my own computer it seems normal.

I have uploaded the pdf and the lyx document. As seen it is not exactly bold, but it is darker than normal. It is most easy to see if you zoom out

Can anyone ...
by jgthb
Wed Jul 18, 2012 1:36 pm
Forum: Page Layout
Topic: odd page roman arabic article
Replies: 4
Views: 4129

Re: odd page roman arabic article

I think you are right, that it's a reader issue, so I'll just let it be.

Thanks for the help!
by jgthb
Wed Jul 18, 2012 1:11 pm
Forum: Page Layout
Topic: odd page roman arabic article
Replies: 4
Views: 4129

Re: odd page roman arabic article

Hmm, I guess you're right. I'll probably use an empty page. 'Clear double page' should do the job in a consistent manner, right? (I mean if the number of roman pages is changed)

What about the number of pages problem in the pdf reader? Just to be clear, in the pdf if you go to the last page, adobe ...
by jgthb
Wed Jul 18, 2012 12:21 pm
Forum: Page Layout
Topic: odd page roman arabic article
Replies: 4
Views: 4129

odd page roman arabic article

Hi

For my first few pages roman numbers are used, and then I switch to arabic number. But suddenly the header is swapped, i.e. the subsection titles are on the inside and the section titles on the outside. Since the first arabic page is 1 it interprets the page as an odd page, even though it is ...
by jgthb
Tue Jul 17, 2012 1:34 pm
Forum: LyX
Topic: hyperref listings apostrophe conflict
Replies: 1
Views: 4204

Re: hyperref listings apostrophe conflict

I have solved it. I forgot to say, that I also use the command
\usepackage[numbered,framed]{mcode}
which makes Matlab-code look nice, when using the command
\lstinputlisting{}

At
http://www.mathworks.com/matlabcentral/fileexchange/8015/
a commenter mentioned the package 'textcomp' (which makes ...
by jgthb
Mon Jul 16, 2012 8:12 pm
Forum: LyX
Topic: hyperref listings apostrophe conflict
Replies: 1
Views: 4204

hyperref listings apostrophe conflict

Hi there

I have a lyx document with hyperref turned on, and where the only text in the document is the following ERT:

\lstinputlisting{Matlab/chaseExample.m}

In the file chaseExample.m I have the following lines:

pos =
'beginning';

(and some other lines too) and it seems like the apostrophe ...