Search found 4 matches

by etym
Fri Oct 05, 2012 2:27 pm
Forum: Math & Science
Topic: Formating Polynomial long Division
Replies: 1
Views: 3858

Formating Polynomial long Division

Hey.

I want to type a long division with polynomials in Latex doc. I know the polynom package, however, I think I cannot use it.

I would like to do like page 202 in http://books.google.dk/books?id=BdAbcje-TZUC&printsec=frontcover&hl=da&source=gbs_ge_summary_r&cad=0#v=onepage&q=202&f=false

where ...
by etym
Sun Jun 19, 2011 10:24 am
Forum: Document Classes
Topic: memoir | Table of Contents and Depth
Replies: 1
Views: 9656

memoir | Table of Contents and Depth

Hey,

I write a report in documentclass{memoir}, but have a problem with \tableofcontents.
I look for a easy way to get \settocdepth{subsection}, but the problem is that there don't come numbers in the begin for \subsection. That's to say:

1 Section
1.1 subsection
subsubsection
subsubsection ...
by etym
Tue Jun 07, 2011 9:33 pm
Forum: BibTeX, biblatex and biber
Topic: How do I change Title in BibTeX
Replies: 2
Views: 6329

How do I change Title in BibTeX

Hi etym,

welcome to the board!
you can redefine \bibname. Here's a minimal example showing Literaturliste in the heading:

\documentclass{memoir}
\usepackage[utf8x]{inputenc}
\renewcommand*{\bibname}{Literaturliste}
\begin{document}
\bibliographystyle{plainnat}
\bibliography{bib/list}
\nocite ...
by etym
Tue Jun 07, 2011 5:59 pm
Forum: BibTeX, biblatex and biber
Topic: How do I change Title in BibTeX
Replies: 2
Views: 6329

How do I change Title in BibTeX

Hey,

I'm writing in memoir class and want to change the title "Litteratur" to "Literaturliste" and have it to be a \chapter, since I have a speciel layout to the chapters.

In my index.tex fil I have:
\include{bib/biblist}

And the biblist.tex contain:
\bibliographystyle{plainnat}
\bibliography ...