Search found 636 matches
- Tue Oct 15, 2019 5:28 am
- Forum: BibTeX, biblatex and biber
- Topic: Import abstract only
- Replies: 1
- Views: 654
Import abstract only
It would involve writing a bibliography style file (*.bst) that only inserts the abstract. This could be done, but you'd have to write it yourself (it's not an everyday request).
- Tue Oct 15, 2019 5:26 am
- Forum: General
- Topic: Merge reference lists of two documents
- Replies: 5
- Views: 2012
Merge reference lists of two documents
I want what I described in my original post. Put another way: why would you want to do this? Reference lists are linked to specific documents (or portions of them). If you want to split up a PDF after the fact, that's one thing, but why would one document be completely divorced from its reference l...
- Sun Oct 13, 2019 7:50 am
- Forum: Graphics, Figures & Tables
- Topic: How to split long C/C++ code line on two lines without inserting new line number?
- Replies: 3
- Views: 554
How to split long C/C++ code line on two lines without inserting new line number?
You want "breaklines=true" inside lstset.
- Sun Oct 13, 2019 7:32 am
- Forum: XeTeX
- Topic: How to get a bold math colon :?
- Replies: 4
- Views: 1317
How to get a bold math colon :?
Does txfonts work?
- Sat Oct 12, 2019 6:01 pm
- Forum: Graphics, Figures & Tables
- Topic: Image.jpeg not found
- Replies: 1
- Views: 421
Image.jpeg not found
Because that's not what "Download PDF" means. You can, however, extract the image file from the PDF with most PDF viewers.
- Sat Oct 12, 2019 5:52 pm
- Forum: XeTeX
- Topic: How to get a bold math colon :?
- Replies: 4
- Views: 1317
How to get a bold math colon :?
This is because of the unicode-math package. I think it's because the font doesn't include it, and unicode-math doesn't let TeX fake it. The following code does work, but your math font doesn't: \documentclass{standalone} \usepackage{amsmath} \begin{document} \(:\mathbf{:}\boldsymbol{:}\)\bo...
- Sat Oct 12, 2019 4:59 pm
- Forum: General
- Topic: Merge reference lists of two documents
- Replies: 5
- Views: 2012
Merge reference lists of two documents
Does this work? No, I don't want document2 to be merged in document1, see the OP. Then what DO you want? If you want to create a master document and then separate out parts of it, you can split them apart with something like this: [Codebox=bash] gs -dLastPage=20 -dBATCH -dNOPAUSE -sDEVICE=pdfwrite ...
- Wed Oct 09, 2019 6:00 am
- Forum: Theses, Books, Title pages
- Topic: Problem with bibliography
- Replies: 2
- Views: 690
Problem with bibliography
I think I managed to figure out what you're talking about with respect to the hyperlinks (despite the fact that the example you attached doesn't even have 15 pages). The solution is to leave out "hypertexnames=false"; commenting that line out fixed the broken targets for me. To get a physi...
- Wed Oct 09, 2019 5:22 am
- Forum: General
- Topic: Merge reference lists of two documents
- Replies: 5
- Views: 2012
Merge reference lists of two documents
Does this work?
Note that the preamble and bibliography information should be removed from the included files.
\documentclass{article} \begin{document} \include{document1} \bibliographystyle{unsrt} \bibliography{bibliography} \include{document2} \end{document}
Note that the preamble and bibliography information should be removed from the included files.
- Sun Sep 22, 2019 7:31 pm
- Forum: BibTeX, biblatex and biber
- Topic: An issue when citing a paper with multiple authors
- Replies: 1
- Views: 604
An issue when citing a paper with multiple authors
Check your language settings; I can only reproduce this if I set "language=italian" in the options to biblatex. (I have also had nothing but trouble with biblatex, so I don't use it, but I was able to reproduce that....)