Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
2answers
4k views

\ref Chapter Name in LaTeX

Is it possible to use \ref{chap:conclusion} to refer to the actual name of the chapter instead of the chapter counter in LaTeX? So that I can do this: See the \ref{chap:conclusion} chapter for more ...
5
votes
1answer
551 views

LaTeX: Group chapters into book sections

I'm writing a book using LaTeX. I have a bunch of chapters that are going to be sectioned into three main parts of the book. How can I markup this kinda thing with LaTeX? Specifically: I'd like to ...
3
votes
2answers
833 views

LaTeX: How to leave out chapter numbers in section numbering

So, I'm writing my thesis using the LaTeX book class. I have the following: [Chapter I The fundamentals] using \chapter{The fundamentals} together with ...
3
votes
2answers
629 views

Wrong chapter number on page headers except first page

I am writing up my thesis in Latex and have a template. It works nicely for every thing else except one. Chapter numbers are correctly incremented on the first page of each chapter but for consecutive ...
3
votes
3answers
2k views

chapters in videos for the iPhone

Is it possible to use chapters in videos for the iPhone in an application? For example: I have a 3 minutes video to play. I have chapter 1 starting at 0s, chapter 2 at 50s, chapter 3 at 95s. Can I ...
2
votes
2answers
3k views

Excluding a chapter from TOC

In my LaTeX document I've got a table of contents that is automatically generated by collecting everything that is of the form \chapter. However, I've got an acknowledgements chapter before the table ...
1
vote
2answers
136 views

Converting newlines to spaces in Latex

I'm writing a document and I have a few chapter titles that I would like to appear as 2 lines for a chapter title, but only one line in the table of contents. Is there a simple command I to filter out ...
0
votes
0answers
20 views

Android: video chapters

I want a suggestion. Is there any way in Android to find the chapters in a video (mp4). I have been searching for media players in Android that allows the user to jump from one chapter to another in a ...
0
votes
1answer
105 views

Get a list of chapters of pdf document in Objective C?

I need to get a list of chapters of pdf document programmatically in Objective C. I 've googled, someone said that CGPDFDocumentGetCatalog may helpful but I don't know how to use it. Please help me. ...
0
votes
0answers
427 views

Chapter number on page header is not updated in Latex document [closed]

Moved to TeX: Chapter number on page header is not updated in LaTeX document I have a small technical problem but I have been unable to find a solution to it so far. In my thesis document, the ...
0
votes
0answers
106 views

How to create a PDF in reStructuredText? problem with the main page

The documentation for the uncertainties Python package is written in reStructuredText, for the Sphinx documentation system. The HTML looks fine. I would like to create a PDF version. The goal is to ...
0
votes
2answers
627 views

Renaming and resetting Chapter in LaTeX

I have two questions in LaTeX: How to reset the chapter counter to 1 or to set it to any other number?; How to rename Chapter 1 to Paper A? To rename it to Paper 1, I have this solution: ...