6.52.2 Greatest hits from previous weeks

6.52.2.1 Using the \tab Command
6.52.2.2 Align equation left
6.52.2.3 Making the bibliography appear in the table of contents
6.52.2.4 How do I align an image to centre?
6.52.2.5 Write pseudo code in latex
6.52.2.6 When should I use \input vs. \include?
6.52.2.7 Superscript outside math mode
6.52.2.1 Using the \tab Command

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

I have seen several cases of people using the \tab command to insert a specific amount of space between objects (as opposed to the \hfill command which uses any remaining space).  However, I have ... 
[spacing]
 
asked by Mathematician https://tex.stackexchange.com/landing/r/digest?cta=user&id=49199 63 votes
answered by Mathematician https://tex.stackexchange.com/landing/r/digest?cta=user&id=49199 69 votes
6.52.2.2 Align equation left

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

Here is my split equation: 
\documentclass{article} 
\usepackage{amsmath} 
\begin{document} 
\begin{equation} 
\begin{split} 
a_{ijk} =& \frac {Pr(M_{I} =2  \&  M_J=1 \& M_K =1 | I=i , J=j , K=... 
[equations] [align]
 
asked by user35571 https://tex.stackexchange.com/landing/r/digest?cta=user&id=35571 78 votes
answered by Ludovic C. https://tex.stackexchange.com/landing/r/digest?cta=user&id=31058 77 votes
6.52.2.3 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 186 votes
answered by lockstep https://tex.stackexchange.com/landing/r/digest?cta=user&id=510 139 votes
6.52.2.4 How do I align an image to centre?

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

How do I align an image to centre? 
In a beamer presentation I have a 2-3 items on a slide followed by an image. 
The image is not wide enough to cover whole slide, so it leaves around 30% space from ... 
[beamer] [horizontal-alignment]
 
asked by epsilon8 https://tex.stackexchange.com/landing/r/digest?cta=user&id=12860 59 votes
6.52.2.5 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 115 votes
answered by karlkoeller https://tex.stackexchange.com/landing/r/digest?cta=user&id=27635 159 votes
6.52.2.6 When should I use \input vs. \include?

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

There are two different commands to incorporate another file into the source of some document, \input and \include. When should I use one or the other? What are the differences between them? Are there ... 
[include] [input]
 
asked by Phil Miller https://tex.stackexchange.com/landing/r/digest?cta=user&id=60 1198 votes
answered by Michael Mrozek https://tex.stackexchange.com/landing/r/digest?cta=user&id=29 1059 votes
6.52.2.7 Superscript outside math mode

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

What is the easiest way to superscript text outside of math mode? 
For example, let's say I want to write the $n^{th}$ element, but without the math mode's automatic italicization of the th.  And what ... 
[superscripts]
 
asked by jamaicanworm https://tex.stackexchange.com/landing/r/digest?cta=user&id=9757 424 votes
answered by Werner https://tex.stackexchange.com/landing/r/digest?cta=user&id=5764 620 votes