6.11.2 Greatest hits from previous weeks

6.11.2.1 Change image size
6.11.2.2 inputenc Error: Unicode char \u8: not set up for use with LaTeX
6.11.2.3 How can I get bold math symbols?
6.11.2.4 making appendix for thesis
6.11.2.5 How to create fixed width table columns with text raggedright/centered/raggedleft?
6.11.2.6 Making the bibliography appear in the table of contents
6.11.2.7 Why is \newpage ignored sometimes ?
6.11.2.1 Change image size

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

I'm trying to change the image size (make it look smaller than the original). 
I tried with the next code but the image still shows at its original size. 
\begin{figure}[h!] 
\centering 
... 
[graphics]
 
asked by Enrique https://tex.stackexchange.com/landing/r/digest?cta=user&id=16973 70 votes
answered by DJJerome https://tex.stackexchange.com/landing/r/digest?cta=user&id=2863 67 votes
6.11.2.2 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 110 votes
answered by egreg https://tex.stackexchange.com/landing/r/digest?cta=user&id=4427 86 votes
6.11.2.3 How can I get bold math symbols?

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

To make Latin-letter variables bold I can use e.g. \mathbf{a}, but while putting Greek letters or symbols such as \nabla inside \mathbf doesn't cause any errors or warnings, it also doesn't do  ... 
[fonts] [math-mode] [symbols] [bold]
 
asked by Michael Underwood https://tex.stackexchange.com/landing/r/digest?cta=user&id=32 447 votes
answered by Mark Meckes https://tex.stackexchange.com/landing/r/digest?cta=user&id=206 387 votes
6.11.2.4 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 178 votes
answered by Gonzalo Medina https://tex.stackexchange.com/landing/r/digest?cta=user&id=3954 202 votes
6.11.2.5 How to create fixed width table columns with text raggedright/centered/raggedleft?

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

I would like to create a table with some columns' width specified, while the text in those columns should be centered both horizontally and vertically. I found out that 
\usepackage{array} 
... 
[tables] [horizontal-alignment] [width]
 
asked by Covi https://tex.stackexchange.com/landing/r/digest?cta=user&id=3970 255 votes
answered by lockstep https://tex.stackexchange.com/landing/r/digest?cta=user&id=510 390 votes
6.11.2.6 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 172 votes
answered by lockstep https://tex.stackexchange.com/landing/r/digest?cta=user&id=510 130 votes
6.11.2.7 Why is \newpage ignored sometimes ?

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

I have the following towards the end of an article. The bibliography is short (4 entries). 
What's happening is that on the very last page of document I get the chart and immediately afterwards the  ... 
[floats] [page-breaking]
 
asked by wishihadabettername https://tex.stackexchange.com/landing/r/digest?cta=user&id=564 133 votes
answered by Will Robertson https://tex.stackexchange.com/landing/r/digest?cta=user&id=179 185 votes