There is an "AppendixA.aux" file of the external document but I have this external document in different folder. Also the "A.tex" file is in another folder and "main.tex" file is in another folder.
Maybe this is the reason why it doesn't work?
Search found 13 matches
- Wed Jul 13, 2022 9:20 pm
- Forum: Graphics, Figures & Tables
- Topic: Referencing figure in different tex file
- Replies: 2
- Views: 3197
- Sun Jul 10, 2022 9:17 pm
- Forum: Graphics, Figures & Tables
- Topic: Referencing figure in different tex file
- Replies: 2
- Views: 3197
Referencing figure in different tex file
Hello!
I am dealing with a problem connected with referencing figures in different *.tex file.
I have a few *.tex files which are pointed (included) in the main.tex file.
One of these files ( AppendixA.tex ) has few figures which I want to make reference to in another file (i.e. A.tex ).
I have ...
I am dealing with a problem connected with referencing figures in different *.tex file.
I have a few *.tex files which are pointed (included) in the main.tex file.
One of these files ( AppendixA.tex ) has few figures which I want to make reference to in another file (i.e. A.tex ).
I have ...
- Sun Jun 26, 2022 11:58 am
- Forum: Theses, Books, Title pages
- Topic: Shorten header chapter title @MasterDoctoralThesis Template
- Replies: 3
- Views: 13944
Shorten header chapter title @MasterDoctoralThesis Template
Haha! I found the solution
I used
and it works perfectly

I used
Code: Select all
\chapter{<Title of chapter>}
\chaptermark{<Shortened title of chapter>\ldots}
and it works perfectly

- Sun Jun 26, 2022 11:05 am
- Forum: Theses, Books, Title pages
- Topic: Shorten header chapter title @MasterDoctoralThesis Template
- Replies: 3
- Views: 13944
Shorten header chapter title @MasterDoctoralThesis Template
As I've already told you: Try the optional argument of chapter , section etc. If this does not help, show us a , that illustrates the problem, makes it reproducible and can be used to test and show our suggestions.
Hello!
I've the same issue. You're suggesting to use the optional argument of ...
Hello!
I've the same issue. You're suggesting to use the optional argument of ...
- Fri Sep 24, 2021 2:10 pm
- Forum: Texmaker and TeXstudio
- Topic: Problems using BiBTeX with TeXmaker
- Replies: 9
- Views: 119487
Problems using BiBTeX with TeXmaker
Thanks a lot!
I think I have walked a step towards the solution :)
I have tried to process my .tex as it is explained in the thread (i.e. (pdf)LaTeX+BiBTeX+(pdf)LaTeX), but when I press F11 (BibTex) I get the error: "Error: could not start the command". I guess that this has to do with my ...
I think I have walked a step towards the solution :)
I have tried to process my .tex as it is explained in the thread (i.e. (pdf)LaTeX+BiBTeX+(pdf)LaTeX), but when I press F11 (BibTex) I get the error: "Error: could not start the command". I guess that this has to do with my ...
- Fri Sep 10, 2021 3:41 pm
- Forum: BibTeX, biblatex and biber
- Topic: Biblatex - bibliography is not displayed
- Replies: 8
- Views: 10189
Biblatex - bibliography is not displayed
I am preparing this kind of mimimal example for the first time so I do not know if it was done correct.
Here is my original file with llncs document class:
\begin{filecontents}{library.bib}
@article{Decruz2019,
author = {Joshua Decruz and Rex Premchand Antony Rex and Suheal Ali Khan},
doi ...
Here is my original file with llncs document class:
\begin{filecontents}{library.bib}
@article{Decruz2019,
author = {Joshua Decruz and Rex Premchand Antony Rex and Suheal Ali Khan},
doi ...
- Fri Sep 10, 2021 2:08 pm
- Forum: BibTeX, biblatex and biber
- Topic: Biblatex - bibliography is not displayed
- Replies: 8
- Views: 10189
Biblatex - bibliography is not displayed
OK! I have figured it out why it did now working :)
I just changed bibliography style to ieeetr and now I can see the bibliography and citations in the text. The last thing I want to change are the numbers in the list of references.
Now I have this pattern:
1. ...
2. ...
etc.
Instead of these ...
I just changed bibliography style to ieeetr and now I can see the bibliography and citations in the text. The last thing I want to change are the numbers in the list of references.
Now I have this pattern:
1. ...
2. ...
etc.
Instead of these ...
- Wed Sep 08, 2021 11:19 pm
- Forum: BibTeX, biblatex and biber
- Topic: Biblatex - bibliography is not displayed
- Replies: 8
- Views: 10189
Biblatex - bibliography is not displayed
Please first decide to use either biblatex + biber or bibtex with \bibliographystyle . These are two completely different approaches. See the linked manuals or a good up-to-date introduction to LaTeX for more information.
If you have to use spmpsci.bst , which I do not know nor find on CTAN (maybe ...
If you have to use spmpsci.bst , which I do not know nor find on CTAN (maybe ...
- Wed Sep 08, 2021 12:57 pm
- Forum: BibTeX, biblatex and biber
- Topic: Biblatex - bibliography is not displayed
- Replies: 8
- Views: 10189
Biblatex - bibliography is not displayed
Hi Martha,
what are your other settings? How do you load the biblatex, with which options? Did you run bibtex or biber? That's an external tool that you may need to run manually, of your editor doesn't run it automatically.
Stefan
Hi Stefan!
Thank you for your reply. Hmm... now I see where the ...
what are your other settings? How do you load the biblatex, with which options? Did you run bibtex or biber? That's an external tool that you may need to run manually, of your editor doesn't run it automatically.
Stefan
Hi Stefan!
Thank you for your reply. Hmm... now I see where the ...
- Tue Sep 07, 2021 4:51 pm
- Forum: BibTeX, biblatex and biber
- Topic: Biblatex - bibliography is not displayed
- Replies: 8
- Views: 10189
Biblatex - bibliography is not displayed
Hi!
I need your help once again
Today I have problem with BIB file. To display the bibliography I use these comments:
... and I see nothing
Do you have any ideas?
I need your help once again

Today I have problem with BIB file. To display the bibliography I use these comments:
Code: Select all
\bibliographystyle{spmpsci}
\bibliography{library}

Do you have any ideas?