e.g. to increase line spacing: \linespread{1.3}\selectfont{}
(specify a ratio in argument of \
linespread{X.XXX}
)
Src: http://tex.stackexchange.com/questions/113626/changing-spacing-of-caption
e.g. to increase line spacing: \linespread{1.3}\selectfont{}
(specify a ratio in argument of \
linespread{X.XXX}
)
Src: http://tex.stackexchange.com/questions/113626/changing-spacing-of-caption
float
package (as algorithm
is) are incompatible with the revtex4-1
class.H
, which avoids the environment to float.\documentclass[aip, amsmath, amssymb, reprint]{revtex4-1}
\usepackage{graphicx}
\usepackage{dcolumn}
\usepackage{bm}
%\usepackage{float} % loaded by algorithm
\usepackage{algorithm}
\usepackage{algpseudocode}
\usepackage{lipsum} % just for dummy text
\begin{document}
\lipsum[1]
\begin{algorithm}[H]
\caption{Hello}
\label{EPSA}
\begin{algorithmic}[1]
\State $T_m= \min\limits_k (T_c(k)), k_m= \arg\min\limits_k (T_c(k))$
\end{algorithmic}
\end{algorithm}
\lipsum[1]
\end{document}
Src: http://tex.stackexchange.com/questions/231191/algorithm-in-revtex4-1
The following command proposes a list of installed dictionaries to use:
Usually, M-x isp-c-d expands to the above also.
Src: http://stackoverflow.com/questions/218512/how-can-i-change-the-language-in-emacs-when-using-ispell
|
pkill -f csp_build.py
src: http://stackoverflow.com/questions/3510673/find-and-kill-a-process-in-one-line-using-bash-and-regex
svn merge
to preview svn update
Note: The trailing “dot” is the path of the working copy, and it is required even if you are already inside the working copy, which you should be after step 1.svn merge --dry-run -r BASE:HEAD .
svn update
does, too.svn merge
and check for conflicts. If you spot any, try using svn diff
to determine what is causing the conflict, or just prepare yourself to fix the conflict ASAP! update
will be with your working copy, run svn update
to let the fun begin!