Search found 7 matches

by samirandam
Thu Oct 15, 2015 5:50 am
Forum: Text Formatting
Topic: Chapter-wise referencing in LaTeX
Replies: 4
Views: 14001

Chapter-wise referencing in LaTeX

Hi Johannes,

Thank you for pointing out the error in syntax.

The good news is I have figured out the series of commands that I must run to get the final PDF. I am enlisting those commands here for others.

latex test.tex
bibtex chap1.aux
bibtex chap2.aux
latex test.tex
latex test.tex
dvips -Ppdf ...
by samirandam
Wed Oct 14, 2015 2:54 pm
Forum: Text Formatting
Topic: Chapter-wise referencing in LaTeX
Replies: 4
Views: 14001

Chapter-wise referencing in LaTeX

Hi Johannes,

I am trying to establish a MWE following your guidance. Attached zip file contains the working directory ( main file: test.tex , chapters: chap1.tex , chap2.tex , bibliography file: book.bib , document class file: svmono.cls , bibliography style file: spmpsci.bst ).

I am using ...
by samirandam
Mon Oct 12, 2015 5:39 pm
Forum: Text Formatting
Topic: Table of Contents Formatting
Replies: 7
Views: 7082

Re: Table of Contents Formatting

Hi Stefan,

I have created a separate thread (http://latex-community.org/forum/viewtopic.php?f=44&t=26793). Could you please provide me a step-by-step guide. Actually I am not sure about the series of commands that have to executed in order to generate the PDF having chapter-wise reference list ...
by samirandam
Mon Oct 12, 2015 5:34 pm
Forum: Text Formatting
Topic: Chapter-wise referencing in LaTeX
Replies: 4
Views: 14001

Chapter-wise referencing in LaTeX

I am writing a book based on Springer's svmono (http://resource-cms.springer.com/spring ... monographs) document class.

Ever since I started preparing my academic documents in LaTeX, I have been using BibTeX to produce bibliographies for all of my documents (thesis, papers, technical documents, etc ...
by samirandam
Mon Oct 12, 2015 2:00 pm
Forum: Text Formatting
Topic: Table of Contents Formatting
Replies: 7
Views: 7082

Table of Contents Formatting

Hi Stefan,

It is very nice to be greeted into the group and thanks for your thoughtful suggestion.

Actually, I am writing a book based on Springer's svmono (http://resource-cms.springer.com/springer-cms/rest/v1/content/20566/data/v3/monographs) document class. So, according to your suggestion, it ...
by samirandam
Sun Oct 11, 2015 11:10 am
Forum: Text Formatting
Topic: Table of Contents Formatting
Replies: 7
Views: 7082

Table of Contents Formatting

Hi Johannes_B,

Thank you. The solution you provided is working fine with minor modification according to my requirement. I changed \huge to \small to reduce the gap.

Thank you once again.

Thanks
Samiran
by samirandam
Sat Oct 10, 2015 7:58 pm
Forum: Text Formatting
Topic: Table of Contents Formatting
Replies: 7
Views: 7082

Table of Contents Formatting

Dear All,

I want to enclose the "Part" in Table of Contents of a book type document by under and over lines. However, the other texts (such as, chapters, sections, subsections etc.) should remain as it is with default formatting). I am pasting the minimal working code in this post. Could anybody ...