Hi there,
I'm trying to use my latex class that extends the 'article' class.
Unfortunately nothing goes as expected:
1. Verbatim block is causing 'make latexpdf' to choke (I'm using lualatex
as latex enging).
2. Even when removing the \Verbatim blocks the output does not correspond
to the style defined in my class.
Ok, I believe that issue 1. can be solved including the right packages in
my class, but the main issue here is that the output doesn't seem to look
at all to what I expect.
This is the way I specify how to use my class:
conf.py:
...
latex_docclass = {
"manual': 'myclass',
}
The generated output seems to include the right class:
% Generated by Sphinx.
\def\sphinxdocclass{myclass}
\newif\ifsphinxKeepOldNames \sphinxKeepOldNamesfalse
\documentclass[a4paper,10pt,english]{sphinxmanual}
\usepackage{iftex}
\ifPDFTeX
\usepackage[utf8]{inputenc}
\fi
\ifdefined\DeclareUnicodeCharacter
In myclass.cls I have a bunch of \titleformat directives, geometry,
\pagestyle and things like that.
Can someone guide me on how to include my class properly? Or can someone
point me to the right section in the documentation?
Appreciated,
Al
--
You received this message because you are subscribed to the Google Groups
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.