11.34.2 Greatest hits from previous weeks

11.34.2.1 Making the bibliography appear in the table of contents
11.34.2.2 How can I make an enumerate list start at something other than 1?
11.34.2.3 making appendix for thesis
11.34.2.4 How to include SVG diagrams in LaTeX?
11.34.2.5 How to add an empty line between paragraphs?
11.34.2.6 How to vertically-center the text of the cells?
11.34.2.7 Write pseudo code in latex
11.34.2.1 Making the bibliography appear in the table of contents

https://tex.stackexchange.com/landing/r/digest?cta=question&id=8458

I need to make my (BibTeX) references section appear in the table of contents of my LaTeX document (documentclass: article), with section numbering too. 
My approach until now has been making a new ... 
[sectioning] [table-of-contents] [bibliographies]
 
asked by Genba https://tex.stackexchange.com/landing/r/digest?cta=user&id=2311 Score of 265
answered by lockstep https://tex.stackexchange.com/landing/r/digest?cta=user&id=510 Score of 196
11.34.2.2 How can I make an enumerate list start at something other than 1?

https://tex.stackexchange.com/landing/r/digest?cta=question&id=142

Sometimes, I want to have enumerate lists in LaTeX start at other than the first value (1, a, i, etc.) How can I make an enumerate list start at an arbitrary value? 
[lists] [numbering] [enumerate]
 
asked by vanden https://tex.stackexchange.com/landing/r/digest?cta=user&id=93 Score of 639
answered by ShreevatsaR https://tex.stackexchange.com/landing/r/digest?cta=user&id=48 Score of 774
11.34.2.3 making appendix for thesis

https://tex.stackexchange.com/landing/r/digest?cta=question&id=49643

I need some help with creating an appendix for my thesis. I have about 10 figures which need to be in the appendix. I have a good appendix with the following code: 
\appendix 
\addcontentsline{toc}{... 
[appendices] [thesis]
 
asked by user13017 https://tex.stackexchange.com/landing/r/digest?cta=user&id=13017 Score of 234
answered by Gonzalo Medina https://tex.stackexchange.com/landing/r/digest?cta=user&id=3954 Score of 251
11.34.2.4 How to include SVG diagrams in LaTeX?

https://tex.stackexchange.com/landing/r/digest?cta=question&id=2099

I'm making all my diagrams in SVG format using Inkscape and then I export them to some other format (e.g. PDF, EPS or PNG). I wrote a short script that does this for me automatically, but I'd like to ... 
[graphics] [svg]
 
asked by Martin Tapankov https://tex.stackexchange.com/landing/r/digest?cta=user&id=711 Score of 740
answered by Speravir https://tex.stackexchange.com/landing/r/digest?cta=user&id=9237 Score of 222
11.34.2.5 How to add an empty line between paragraphs?

https://tex.stackexchange.com/landing/r/digest?cta=question&id=135134

I have two sections which I'd like to separate by an empty line. Every time I press Enter, LyX removes that empty line between paragraphs. How do I prevent this? 
[spacing] [lyx]
 
asked by goldisfine https://tex.stackexchange.com/landing/r/digest?cta=user&id=37301 Score of 173
answered by Werner https://tex.stackexchange.com/landing/r/digest?cta=user&id=5764 Score of 186
11.34.2.6 How to vertically-center the text of the cells?

https://tex.stackexchange.com/landing/r/digest?cta=question&id=7208

I have a simple table as follows: 
\begin{table*} 
\centering 
\begin{tabular}{|l|c|c|c|c|p{2in}|} 
... 
... 
\end{tabular} 
\caption{The factors the camera solver depends on to ... 
[tables] [vertical-alignment]
 
asked by Rafid https://tex.stackexchange.com/landing/r/digest?cta=user&id=2418 Score of 209
answered by Display Name https://tex.stackexchange.com/landing/r/digest?cta=user&id=2099 Score of 52
11.34.2.7 Write pseudo code in latex

https://tex.stackexchange.com/landing/r/digest?cta=question&id=163768

I am trying to write pseudo code in my paper. Here is the snippet and image like what I want.  Can some one please help me to format it. 
\begin{algorithm} 
\caption{Euclida^\200\231s algorithm}\label{euclid} 
\... 
[algorithms]
 
asked by cyclic https://tex.stackexchange.com/landing/r/digest?cta=user&id=47334 Score of 139
answered by karlkoeller https://tex.stackexchange.com/landing/r/digest?cta=user&id=27635 Score of 185