8.26.2 Greatest hits from previous weeks

8.26.2.1 Show equation number only once in align environment
8.26.2.2 When should I use \input vs. \include?
8.26.2.3 What can I use to typeset MATLAB code in my document?
8.26.2.4 Write pseudo code in latex
8.26.2.5 TexMaker - "File not found" when viewing as pdf
8.26.2.6 How to use \multirow
8.26.2.7 Why does \\ not return a new line in an equation?
8.26.2.1 Show equation number only once in align environment

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

I want the equation number to be shown only at the last line, or better, somewhere in the middle of all. So instead of (1), (2), ... only (1). 
I use \begin{align} ... \end{align} 
[equations] [align]
 
asked by Theta30 https://tex.stackexchange.com/landing/r/digest?cta=user&id=5350 Score of 242
answered by Gonzalo Medina https://tex.stackexchange.com/landing/r/digest?cta=user&id=3954 Score of 224
8.26.2.2 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 Score of 1363
answered by Michael Mrozek https://tex.stackexchange.com/landing/r/digest?cta=user&id=29 Score of 1236
8.26.2.3 What can I use to typeset MATLAB code in my document?

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

This question led to a new package: 
matlab-prettifier 
Does anybody have a quick and easy way to typeset some relatively long MATLAB code in the appendix? I looked up a few methods, and the mcode ... 
[listings] [highlighting] [matlab]
 
asked by suzu https://tex.stackexchange.com/landing/r/digest?cta=user&id=19279 Score of 116
answered by Vivi https://tex.stackexchange.com/landing/r/digest?cta=user&id=14 Score of 93
8.26.2.4 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 126
answered by karlkoeller https://tex.stackexchange.com/landing/r/digest?cta=user&id=27635 Score of 174
8.26.2.5 TexMaker - "File not found" when viewing as pdf

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

At the moment I'm having a problem when trying to view my LaTeX file as a PDF. Whether I do it internal or external I both the error "File not found.". 
I have no idea what file it means. I've read ... 
[errors] [pdf] [texmaker]
 
asked by Floris Devriendt https://tex.stackexchange.com/landing/r/digest?cta=user&id=12124 Score of 34
8.26.2.6 How to use \multirow

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

I can compile this table separately but when I want to compile the whole file, it gives me an error, which is fixed by removing \multirow. 
\usepackage{multirow} 
\begin{table}[htbp] 
\begin{center} 
\... 
[tables] [multirow]
 
asked by anna https://tex.stackexchange.com/landing/r/digest?cta=user&id=18922 Score of 122
answered by Gonzalo Medina https://tex.stackexchange.com/landing/r/digest?cta=user&id=3954 Score of 189
8.26.2.7 Why does \\ not return a new line in an equation?

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

\begin{equation*}\label{eq:pareto mle2} 
A_0 = \frac{1}{(\alpha+t_x)^{r+s+x}}{}_2F_1\left(r+s+x,x+1;r+s+x+1;\frac{\alpha-\beta}{\alpha + t_x} \right ) "\\\" <br> 
- \frac{1}{(\alpha+T)^{r+s+x}}{}... 
[equations] [line-breaking]
 
asked by user3714137 https://tex.stackexchange.com/landing/r/digest?cta=user&id=60029 Score of 101
answered by Mico https://tex.stackexchange.com/landing/r/digest?cta=user&id=5001 Score of 50