Agatha Mallett
Agatha Mallett
Adding `eqref: ["{\\text{Equation }\\ref{#1}}",1]` to `MathJax.tex.macros` indeed gets me very nearly what I want for now (not quite though—I'd like the whole "Equation 1" to be a link, not just...
Simpler example, which I coded up to report as a bug, before discovering that it had been reported before: ```cpp #include #include int main( int, char*[] ) { #define DIR...
This seems like kindof an immense amount of code to accomplish this, though I don't doubt it works, as a workaround. I'll keep with hackish solutions to keep my page...
I don't believe so, no. Specifically, `/Fo` specifies the path for each individual file (which can be used, as in my case, to specify the relative directory), whereas `objdir(...)` only...
Although I posed this as problems with the build, admittedly I was not testing on a project where there actually are duplicate filenames. I can confirm that premake detects this...
A one-word element is either (1) one of the defined HTML elements or (2) grammatically disallowed. The problem with the current error message for case (2) is that it doesn't...