9.60.2 Greatest hits from previous weeks

9.60.2.1 When should I use \input vs. \include?
9.60.2.2 Showcase of beautiful typography done in TeX & friends
9.60.2.3 How to change certain pages into landscape/portrait mode
9.60.2.4 Multi-line (block) comments in LaTeX
9.60.2.5 Column and row padding in tables
9.60.2.6 inputenc Error: Unicode char \u8: not set up for use with LaTeX
9.60.2.7 Align equation left
9.60.2.1 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 1460
answered by Michael Mrozek https://tex.stackexchange.com/landing/r/digest?cta=user&id=29 Score of 1338
9.60.2.2 Showcase of beautiful typography done in TeX & friends

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

If you were asked to show examples of beautifully typeset documents in TeX & friends, what would you suggest? Preferably documents available online (I'm aware I could go to a bookstore and find ... 
[typography] [big-list] [examples]
 
asked by wishihadabettername https://tex.stackexchange.com/landing/r/digest?cta=user&id=564 Score of 976
answered by raphink https://tex.stackexchange.com/landing/r/digest?cta=user&id=951 Score of 625
9.60.2.3 How to change certain pages into landscape/portrait mode

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

How can I change the orientation of some pages of my document into landscape mode, while leaving the others in portrait mode (or vice versa)? 
[landscape]
 
asked by hayalci https://tex.stackexchange.com/landing/r/digest?cta=user&id=183 Score of 433
answered by rcs https://tex.stackexchange.com/landing/r/digest?cta=user&id=118 Score of 452
9.60.2.4 Multi-line (block) comments in LaTeX

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

In LaTeX, % can be used for single-line comments. For multi-line comments, the following command is available in the verbatim package. 
\begin{comment} 
Commented code 
\end{comment} 
But is there a ... 
[comments]
 
asked by Arindam Pal https://tex.stackexchange.com/landing/r/digest?cta=user&id=17379 Score of 340
answered by guillem https://tex.stackexchange.com/landing/r/digest?cta=user&id=3941 Score of 269
9.60.2.5 Column and row padding in tables

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

How do you guys go about controlling column padding in tables? 
Update 
To clarify, I'm looking for a way to control both vertical and horizontal padding. So, if I had a simple table like in the ... 
[tables] [spacing] [columns]
 
asked by JustDanyul https://tex.stackexchange.com/landing/r/digest?cta=user&id=8615 Score of 452
answered by Werner https://tex.stackexchange.com/landing/r/digest?cta=user&id=5764 Score of 359
9.60.2.6 inputenc Error: Unicode char \u8: not set up for use with LaTeX

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

This is with ref to my previous question Package clash in multilingual report. 
\documentclass[11pt,table,a4paper]{article} 
\usepackage{lmodern} 
\usepackage[utf8]{inputenc} 
\usepackage[T1]{fontenc} 
\... 
[errors] [unicode] [languages] [cyrillic] [input-encodings]
 
asked by Manish https://tex.stackexchange.com/landing/r/digest?cta=user&id=19116 Score of 133
answered by egreg https://tex.stackexchange.com/landing/r/digest?cta=user&id=4427 Score of 101
9.60.2.7 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 Score of 124
answered by Ludovic C. https://tex.stackexchange.com/landing/r/digest?cta=user&id=31058 Score of 116