Search found 9 matches

by jimp
Sun Aug 28, 2011 12:24 pm
Forum: Page Layout
Topic: Numbered Bibliography in ToC
Replies: 5
Views: 11402

Numbered Bibliography in ToC

You can alternatively use the tocbibind package.
\documentclass[10pt,b5paper]{book}
\usepackage[T1]{fontenc}
\usepackage{geometry}
\usepackage[nottoc,numbib]{tocbibind}

\renewcommand{\bibname}{Reference List}

\begin{document}
\tableofcontents

\nocite{*}
\begin{thebibliography}{9}
\bibitem ...
by jimp
Sun Aug 28, 2011 10:45 am
Forum: Page Layout
Topic: Numbered Bibliography in ToC
Replies: 5
Views: 11402

Numbered Bibliography in ToC

Code: Select all

\documentclass[b5paper,twoside,10pt]{book}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
by jimp
Sun Aug 28, 2011 1:01 am
Forum: Page Layout
Topic: Numbered Bibliography in ToC
Replies: 5
Views: 11402

Numbered Bibliography in ToC

Hi, I'm having a problem inserting my reference list to my table of contents. It is not that I can't add the text line and page number into the table but I am wondering if its possible having the bibliography follow the other chapter numbering. In the toc I want it to look lke:
...
8. Models
9 ...
by jimp
Thu Aug 25, 2011 3:12 pm
Forum: Graphics, Figures & Tables
Topic: Text lost in PDF Figures
Replies: 3
Views: 3239

Text lost in PDF Figures

torbjorn t. wrote:Which PDF-viewer are you using? Does the problem occur in Adobe Reader as well?
No just the pdf-viewer which Miktex uses, Texworks.
by jimp
Thu Aug 25, 2011 2:52 pm
Forum: Graphics, Figures & Tables
Topic: Text lost in PDF Figures
Replies: 3
Views: 3239

Text lost in PDF Figures

Hello again :) I'm having a new newbie problem this time working with figures and epstopdf. When I open miktex and run the program to make my report everything works fine. All matlab figures shows the graph and associated text (legend, xlabel, ylabel) with the figures. Same thing with ABAQUS-plots ...
by jimp
Tue Aug 23, 2011 7:56 pm
Forum: Graphics, Figures & Tables
Topic: Multicolumn/multirow tables
Replies: 7
Views: 20686

Multicolumn/multirow tables

Thank you, Stefan_K. I noticed that just some time after my post.

localghost, thanks alot! Looks very good!

I would do it slightly different and devide some cells in the table header.
\documentclass[11pt]{article}
\usepackage[T1]{fontenc}
\usepackage[tableposition=top]{caption}
\usepackage ...
by jimp
Tue Aug 23, 2011 7:38 pm
Forum: Graphics, Figures & Tables
Topic: Multicolumn/multirow tables
Replies: 7
Views: 20686

Multicolumn/multirow tables

Never mind! I managed to do it!

Thanks for the tip but I'm in a bit hurry due a deadline on Friday and my !"#! mentor required my work done in LateX this monday. So I am going to ask if Im on the right way with this code =)

\begin{table*}[h!]
\centering
\begin{tabular}{| c | c | c | c | c | c ...
by jimp
Tue Aug 23, 2011 7:29 pm
Forum: Graphics, Figures & Tables
Topic: Multicolumn/multirow tables
Replies: 7
Views: 20686

Multicolumn/multirow tables

Thanks for the tip but I'm in a bit hurry due a deadline on Friday and my !"#! mentor required my work done in LateX this monday. So I am going to ask if Im on the right way with this code =)

\begin{table*}[h!]
\centering
\begin{tabular}{| c | c | c | c | c | c | c |}
\hline
\multicolumn{7 ...
by jimp
Tue Aug 23, 2011 6:19 pm
Forum: Graphics, Figures & Tables
Topic: Multicolumn/multirow tables
Replies: 7
Views: 20686

Multicolumn/multirow tables

I am new to Latex and having some problems making tables. I would like my table to look like the attached figure but the I don't get the multicolumn working at the headline 'Reinforcement'. Do anyone have suggestions?

Thanks in advice, best regards jimp.