GeneralPlease bear with me: 2 urgent question due to thesis stress

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Mixhael
Posts: 26
Joined: Sun Oct 05, 2008 12:56 pm

Please bear with me: 2 urgent question due to thesis stress

Post by Mixhael »

hi all,

I am very aware of the forum-guidelines, but as I am in urgent need of answers and simultaneously need to spend all my time on the final chapter and conclusion of my thesis by tomorrow and I already tried to find out the answers to my questions with no results, I hope you will see this for once through the fingers...

If not: my bad, I will understand.

Anyway, the two questions are as follows:

1) I have included several pictures at the end of my document. When I include a listoffigures the numbering of picture-labels includes the last chapter (eg: 5.1, 5.2, 5.3 etc...). Question: how do I make sure they are only numbered as 1, 2, 3 etc..

2) I am using biblatex for my references. And the misc-type to quote interviews. My supervisor wants me to omit the year from citations. I know you can rewrite biblatex citations using latex itself. However I have no clue how. The citations apear now as follows: (authorname, year). how do I reconfigure it to show only authorname? biblatex command is: \usepackage[style=authoryear-ibid,hyperref]{biblatex}

Anyway: once more, if this isn't allowed I will well understood.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Please bear with me: 2 urgent question due to thesis stress

Post by gmedina »

Hi,

for 1), add (in the preamble of your document) the following lines:

Code: Select all

\usepackage{chngcntr}
\counterwithout{figure}{chapter}
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Mixhael
Posts: 26
Joined: Sun Oct 05, 2008 12:56 pm

Please bear with me: 2 urgent question due to thesis stress

Post by Mixhael »

thanks! :)

as for question two, I thus mean to change the misc type in order references to it will be written as (authorname) instead (authorname, year)
Post Reply