|
Mar 5 |
comment |
listings package and latex3 variable thanks a lot. I had tried to define such an "inner function" before, but defining \methods_code:V directly instead of using \cs_generate_variant. That produced the same error, can you explain why the \cs_generate_variant is mandatory in this case? |
|
Mar 3 |
comment |
Prevent underful hbox in custom environment regarding the optional arguments: I know, that it is not a good solution, I wanted to have a look at using a comma-separated parameter after I know the rest of the code won't need any bigger changes for solving the hbox problem ;) |
|
Mar 3 |
comment |
Prevent underful hbox in custom environment thanks. so the \wd0\relax\box0 calculates the width used by the contents of \sbox0? |
|
Mar 15 |
comment |
sidewaystable misplaced in twocolumn document Thank you very much for your help! This works fine in the original document, too. |
|
Mar 12 |
comment |
sidewaystable misplaced in twocolumn document @wasteofspace I added a working example and a link to the class (which is from the journal's publisher). I also added two screenshots of the result of the example on my installation to clarify the problem. |
|
Jan 23 |
comment |
line break inside cases environment thanks, this works well. I changed it to an align environment too (there are more lines in the document, I reduced it for asking here) |