6.4.2 Greatest hits from previous weeks

6.4.2.1 Write pseudo code in latex
6.4.2.2 LaTeX template for resume/curriculum vitae
6.4.2.3 How to force a table into page width?
6.4.2.4 How to include SVG diagrams in LaTeX?
6.4.2.5 Changing the font size in a table
6.4.2.6 What is the difference between \dfrac and \frac?
6.4.2.7 making appendix for thesis
6.4.2.1 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 108 votes
answered by karlkoeller https://tex.stackexchange.com/landing/r/digest?cta=user&id=27635 152 votes
6.4.2.2 LaTeX template for resume/curriculum vitae

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

If you have a TeX'ed resume, did you use a template or make your own? Are there any useful packages? What looks the most professional? How about special considerations for different areas of work  ... 
[packages] [templates] [cv]
 
asked by Otis https://tex.stackexchange.com/landing/r/digest?cta=user&id=8 512 votes
answered by Konrad Rudolph https://tex.stackexchange.com/landing/r/digest?cta=user&id=42 210 votes
6.4.2.3 How to force a table into page width?

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

I have the following table: 
\begin{table}[htb] 
\begin{tikzpicture} 
\node (table) [inner sep=0pt] { 
\begin{tabular}{ l | l } 
{\bf Symptom} & {\bf Metric} \\ 
\hline 
Class that has many accessor  ... 
[tables] [margins]
 
asked by RoflcoptrException https://tex.stackexchange.com/landing/r/digest?cta=user&id=3316 212 votes
answered by Martin Scharrer https://tex.stackexchange.com/landing/r/digest?cta=user&id=2975 180 votes
6.4.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 517 votes
answered by Martin H https://tex.stackexchange.com/landing/r/digest?cta=user&id=632 276 votes
6.4.2.5 Changing the font size in a table

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

What's the recommend way of changing the font size in a particular table? Is there a better way than enclosing all values with, for example, the \tiny function. 
[tables] [floats] [fontsize]
 
asked by csgillespie https://tex.stackexchange.com/landing/r/digest?cta=user&id=224 172 votes
answered by lockstep https://tex.stackexchange.com/landing/r/digest?cta=user&id=510 112 votes
6.4.2.6 What is the difference between \dfrac and \frac?

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

The title says it all, both \dfrac{a}{b} and \frac{a}{b} make fractions, so what is the difference between the two? 
[math-mode] [amsmath]
 
asked by YYC https://tex.stackexchange.com/landing/r/digest?cta=user&id=37383 116 votes
6.4.2.7 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 
... 
[appendices] [thesis]
 
asked by user13017 https://tex.stackexchange.com/landing/r/digest?cta=user&id=13017 175 votes
answered by Gonzalo Medina https://tex.stackexchange.com/landing/r/digest?cta=user&id=3954 201 votes