0
votes
1answer
67 views

\spinemargin and \footskip error with memoir

I get the following errors when I am using memoir. ! Class memoir Error: \spinemargin (97.26999pt) and/or \textwidth (271.73482pt) ! Class memoir Error: \footskip (27.46295pt) is too large for ...
0
votes
1answer
85 views

Setting up paragraphing of subsections using code from memman.pdf results in mysterious compilation error

I was trying to emulate the style of the long table of contents in the memoir manual. Specifically, the effect I want to achieve is to have all subsections names and page numbers in the same ...
1
vote
0answers
1k views

help with textgreek package [closed]

I can't seem to get textgreek to work on my system and I am out of ideas where to try next to fix it. I'm using LyX to write my thesis, so the TeX output is autogenerated. That said, I am perfectly ...
7
votes
2answers
360 views

How do I put a musical clef in a memoir-class document?

I've got a lot of questions about preparing a book layout, but as I'm slowly going through the various books and other documents out there, I think most of the questions are being answered. However, ...
3
votes
1answer
240 views

Output routine footbib error

This is my preamble \documentclass[a4paper,twoside,12pt,openright,final,oldfontcommands]{memoir} \usepackage[T1]{fontenc} \usepackage{import} \usepackage{color} \usepackage{algorithm} ...
2
votes
2answers
572 views

Error when trying to use \MakeTextUppercase to customize the table of contents

I get the following error when trying to use \MakeTextUppercase to customize the table of contents: ! Undefined control sequence. \find@pdflink ...ode \protected@edef \Hy@testname ...
0
votes
1answer
457 views

error in memoir: Command \newfloat already defined

Using this preamble: \documentclass[pdftex,11pt,a4paper,openany]{memoir} \usepackage[brazil]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{indentfirst} \usepackage{latexsym} ...
2
votes
1answer
335 views

Zero margins with memoir

I am trying to set up custom page size with zero margins. Here is the example \documentclass[oneside,final,12pt]{memoir} \usepackage{lipsum} % just for sample text \usepackage[T1]{fontenc} ...
3
votes
1answer
487 views

The quickindex option is not working with xepersian package

I have installed TeXLive 2010 on Ubuntu 10.10, when I try to compile a LaTeX file such as: \documentclass{memoir} \usepackage{makeidx} \makeindex \usepackage[Kashida,quickindex]{xepersian} ...