multiarch
file from /etc/dpkg/dpkg.cfg.d
:# cd /etc/dpkg/dpkg.cfg.d
# mv multiarch multiarch.backup
# aptitude update
Since Ubuntu 12.10, you should use
%dpkg --remove-architecture i386
multiarch
file from /etc/dpkg/dpkg.cfg.d
:# cd /etc/dpkg/dpkg.cfg.d
# mv multiarch multiarch.backup
# aptitude update
%dpkg --remove-architecture i386
\textendash
\textemdash
\textminus
\newcommand{\textfigdash}{\char"2012 }%figure dash ‒
\begin{minipage}{\textwidth}
\renewcommand{\thempfn}{\arabic{mpfootnote}}
...
\end{minipage}
\@latex@warning{My message}
prints "file.tex:10: My message on input line 10"\@latex@warning@no@line{My message}
prints "file.tex:0: My message"TODO... |
\todo{Finish Thanks section!}
\makeatletter
\newcommand{\todo}[1][]{\@latex@warning{TODO #1}\fbox{TODO\dots}}
\makeatother
\usepackage[trim]{tokenizer}
\def\SH@GetTokens#1,#2\@empty{%
\def\SH@token{#1}%
\ifx\SH@trimtokens\SH@true% strip spaces if requested
\TrimSpaces\SH@token%
\fi%
\SH@DefineCommand{\SH@FirstArgName}{\SH@token}%
\SH@DefineCommand{\SH@SecondArgName}{#2}%
}
\def\SH@CheckTokenSep#1,#2\@empty{%
\def\SH@CTSArgTwo{#2}%
\ifx\SH@CTSArgTwo\@empty%
\edef\SH@TokenValid{\SH@false}%
\else%
\edef\SH@TokenValid{\SH@true}%
\fi%
}
\fbox{\includegraphics[width=\textwidth]{file.png}}
\fbox{\includegraphics[width=\textwidth-\fboxrule-\fboxrule]{file.png}}
\fbox{\includegraphics[width=\columnwidth-\fboxrule-\fboxrule]{file.png}}