Search found 16 matches

by Edulis
Tue Jun 07, 2011 4:12 pm
Forum: LyX
Topic: How to manage a multipart bibliography document
Replies: 2
Views: 2428

Re: How to manage a multipart bibliography document

When I say "chronologically", I want to mean following the order of text (1, 2, 3...), not following a year-order.
by Edulis
Tue Jun 07, 2011 11:06 am
Forum: LyX
Topic: How to manage a multipart bibliography document
Replies: 2
Views: 2428

How to manage a multipart bibliography document

I managed to compile the multi bibliographic files following the advice given in this forum:
http://www.latex-community.org/forum/viewtopic.php?f=50&t=10805

Both chapters create their PDF-section correctly at the end of each chapter, but in both cases, the references are ordered alphabetically ...
by Edulis
Mon Jun 06, 2011 7:29 pm
Forum: LyX
Topic: How to manage a multipart bibliography document
Replies: 2
Views: 2428

How to manage a multipart bibliography document

I'm working on a multipart document (book (KOMA-Script), Lyx v1.6.7).
Two of the chapters have their own bibliographic file (Jav.Ref 2.6), added at the end of the chapter.

When I compile each chapter separately, each PDF is generated correctly.
However, when I compile the pdf-multipart, the first ...
by Edulis
Mon Jun 06, 2011 6:19 pm
Forum: LyX
Topic: How to paginate sections of an inserted pdf-document
Replies: 4
Views: 3186

Re: How to paginate sections of an inserted pdf-document

It works perfectly.

Thanks a lot, 5gon12eder.
by Edulis
Sun Jun 05, 2011 10:14 pm
Forum: LyX
Topic: How to paginate sections of an inserted pdf-document
Replies: 4
Views: 3186

How to paginate sections of an inserted pdf-document

I have inserted several pdf-articles in my document.
Each article has their sections and subsections.
I pretend that each section appears in the TOC with their respective page.

Previous to each article if I add this one,
\addcontentsline{toc}{section}{whatever you want to appear} ,
these sections ...
by Edulis
Sun Jun 05, 2011 7:51 pm
Forum: LyX
Topic: Problems with the Bibliography in the PDF Document
Replies: 1
Views: 1813

Problems with the Bibliography in the PDF Document

I have found the solution in this link (corresponding to this forum):
http://www.latex-community.org/forum/viewtopic.php?f=5&t=3577

Just putting before the bibliography is enough:
\phantomsection


\phantomsection
\setlength{\columnseprule}{0.5pt}\begin{multicols}{2}\foreignlanguage{basque ...
by Edulis
Sat Jun 04, 2011 7:48 pm
Forum: LyX
Topic: How to modify the title of one Figure in the LOF
Replies: 3
Views: 2634

Re: How to modify the title of one Figure in the LOF

Thanks a lot, Stephan.

And if in the caption there is any reference? How can you do?
by Edulis
Sat Jun 04, 2011 5:23 pm
Forum: LyX
Topic: How to modify the title of one Figure in the LOF
Replies: 3
Views: 2634

How to modify the title of one Figure in the LOF

Dear all,

I have several figures (and tables) with very long entries. When I add the List of Figures, the titles for these figures result too long. Can I abreviate only the entries of the LOF?
by Edulis
Thu Jun 02, 2011 11:00 am
Forum: LyX
Topic: Problems with the Bibliography in the PDF Document
Replies: 1
Views: 1813

Problems with the Bibliography in the PDF Document

I have a problem with the compiled pdf document wehen using LyX.

Previous to the bibliography (Bibtex file), in the last subsection, I have inserted three long columns.

When I generate the pdf file, in the TOC, the Bibliography is well paginated, but when I click it, I go directly to the last long ...
by Edulis
Mon May 30, 2011 10:21 am
Forum: LyX
Topic: Numerating PDF Links
Replies: 7
Views: 6833

Numerating PDF Links

I have solved the problem.


In LyX, when you introduce the external material (pdf document in this case), the program executes directly the command \includepdf.
Before the pdf link, as well as I was entering the same command, the Latex error indicated that there were two \includepdf\includepdf ...