10.11.2 Greatest hits from previous weeks

10.11.2.1 Change line spacing inside the document
10.11.2.2 What are the available "documentclass" types and their uses?
10.11.2.3 Omitting the date when using \maketitle
10.11.2.4 What can I use to typeset MATLAB code in my document?
10.11.2.5 How to typeset the symbol '^' (caret/circumflex/hat)
10.11.2.6 How to type special/accented letters in LaTeX?
10.11.2.7 How to write partial differential equation (Ex. dQ/dt=ds/dt) with real partial derivative signs?
10.11.2.1 Change line spacing inside the document

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

This is my code 
\documentclass[12pt,a4paper]{book} 
\renewcommand{\baselinestretch}{1.5} 
\begin{document} 
\include{Chapter1} 
\end{document} 
I have please a question: 
I would change the line ... 
[line-spacing]
 
asked by researcher https://tex.stackexchange.com/landing/r/digest?cta=user&id=16097 Score of 179
10.11.2.2 What are the available "documentclass" types and their uses?

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

Some of the available classes of documents in LaTeX are well known and widely used, such as the article and beamer classes, while others are not so well known, such as the standalone class. 
I found ... 
[document-classes] [big-list]
 
asked by Vivi https://tex.stackexchange.com/landing/r/digest?cta=user&id=14 Score of 498
answered by Stefan Kottwitz https://tex.stackexchange.com/landing/r/digest?cta=user&id=213 Score of 162
10.11.2.3 Omitting the date when using \maketitle

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

I'm using the \author and \title commands to produce a title with \maketitle. I also know that there is a \date command to specify the date of my work. However, if I omit \date, \maketitle will ... 
[titles] [datetime]
 
asked by lockstep https://tex.stackexchange.com/landing/r/digest?cta=user&id=510 Score of 402
answered by frabjous https://tex.stackexchange.com/landing/r/digest?cta=user&id=411 Score of 398
10.11.2.4 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 119
10.11.2.5 How to typeset the symbol '^' (caret/circumflex/hat)

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

I need to display the symbol '^' 
d <- dist(fascores, method = "euclidean")^2 
How do I do that? 
[symbols]
 
asked by Cost https://tex.stackexchange.com/landing/r/digest?cta=user&id=17205 Score of 316
answered by Qrrbrbirlbel https://tex.stackexchange.com/landing/r/digest?cta=user&id=16595 Score of 415
10.11.2.6 How to type special/accented letters in LaTeX?

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

How to type these special letters from European languages in latex? 
A~\[Currency], A~(c), and L'? 
[symbols] [languages] [characters] [accents]
 
asked by user2918 https://tex.stackexchange.com/landing/r/digest?cta=user&id=2918 Score of 243
answered by Kit https://tex.stackexchange.com/landing/r/digest?cta=user&id=791 Score of 206
10.11.2.7 How to write partial differential equation (Ex. dQ/dt=ds/dt) with real partial derivative signs?

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

I would like to make a partial differential equation by using the following notation: 
dQ/dt 
(without / but with a real numerator and denomenator). Earlier today I got help from this page on how to ... 
[equations]
 
asked by David https://tex.stackexchange.com/landing/r/digest?cta=user&id=71265 Score of 137
answered by Sebastiano https://tex.stackexchange.com/landing/r/digest?cta=user&id=117876 Score of 16