| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 3 months |
| seen | 1 hour ago | |
| stats | profile views | 321 |
|
May 16 |
comment |
Modified \pageref Please have a look at tex.stackexchange.com/questions/32285/… which might be an exact duplicate. |
|
May 15 |
comment |
Finding a more efficient editor for collaboration of LaTeX people and Word people @PredragPunosevac: Yes I am. The highlighting is already in the LaTeX code generated by LyX. |
|
May 15 |
comment |
Referencing to “above” or “below”? @Simifilm: Please consider asking this as a dedicated question, including a complete minimal working example (MWE) that illustrates your problem. |
|
May 15 |
revised |
Finding a more efficient editor for collaboration of LaTeX people and Word people fixed corrupted screenshot |
|
May 15 |
answered | Finding a more efficient editor for collaboration of LaTeX people and Word people |
|
May 13 |
reviewed | Approve suggested edit on Question about beamer - Head shaded with CambridgeUS |
|
May 8 |
reviewed | Close Is the current lualibs broken? |
|
May 6 |
comment |
How to draw stack diagram with TiKz? +1 Nice package, very useful! As we like to be answers on this site to be self-contained, it would be nice if you could add a minimal working example that demonstrates your package. Moreover, if we recommend our own work (which is perfectly okay!) we tend to make this somehow explicit in the answer (e.g., add a "written by me" or "my drawstack package"). |
|
May 2 |
reviewed | Approve suggested edit on LaTeX 'Missing $' Cannot find the reason |
|
May 2 |
revised |
Comprehensive list of tools that simplify the generation of LaTeX tables Added heading to reflect the style of other answers |
|
May 2 |
awarded | Nice Question |
|
Apr 29 |
comment |
Export Beamer doc to 2 slides per page This is pretty easy with pdfnup. See, for example this answer on a usage example. |
|
Apr 26 |
revised |
Parsing hexadecimal numbers to binary and iterating over bits deleted 4 characters in body |
|
Apr 26 |
comment |
Parsing hexadecimal numbers to binary and iterating over bits @TheCompiler: For \foreach you just have to expand it first, e.g., with \edef. I have now posted this as an answer. |
|
Apr 26 |
answered | Parsing hexadecimal numbers to binary and iterating over bits |
|
Apr 26 |
comment |
Parsing hexadecimal numbers to binary and iterating over bits Note also this related question. |
|
Apr 26 |
comment |
Parsing hexadecimal numbers to binary and iterating over bits It is not absolutely clear to me what you want, hence I write this as a comment: Take a look at the bitset package by Heiko Oberdiek. It provides the abstraction of bitsets of various lenght, which can be initialized from a hex value by \bitsetSetHex. Individual bits can be tested (\bitsetGet) or all set lists transformed into a comma-separated list (\bitsetGetSetBitList) to be then iterated with, e.g., \foreach. |
|
Apr 26 |
awarded | Pundit |
|
Apr 23 |
comment |
High level digital design in TikZ +1 for Claudio, who turns every answer into a full-blown tutorial :-) |
|
Apr 23 |
comment |
Output TeX into a PDF template @MatthewLeingang: Thanks, done. |