| bio | website | |
|---|---|---|
| location | North Rhine-Westphalia | |
| age | 28 | |
| visits | member for | 1 year, 2 months |
| seen | Mar 23 at 13:50 | |
| stats | profile views | 10 |
|
Mar 10 |
comment |
How to write “ä” and other umlauts and accented letters in bibliography? It would be really helpful if some kind fellow could update this answer for XeLaTeX too, because that does not support inputenc. |
|
Mar 9 |
comment |
Change font in a single paragraph OP did not mandate the use of PdfLaTeX, and for those who use IDE like software for LaTeX work can just switch to XeLaTeX using some easy option. This is much more neat compared to the methods that require finding the LaTeX friendly font family names, which actually look nothing like the human readable versions of them. But fontspec would just accept the human readable version, which is really convenient. |
|
Jan 18 |
comment |
Is there a way to use a document class/package from another folder? It is very surprising though that in all of these answers and similar posts, nobody could mention a way to locally include a documentclass file by relative path. I have seen people do that before, but I have been out of practise for quite some time and now I cannot figure out how to do it :( |
|
Apr 22 |
comment |
How to push image at the bottom of the present slide? @percusse: Your suggestion worked nicely! Now they are lined up :) Thank you! barbara beeton: You are right, the two graphs are not lined up, and even when the images are aligned as I wanted them to be, the graphs will not line up with the other image nicely. I need to come up with better images for that. |
|
Mar 24 |
comment |
Including longtable as subfigure Thanks for the quick response! Here is the code that I have tried. I just guessed it. I have not seen this anywhere. |
|
Mar 7 |
comment |
Remove keywords from code 'listings' I looked into it a bit, and keywords is not what I want, because it resets the list of keywords and the ones listed inside keywords are the only keywords that get highlighted. |
|
Mar 7 |
comment |
Remove keywords from code 'listings' That is exactly what I was about to comment on. Using only keywords seems to remove all Python keywords, which I do not want. That was the reason I used otherkeywords to begin with. |
|
Mar 6 |
comment |
Remove keywords from code 'listings' Very silly of me! I did not realize I could use keywords. I thought otherkeywords or morekeywords is the one I should use to add more keywords to the set. Thank you very much! |
|
Mar 6 |
comment |
Remove keywords from code 'listings' You are right. It is my mistake. I have added code. |