| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 9 months |
| seen | 2 days ago | |
| stats | profile views | 57 |
mcgafter noun
A makeshift instrument or tool (mechanical, electronic or otherwise) whereby one may gaff (poke, hook, hack) something to achieve the desired result. Works better when it gets attached to a mcgoerie*. Very common worldwide especially in parts of Africa where it has been known to be the tool of choice of even high level government officials for all governmental problems.
mcgoerie noun
A well designed tool similar in shape and function to a mcgafter* yet completely different in it's purpose. May also be used on it's own. Uses of this instrument are very rare and appears to only occur in the countries of Namibia, Zimbabwe, Lesotho and South Africa, as well as where former residents of those countries have dispersed abroad.
|
Sep 6 |
asked | Lettrine and section at bottom of page causes bad pagebreak |
|
Sep 2 |
awarded | Teacher |
|
Sep 2 |
answered | Sections present in pdfbookmarks |
|
Sep 1 |
comment |
Sections present in pdfbookmarks Thanks. I've found another solution which I'll post tomorrow as the site won't allow me to answer my own question right now. But your solution is a bit cleaner to implement and seems to work. |
|
Sep 1 |
accepted | Sections present in pdfbookmarks |
|
Sep 1 |
revised |
Hide section in table of contents but show it in pdfbookmark linked to another question |
|
Sep 1 |
asked | Sections present in pdfbookmarks |
|
Sep 1 |
comment |
Firsttitlemarks does not appear consistently in header @Marco: Thanks, that works perfectly. I misinterpreted the manual. I also had a 2007 copy floating around, instead of the new one. |
|
Sep 1 |
accepted | Firsttitlemarks does not appear consistently in header |
|
Aug 31 |
comment |
Firsttitlemarks does not appear consistently in header Thanks. Try running it through XeLaTeX. I can't find a native \ifthesubsection or even a \ifsubsection command. Which manual are you refering to? |
|
Aug 31 |
comment |
Firsttitlemarks does not appear consistently in header @Raphink: I'm not quite sure how to add the counter to the pagestyle to have it work for every book's first verse. The code I've posted in this question can be treated as open-source as far as I am concerned. |
|
Aug 31 |
comment |
Firsttitlemarks does not appear consistently in header @Marco: I've added some code to illustrate. |
|
Aug 31 |
revised |
Firsttitlemarks does not appear consistently in header Added example code |
|
Aug 31 |
revised |
Firsttitlemarks does not appear consistently in header added 12 characters in body |
|
Aug 31 |
asked | Firsttitlemarks does not appear consistently in header |
|
Aug 30 |
awarded | Analytical |
|
Aug 29 |
comment |
titlesec: toptitlemarks and bottitlemarks broken when \section not called explicitly Further to the answer above: To automatically calculate when to use Gonzalo's \IndOne or \IndTwo commands I've used this code: \newlength{\myIndent}
\settowidth{\myIndent}{\IndOne In the beginning God created the Heaven and the Earth.}
\ifdimless{\the\myIndent}
{\textwidth}
{\IndOne In the beginning God created the Heaven and the Earth. \stepcounter{subsection}
\subsection{}\IndOne And the earth was without form, and void;...}
{\IndTwo In the beginning God created the Heaven and the Earth. \stepcounter{subsection}
\subsection{} And the earth was without form, and void;...} |
|
Aug 26 |
comment |
Hide section in table of contents but show it in pdfbookmark @Raphink: Thanks I will investigate shorttoc but the answer below is exactly what I wanted. |
|
Aug 26 |
comment |
Hide section in table of contents but show it in pdfbookmark Works perfectly. Thanks |
|
Aug 26 |
accepted | Hide section in table of contents but show it in pdfbookmark |