Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Yeats
Posts: 62 Joined: Fri Nov 07, 2008 12:29 pm
Post
by Yeats » Tue Jun 22, 2010 10:05 pm
Hi,
I am trying to put all my footnotes at the end of my document. I use Endnotes package for that.
Everything works fine except that
moves only my citations to the end. It does not affect my footnotes (/myfootnote)
I tried with:
but that did not work.
Any ideas how to move ALL of the footnotes to the end of document?
Tx in advance,
~Yeats
NEW: TikZ book now 40% off at Amazon.com for a short time.
josephwright
Site Moderator
Posts: 814 Joined: Tue Jul 01, 2008 2:19 pm
Post
by josephwright » Tue Jun 22, 2010 11:01 pm
Post a full example: snippets do not help here.
Joseph Wright
Yeats
Posts: 62 Joined: Fri Nov 07, 2008 12:29 pm
Post
by Yeats » Tue Jun 22, 2010 11:38 pm
josephwright wrote: Post a full example: snippets do not help here.
Well the the text is so complex, that it would be really hard to make MWE.
My question is basically how to make Endnotes package to recognize \myfootnote command and to put it on the end of the text.
josephwright
Site Moderator
Posts: 814 Joined: Tue Jul 01, 2008 2:19 pm
Post
by josephwright » Wed Jun 23, 2010 7:45 am
My point is that this is easy to generate a working example for
Code: Select all
\documentclass{article}
\usepackage{endnotes}
\let\myfootnote\endnote
\begin{document}
Some text.\myfootnote{A test}
\theendnotes
\end{document}
So what we need to know is what you have that is different.
Joseph Wright
Yeats
Posts: 62 Joined: Fri Nov 07, 2008 12:29 pm
Post
by Yeats » Wed Jun 23, 2010 9:56 pm
josephwright wrote: My point is that this is easy to generate a working example for
Code: Select all
\documentclass{article}
\usepackage{endnotes}
\let\myfootnote\endnote
\begin{document}
Some text.\myfootnote{A test}
\theendnotes
\end{document}
So what we need to know is what you have that is different.
First, thank you for trying to help. I use a lot of things that are "different". I have no idea what could cause the problem.
Maybe the fact that I am using multibib package?
Code: Select all
\documentclass[12pt,a4paper]{scrartcl}
\usepackage[paper=a4paper,left=33mm,right=28mm,top=30mm,bottom=30mm]{geometry}
\deffootnote{1em} {1em}{\textsuperscript{\thefootnotemark\ }}
\setcounter{secnumdepth}{4}
\setcounter{tocdepth}{5}
\usepackage[ngerman]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\newcommand{\grk}[1]{\textbf{\texttt{#1}}}
\usepackage{jurabib}
\usepackage{multibib}
\usepackage{StyleFiles/brechtbib}
\usepackage{tabularx}
\usepackage{array}
\usepackage{float}
\usepackage{setspace}
\usepackage{pslatex}
\usepackage{graphicx}
\renewcommand{\arraystretch}{1.2}
\renewcommand{\baselinestretch}{1.5}
\newcites{quelle}{Quellenverzeichnis}
\newcites{lexika}{Hilfsmittelverzeichnis}
\usepackage{epigraph}
\setlength{\epigraphwidth}{12.5cm}%changes the width of epigraph text
\renewcommand{\epigraphsize}{\footnotesize}%changes the size of epigraph text
\renewcommand{\epigraphrule}{}% removes the line. if you want it set: put number inside {}
\renewenvironment{quote}{%
\list{}{%
\leftmargin0.35cm % this is the adjusting screw
\rightmargin\leftmargin
}
\item\relax
}
{\endlist}
\usepackage{tikz}
\usetikzlibrary{calc,trees,plotmarks,snakes,mindmap,positioning,arrows,chains,shapes.geometric,%
decorations.pathreplacing,decorations.pathmorphing,shapes,%
matrix,shapes.symbols}
\begin{document}
\pagenumbering{roman}
\tableofcontents%{\nouppercase}
\listoffigures
\clearpage
\pagenumbering{arabic}
\setcounter{page}{1}
\include{text}
\cleardoublepage
\phantomsection
\addcontentsline{toc}{section}{Quellenverzeichnis}
\bibliographyquelle{Bibliographie/bibliographie}
\bibliographystylequelle{jurabib}
\phantomsection
\addcontentsline{toc}{section}{Hilfsmittelverzeichnis}
\bibliographylexika{Bibliographie/bibliographie}
\bibliographystylelexika{jurabib}
\phantomsection% hyperref package wrong page correcting
\addcontentsline{toc}{section}{Literaturverzeichnis}
\renewcommand{\refname}{Literaturverzeichnis}
\bibliography{Bibliographie/bibliographie}
\bibliographystyle{jurabib}
\bibliography{Bibliographie/bibliographie}
\bibliographystyle{jurabib}
josephwright
Site Moderator
Posts: 814 Joined: Tue Jul 01, 2008 2:19 pm
Post
by josephwright » Wed Jun 23, 2010 10:20 pm
You'll need to do some work on this to get an answer. For a start, you have a non-standard package
which we can't test. More importantly, if you want to sort this type of thing the best approach is to start from a simple, working example (as I have posted) and add things until you find where it breaks. Alternatively, start with your file and remove excess material a little at a time until the problem goes away: you'll then know what is a likely 'suspect' for the issue.
Joseph Wright
Yeats
Posts: 62 Joined: Fri Nov 07, 2008 12:29 pm
Post
by Yeats » Wed Jun 23, 2010 10:48 pm
josephwright wrote: You'll need to do some work on this to get an answer. For a start, you have a non-standard package
which we can't test. More importantly, if you want to sort this type of thing the best approach is to start from a simple, working example (as I have posted) and add things until you find where it breaks. Alternatively, start with your file and remove excess material a little at a time until the problem goes away: you'll then know what is a likely 'suspect' for the issue.
I dont except to get answers without working myself. I already did this what you suggest and the only thing that I managed to isolate is multibib package.
As for brechtbib package I tried to disable it and the result is the same.
josephwright
Site Moderator
Posts: 814 Joined: Tue Jul 01, 2008 2:19 pm
Post
by josephwright » Wed Jun 23, 2010 10:50 pm
I don't think multibib is the issue:
Code: Select all
\documentclass{article}
\usepackage{endnotes,multibib}
\let\myfootnote\endnote
\begin{document}
Some text.\myfootnote{A test}
\theendnotes
\end{document}
works for me.
Joseph Wright
Yeats
Posts: 62 Joined: Fri Nov 07, 2008 12:29 pm
Post
by Yeats » Wed Jun 23, 2010 10:59 pm
josephwright wrote: I don't think multibib is the issue:
Code: Select all
\documentclass{article}
\usepackage{endnotes,multibib}
\let\myfootnote\endnote
\begin{document}
Some text.\myfootnote{A test}
\theendnotes
\end{document}
works for me.
I have three types of quotes (sources with \footcitequelle , literature with \footcite and lexicons with \footcitelexika):
Code: Select all
\newcites{quelle}{Quellenverzeichnis}
\newcites{lexika}{Hilfsmittelverzeichnis}
\cleardoublepage
\phantomsection% hyperref package wrong page correcting
\addcontentsline{toc}{section}{Quellenverzeichnis}
\bibliographyquelle{Bibliographie/bibliographie}
\bibliographystylequelle{jurabib}
% Hilfsmittelverzeichnis
\cleardoublepage
\phantomsection% hyperref package wrong page correcting
\addcontentsline{toc}{section}{Hilfsmittelverzeichnis}
\bibliographylexika{Bibliographie/bibliographie}
\bibliographystylelexika{jurabib}
% Literatur
\cleardoublepage
\phantomsection% hyperref package wrong page correcting
\addcontentsline{toc}{section}{Literaturverzeichnis}
\renewcommand{\refname}{Literaturverzeichnis}
\bibliography{Bibliographie/bibliographie}
\bibliographystyle{jurabib}
This seams to me as something that could cause this kind of problem. I dont know ;(