| bio | website | sigurdhsson.org |
|---|---|---|
| location | Gothenburg, Sweden | |
| age | 23 | |
| visits | member for | 2 years, 10 months |
| seen | 43 mins ago | |
| stats | profile views | 136 |
Student at Chalmers University of Technology.
|
May 19 |
revised |
Using commas in mathematical formulas added 1 characters in body |
|
May 19 |
answered | Using commas in mathematical formulas |
|
Apr 18 |
awarded | Informed |
|
Apr 10 |
comment |
Include graphics from the web This has come up in the past, e.g. Can I use an image located on the web in a LaTeX document?, Creating a URL downloading command to be used with e.g. \includegraphics and other questions. See also the download package on CTAN. |
|
Apr 8 |
revised |
LaTeX Introductions in languages other than English fixed broken links |
|
Apr 7 |
comment |
Use of \GetIdInfoAuxI doesn't match its definition and other errors @DavidCarlisle: Good idea :). Turns out \AtEndPreamble works better than \AfterEndPreamble. |
|
Apr 7 |
answered | Use of \GetIdInfoAuxI doesn't match its definition and other errors |
|
Apr 7 |
comment |
Use of \GetIdInfoAuxI doesn't match its definition and other errors Perhaps using \AfterEndPreamble from the etoolbox package instead of \AtBeginDocument is a cleaner solution? |
|
Apr 6 |
answered | Remove section numbering but retain the short-title optional argument |
|
Apr 5 |
comment |
Remove section numbering but retain the short-title optional argument\section* doesn't add a TOC entry an thus the second argument is pointless (and unsupported). If you want all sections to be unnumbered, set secnumdepth instead. |
|
Apr 1 |
comment |
\insertshortpart is never empty? For the difference between \empty and \@empty, see What is the difference between \empty and \@empty?. |
|
Mar 30 |
comment |
Dedicated ToC page What's happening instead, and what have you tried so far? |
|
Mar 30 |
comment |
Is there a ready solution to typeset a diff file? You could use minted, potentially with a custom style for Pygments? |
|
Mar 28 |
comment |
How to stop pdflatex from mixing up already compiled tikz pdfs AFAIK, tikzexternalize names the resulting PDF files by order of occurrence in the document. Moving figures around in the code (or removing some, as you effectively do) will cause TikZ to think that the figure is already compiled, and load the (incorrect) figure. Perhaps this is the problem? |
|
Mar 27 |
comment |
Vector Notation in optimization problems This is highly subjective but I usually 1) use \vec (so it's easier to change the appearance of vectors should it be necessary) and 2) load isomath and \let\vec\vectorsym, because it usually works out (and arrows are ugly). |
|
Feb 6 |
comment |
\includegraphics caused missing number, treated as zero error We'd like to keep answers separate from questions, so you should write a separate answer (or accept an existing answer) instead of editing your question. Self-answers are perfectly admissible, and a well-written answer may earn you additional reputation. |
|
Feb 6 |
revised |
\includegraphics caused missing number, treated as zero error removed "resolved" edit |
|
Feb 6 |
suggested | suggested edit on \includegraphics caused missing number, treated as zero error |
|
Feb 3 |
comment |
How do I move the package implementation to the back of the documentation? As I explained in my answer, with modification of the method used in skdoc you can get what you want. Unless I've misunderstood. |
|
Feb 2 |
comment |
How do I move the package implementation to the back of the documentation? My other packages ( skrapport, skmath and download) use it. |