Hello,
For a thesis work I am actually working on, I need to do cites and bibliography following the exact format ISO-690 (note, no abstract, French).
The teachers are very strict on it.
I try to obtaining it, it's almost a success, but I miss some points and need your help.
Here is an example of ...
Search found 6 matches
- Fri Jun 13, 2025 2:33 pm
- Forum: BibTeX, biblatex and biber
- Topic: How to do the ISO-690 (note, no abstract, French) style
- Replies: 0
- Views: 11433
- Sun Mar 30, 2025 1:55 am
- Forum: Text Formatting
- Topic: Verbatim text and special chars
- Replies: 1
- Views: 14219
Verbatim text and special chars
Hello,
In a verbatim block like this:
But after I convert to PDF, the special chars are gone and only the directory and files names are keep.
I use texlive 11:2023 (based on my package manager)
Do you know why ?
In a verbatim block like this:
Code: Select all
\begin{verbatim}
/test
├── file-a
├── file-b
└── file-c
\end{verbatim}
I use texlive 11:2023 (based on my package manager)
Do you know why ?
- Sun Mar 30, 2025 1:49 am
- Forum: BibTeX, biblatex and biber
- Topic: Only one citation is undefined
- Replies: 4
- Views: 21673
Re: Only one citation is undefined
Is the \& not a good way ?
- Fri Mar 28, 2025 1:58 pm
- Forum: BibTeX, biblatex and biber
- Topic: Biblatex: How to reference an e-mail
- Replies: 0
- Views: 26312
Biblatex: How to reference an e-mail
Hello,
In a document I am writing, I need to talk about an interview I have done by e-mails.
I use Biblatex to manage my bibliography. On the Biblatex manual, I have seen that I can use the @letter or the @misc to record an e-mail.
But what field did I have to use ?
Best regards
In a document I am writing, I need to talk about an interview I have done by e-mails.
I use Biblatex to manage my bibliography. On the Biblatex manual, I have seen that I can use the @letter or the @misc to record an e-mail.
But what field did I have to use ?
Best regards
- Thu Mar 27, 2025 5:26 pm
- Forum: BibTeX, biblatex and biber
- Topic: Only one citation is undefined
- Replies: 4
- Views: 21673
Re: Only one citation is undefined
That was it.
The author names was not correct. Here is the correct author field that work for me:
Thank you very much.
The author names was not correct. Here is the correct author field that work for me:
Code: Select all
author = {N. Aranzabal \& N. Biesuz \& D. Cieri \& F. Gonnella \& N. Giangiacomi \& G. Loustau De Linares \& A. Peck},
- Thu Mar 27, 2025 1:28 pm
- Forum: BibTeX, biblatex and biber
- Topic: Only one citation is undefined
- Replies: 4
- Views: 21673
Only one citation is undefined
Hello,
I got a problem with citation on my LaTeX document.
I use BibLatex and have a bib file with multiples references.
When I cite a reference from the bib file, all work except 1.
Here is the reference:
@online{ hog:dochome,
author = "By N. Aranzabal, N. Biesuz, D. Cieri, F. Gonnella, N ...
I got a problem with citation on my LaTeX document.
I use BibLatex and have a bib file with multiples references.
When I cite a reference from the bib file, all work except 1.
Here is the reference:
@online{ hog:dochome,
author = "By N. Aranzabal, N. Biesuz, D. Cieri, F. Gonnella, N ...