Latex tools

When using links to WolframAlpha we need to escape the '%'.

In order to use this;
\usepackage{hyperref}
Input:
Add href code?
Output:
Example;
\begin{equation}
\href{http://www.wolframalpha.com/input/?i=integral+of+\%281+-+x\%5E2\%29\%5E.5+dx+on+-1+to+1}{
\int_{-1}^1 \sqrt{1 - x^2} dx = \frac{1}{2} \pi
}
\end{equation}


(This page is almost the same as the post value generator page.)

Obfuscate your text

Paste here all your text (open pdf, ctrl + A, ctrl + c, click here, ctrl + v)




When summarizing in latex, it's a good practice to copy the whole text. (paragraph by paragraph)
And then start reading and summarize the text, without deleting it. (i.e. when commented, you can leave it there)
This next tool lets you make comments of the text, to paste in your latex editor.
(i.e. adding % in front of every line)