| bio | website | |
|---|---|---|
| location | Santo Domingo, Dominican Republic | |
| age | 31 | |
| visits | member for | 2 years, 3 months |
| seen | yesterday | |
| stats | profile views | 45 |
|
May 7 |
comment |
RefTeX won't find my .bib file in local library tree @JosephWright, I tried \bibliography but RefTeX still does not find the .bib file. Wouldn't \bibliographystyle be BibTex syntax? |
|
May 7 |
asked | RefTeX won't find my .bib file in local library tree |
|
May 6 |
comment |
Encoding error when changing from LaTeX to XeTeX engine in Emacs AucTeX I've taken it out! Should I ask another question as to why it is wrong or can I ask here in the comment section? |
|
May 6 |
comment |
Encoding error when changing from LaTeX to XeTeX engine in Emacs AucTeX Thanks for clearing this up. I removed the inputenc package and now it works as I expected it to. I also saw in one of the log files that XeTeX begs the user not to use inputenc. On another note, would specifying \usepackage{lmodern} be redundant when using fonstpec? |
|
May 6 |
accepted | Encoding error when changing from LaTeX to XeTeX engine in Emacs AucTeX |
|
May 6 |
asked | Encoding error when changing from LaTeX to XeTeX engine in Emacs AucTeX |
|
May 2 |
comment |
Typeset directly in Spanish @DavidCarlisle, I have an awkward setup so I didn't copy paste them. Instead I retyped it. Troubleshooting an unrelated error yesterday I learned that my system is configured to UTF-8, which would explain why the code works for me, but when I change to Latin-1 it fails. |
|
May 1 |
comment |
Typeset directly in Spanish Strangely enough, the original code works fine for me but if I change to \usepackage[latin1]{inputenc} I get a Missing $ inserted`error. |
|
Apr 27 |
awarded | Citizen Patrol |
|
Apr 27 |
comment |
Auctex preview: How to suppress opening a new window? Duplicate? Emacs + Auctex, Latex environment |
|
Apr 20 |
comment |
What is your favorite Emacs and/or AUCTeX command/trick? @N.N. Done and done! Let me know if I should go into more detail or if the explanation reads clearly enough. |
|
Apr 20 |
revised |
What is your favorite Emacs and/or AUCTeX command/trick? Added an explanation, as kindly requested by @N.N. |
|
Apr 17 |
comment |
What is your favorite Emacs and/or AUCTeX command/trick? Here's a quick link to a step-by-step example: gnu.org/software/emacs/manual/html_node/org/…. |
|
Apr 17 |
answered | What is your favorite Emacs and/or AUCTeX command/trick? |
|
Mar 9 |
comment |
\SIrange[tophrase=dash] fails to render an en-dash That was it. I had a very old version of the documentation. Thanks for pointing it out. |
|
Mar 9 |
accepted | \SIrange[tophrase=dash] fails to render an en-dash |
|
Mar 9 |
comment |
\SIrange[tophrase=dash] fails to render an en-dash My apologies for taking so long to reply. Your answer works well. Thanks! What I still don't get is why the method suggested in the siunitx documentation fails to work. |
|
Mar 8 |
asked | \SIrange[tophrase=dash] fails to render an en-dash |
|
Jan 30 |
comment |
pgfplots: Legends in multiple y-axis plot overlapping It works well, but doesn't seem to suit this particular plot well. |
|
Jan 30 |
comment |
pgfplots: Legends in multiple y-axis plot overlapping I'm fine with doing things "by hand" as long as they work, and this worked just fine! Would it be possible to get it to work with \label and \ref. I noticed that it is position-dependent. I have another plot like this with an extra series in the first axis environment, and if I place the \addlegendimage{red,mark=*}{$\eta$} after that other series, the legend-image displays that series' style and not the one specified between the braces. The simple solution was to place the legend before that second \addplot in the first axis environment. |