Footnote spacing in LaTeX

\footnotesep is the space between footnotes: \setlength{\footnotesep}{0.5cm} \footins is the space between the text body and the footnotes: \setlength{\skip\footins}{2cm} You might want to play around with the actual numbers, I’ve just chosen some values where you will actually see the difference.

Can I add LaTeX packages to MathJax?

Is there a way of using LaTeX packages with MathJax? No. MathJax isn’t LaTeX; it processes input that is LaTeX-like (as close as it reasonably can be to true LaTeX), but the way it works under the hood is very different. One difference in particular is that MathJax only implements the math-mode macros, not all … Read more

Pdflatex for windows

There’s no reason to complicate things with Cygwin. Go download and install a TeX distribution for Windows – I personally use TeX Live, but various other distributions are available, such as MikTeX or W32TeX. If you want to use UTF-8 for your bibliography, and you’re using BibTeX, I recommend using bibtexu instead of the regular … Read more

How to get the value of the document title in latex?

Using \@title does not work because \maketitle clears \@title. This seems silly to me but that’s the way it is. One solution is to redefine \title to save the title somewhere else. For instance, \def\title#1{\gdef\@title{#1}\gdef\THETITLE{#1}} then use \THETITLE. You can do the other way around: \def\MYTITLE{…} then \title{\MYTITLE} and later use \MYTITLE again.

Best way to draw a bar chart in LaTeX? [closed]

Package: bchart Manual Example code: \documentclass[varwidth=true, border=2pt]{standalone} \usepackage{bchart} \begin{document} \begin{bchart}[step=2,max=10] \bcbar{3.4} \smallskip \bcbar{5.6} \medskip \bcbar{7.2} \bigskip \bcbar{9.9} \end{bchart} \end{document} Result: Package: pgfplots Manual: Page 81 – 89 Example code: % Source: https://tex.stackexchange.com/a/8584/5645 \documentclass[varwidth=true, border=2pt]{standalone} \usepackage{pgfplots} \begin{document} \begin{tikzpicture} \begin{axis}[ symbolic x coords={a small bar, a medium bar, a large bar}, xtick=data ] \addplot[ybar,fill=blue] coordinates { (a … Read more

How to strike out inside LaTeX equations? [closed]

It looks like the \sout doesn’t work inside a math env. You can try doing something like this, which works: \documentclass{article} \usepackage{ulem} \begin{document} The sout tag works perfect in the \sout{main text area} but not inside the equations. $list = $[1, \sout{2}, 3, \sout{4}, 5, \sout{6}, 7, \sout{8}, 9, \sout{10}$]$ Any clue? \end{document}

How do I indicate an en-dash while in math mode using LaTeX?

The simplest way is to use $S=1\mbox{–}2$. If you already have \usepackage{amsmath} in your document’s preamble, however, you’re better off using \text: $S=1\text{–}2$ because \text will adjust the size of the font when used in super- and subscripts: $S_{1\text{–}2}=0$. An en dash used in math may easily be confused with a minus sign. You may … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)