| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 9 months |
| seen | May 15 at 14:01 | |
| stats | profile views | 4 |
This guy is too lazy to say anything ...
|
Aug 30 |
comment |
How to define a hotkey in LyX to insert an inline listings? This can insert ERT for inline listing. However it's not what I really want. I want the xxxx command in command-sequence listing-insert; inset-settings; xxxx; which can set "inline true" for the inset. |
|
Aug 29 |
asked | How to define a hotkey in LyX to insert an inline listings? |
|
Aug 29 |
awarded | Supporter |
|
Aug 29 |
comment |
Why does \luaexec work but the luacode environment doesn't? The first way also gets error. The second works. |
|
Aug 28 |
awarded | Student |
|
Aug 28 |
asked | Why does \luaexec work but the luacode environment doesn't? |
|
Aug 21 |
comment |
redefine \ref so that it also shows page number? Heiko Oberdiek's answer should be more robust. |
|
Aug 21 |
comment |
redefine \ref so that it also shows page number? You can use \let\oldref=\ref
\renewcommand{\ref}[1]{\oldref{#1} (p\pageref{#1})}. It's simple yet maybe not very robust. |
|
Aug 21 |
comment |
How to build macros for vector-matrix operators? It involves calculations here. Although it's possible to do this by macros, I think it's not very simple. However, this may be simple in LuaLaTeX. |
|
Aug 21 |
answered | redefine \ref so that it also shows page number? |
|
Aug 17 |
awarded | Teacher |
|
Aug 17 |
answered | can't create \footnote because of math |