Search found 75 matches
- Sat Apr 22, 2023 4:44 am
- Forum: Page Layout
- Topic: Reduce horizontal space between section title and numbering
- Replies: 8
- Views: 9754
Reduce horizontal space between section title and numbering
Answer to m/s: no, an empty field != package's default. I tried. Would it be such a hardship to wrap this with a keyval command to be able to change only a subset of the parameters? \titleformat{〈command 〉}[〈shape〉]{〈format〉}{〈label 〉}{〈sep〉}{〈before-code〉}[〈after-code〉] Manual: https://mirror.las.i...
- Sat Apr 22, 2023 4:29 am
- Forum: Page Layout
- Topic: Reduce horizontal space between section title and numbering
- Replies: 8
- Views: 9754
Reduce horizontal space between section title and numbering
Stefan Kottwitz wrote:With the titlesec package:\titleformat{\section} {\normalfont\Large\bfseries}{\thesection}{0.2em}{}
Customize the 0.2em if you like, originally it's 1em.
Stefan
Is an empty field = default? And also, where are the default values to be found?
- Tue Oct 01, 2019 8:03 pm
- Forum: Fonts & Character Sets
- Topic: Looking for a font that matches fontawesome's hashtag
- Replies: 1
- Views: 1806
Looking for a font that matches fontawesome's hashtag
With a bit of trial and error I much prefer the second approach, as awesome is "rigid" (always looks bold whether `bfseries` used or not). So, this question is void. The only thing to do is to bind the hashtag with the remainder like this: `\#foo`.
- Sat Oct 13, 2018 8:49 pm
- Forum: BibTeX, biblatex and biber
- Topic: Steps to troubleshoot 'undefined references' in Linux
- Replies: 6
- Views: 8683
Steps to troubleshoot 'undefined references' in Linux
you could try to prepend the TL18's binary path
This leaves too much to be guessed.
There is a TL15/TL18 conflict. I need a clean cut approach to remove TL15 and leave out TL18. Thanks.
- Fri Sep 21, 2018 7:11 pm
- Forum: BibTeX, biblatex and biber
- Topic: Steps to troubleshoot 'undefined references' in Linux
- Replies: 6
- Views: 8683
Steps to troubleshoot 'undefined references' in Linux
I don't see how the machine thinks it's TeX Live 2015. $ tex --version TeX 3.14159265 (TeX Live 2015/Debian) kpathsea version 6.2.1 Copyright 2015 D.E. Knuth. There is NO warranty. Redistribution of this software is covered by the terms of both the TeX copyright and the Lesser GNU General Public Lic...
- Tue Sep 11, 2018 11:00 pm
- Forum: BibTeX, biblatex and biber
- Topic: Steps to troubleshoot 'undefined references' in Linux
- Replies: 6
- Views: 8683
Steps to troubleshoot 'undefined references' in Linux
you need to get rid of the percent signs leading `@book' and all consecutive lines here The reference with % on each line was preceded by %Content of en-math.bib: so no reason to think that there is a leading % in the bib file itself. *.blg: This is BibTeX, Version 0.99d (TeX Live 2015/Debian) Capa...
- Fri Sep 07, 2018 10:04 pm
- Forum: BibTeX, biblatex and biber
- Topic: Steps to troubleshoot 'undefined references' in Linux
- Replies: 6
- Views: 8683
Steps to troubleshoot 'undefined references' in Linux
Made a copy of the bib file in directory to rule out path problem. I get the message: LaTeX Warning: There were undefined references. )</usr/local/texlive/2018/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx10.pfb></usr/local/texlive/2018/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb> Output wr...
- Fri Sep 07, 2018 12:30 am
- Forum: Letters
- Topic: Ragged left signature not displayed as expected Topic is solved
- Replies: 3
- Views: 20428
Ragged left signature not displayed as expected Topic is solved
Could you please highlight the change you have made, apart from a dummy image? It has to work without a image in place of the signature, when you want to sign manually.
- Thu Sep 06, 2018 12:05 am
- Forum: Letters
- Topic: Ragged left signature not displayed as expected Topic is solved
- Replies: 3
- Views: 20428
Ragged left signature not displayed as expected Topic is solved
It's the signature I wanted ragged left, not the closing statement. How to do it, please? \documentclass[ french, % paper=letter, version=last, % fontsize=10pt, NF ]{scrlttr2} \KOMAoptions{ foldmarks=false, backaddress=false, %%window envel fromalign=left, fromemail=true, subject=beforeopening, %%ce...
- Tue Aug 28, 2018 3:49 am
- Forum: Graphics, Figures & Tables
- Topic: Creating a toc of items mixing figures & images
- Replies: 1
- Views: 1345
Creating a toc of items mixing figures & images
I need to list in a document enclosed items that are comprised of pdf's and images, in a certain order. The way I have approached this, is to use floats with option H[ere] for the images, and includepdf for the pdfs, and newlistof to list the items. In any case, I'm unable to get the page numbers ri...