| bio | website | |
|---|---|---|
| location | ||
| age | 28 | |
| visits | member for | 2 years, 3 months |
| seen | 41 mins ago | |
| stats | profile views | 615 |
|
Jan 6 |
comment |
language option supported in listings While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. |
|
Oct 2 |
comment |
New bib(la)tex-entrytype for music-scores @johlie This is very possible. I'm sorry, but I don't have time to figure it out at the moment. Maybe you'd like to ask a follow-up question. |
|
Oct 1 |
comment |
New bib(la)tex-entrytype for music-scores @johlie It's because the authoryear style redefines the date macro: \renewbibmacro*{date}{}. If you add \renewbibmacro*{date}{\printdate} to my code before \DeclareBibliographyDriver you should get the desired result. |
|
Sep 21 |
comment |
Can I recover my .tex file? @Canageek We closed a similar question tex.stackexchange.com/questions/72772/… |
|
Sep 17 |
comment |
Resizing the image in Uzk-theme Please add a complete MWE. |
|
Sep 8 |
comment |
center the listings title above the code @Werner Or maybe he wants to center the listing inside the minipage? |
|
Sep 7 |
comment |
Multiple citations after float object @PascalTurbo It should be a minimal working example. It's always easier for other people who are trying to solve your problem if the example compiles without adding additional code. The chance of getting valuable answers is always higher if you do this little effort. |
|
Sep 7 |
comment |
Multiple citations after float object @PascalTurbo No, it can't be compiled because there's no .bib file. Use the filecontents package to add those data. |
|
Sep 4 |
comment |
Which font has been used or off-topic because it's not a LaTeX document. |
|
Sep 3 |
comment |
How to avoid linebreak in the ToC? Maybe: \chapter[Title for the ToC]{Title for the Document}? |
|
Sep 2 |
comment |
Reduce space before header in scrbook class Have a look at this question: tex.stackexchange.com/questions/15596/… |
|
Sep 2 |
comment |
Reduce space before header in scrbook class Your title says "header" but your question deals with "headings". Be aware that these two terms don't have the same meaning. |
|
Aug 30 |
comment |
Changing vspaces around section headings Use the titlesec package. |
|
Aug 22 |
comment |
how to change the style of the block environment in beamer? Does the question @lockstep linked to help you? If yes, we can close this question as a duplicate. |
|
Aug 22 |
comment |
Underline the title of a subsection Welcome to TeX.sx! A tip: If you indent lines by 4 spaces, they'll be marked as a code sample. You can also highlight the code and click the "code" button (with "{}" on it). |
|
Aug 22 |
comment |
How can I use different font color for h1 h2 h3 in latex template You might use the titlesec package. |
|
Aug 20 |
comment |
correct the hyphenation use the babel package to load hyphenation patterns |
|
Aug 10 |
comment |
LaTeX Beamer: Frame outside sections? @user15272 Yes that's right. (I should have read the whole question :)) |
|
Aug 10 |
comment |
LaTeX Beamer: Frame outside sections? @user15272 The dots are just a placeholder for your title ... |
|
Aug 10 |
comment |
LaTeX Beamer: Frame outside sections? You have to write \section*{...} and not \section[]*{...}. |