-
I am using emacs version 25.0.50.1 from brew install. After first start of emacs, some packages will be downloaded, after I close it and restart again, there seems to have some problem when loading in…
-
I installed `typeout` via `npm` and got the following error when I tried to require the module:
```
module.js:340
throw err;
^
Error: Cannot find module 'aqueue'
at Function.Module.…
-
Hi,
Not sure if you consider this a problem (yet) or not but a number of glu\* functions are deprecated in OS X 10.9. The game builds and loads ok so if anything this is a low priority issue.
A sampl…
-
We would to use a CustomMapper class declared in a common jar for several app. But when we declare this class in the mapper interface (@Mapper withCustom), the generated java source doesn't map the fi…
Beuya updated
9 years ago
-
If I put an `` element inside a `` or ``, it looks great in HTML. However, in latex it becomes its own chapter. Not good for maintaining the same numbering scheme!
-
\pdftex_if_engine:TF always enters the true branch.
Test file:
\documentclass{article}
\usepackage{expl3}
\begin{document}
\ExplSyntaxOn
\pdftex_if_engine:TF{
\typeout{+++~PDF~MODE~+++}
}{
\ty…
-
When installing slime from melpa (slime-20141125.1537) I'm getting a lot of "cannot open load file" errors. Also, seems like this may be causing some issues for other contrib modules like [slime-compa…
rlazo updated
9 years ago
-
Check if using `\begin{verbatim}\end{verbatim}` causes any problems...
-
See this MWE:
```
\documentclass{minimal}
\usepackage{xparse}
\NewDocumentEnvironment{foo}{mm}{}{\typeout{\detokenize{, }}}
\begin{document}
\begin{foo}{a}{b}
\end{foo}
\end{document}
```
The expect…
phst updated
10 years ago
-
For example, the following asks for user input.
```
\typein [\files]{Enter file names to process, (chap1,chap2 ...), or `all' to process all files:}
\def\all{all}
\ifx\files\all \typeout{Including …