Normally, I run Miktex with this BAT file:
miktex-pdflatex %1
miktex-bibtex %1
miktex-pdflatex %1
miktex-pdflatex %1
and for a long time it has worked perfectly.
But recently it stopped working. Now it simply repeats the lines in the file.
How can I get it working again?
With thanks.
Search found 8 matches
- Fri Aug 01, 2025 11:46 am
- Forum: General
- Topic: Problem starting Miktex with BAT file
- Replies: 0
- Views: 2331
- Mon Jul 28, 2025 11:31 am
- Forum: General
- Topic: BAT file does has stopped working
- Replies: 0
- Views: 1669
BAT file does has stopped working
This BAT file:
miktex-pdflatex %1
miktex-bibtex %1
miktex-pdflatex %1
miktex-pdflatex %1
normally works fine. But now it simply repeats the commands in the file.
I have tried re-installing Miktex but that does not help.
How can I fix this problem?
miktex-pdflatex %1
miktex-bibtex %1
miktex-pdflatex %1
miktex-pdflatex %1
normally works fine. But now it simply repeats the commands in the file.
I have tried re-installing Miktex but that does not help.
How can I fix this problem?
- Mon Jun 10, 2019 5:05 pm
- Forum: MiKTeX and proTeXt
- Topic: Strange problem with one citation with MikTex
- Replies: 5
- Views: 31100
Strange problem with one citation with MikTex
I've discovered the reason for the problem! The source file for the paper was using predefined bibliographic entries instead of my BibTex source file. Hence the new citation was not being picked up.
Many thanks indeed for your help!
Gerry
Many thanks indeed for your help!
Gerry
- Mon Jun 10, 2019 3:42 pm
- Forum: MiKTeX and proTeXt
- Topic: Strange problem with one citation with MikTex
- Replies: 5
- Views: 31100
Strange problem with one citation with MikTex
Thanks very much for these points. Here's a bit more info:
* The blg-file contains lines like this:
Warning--I didn't find a database entry for "sp_autonomous_robots"
Warning--I didn't find a database entry for "wolff_1988"
Warning--I didn't find a database entry for "chomsky_1965"
Warning--I didn ...
* The blg-file contains lines like this:
Warning--I didn't find a database entry for "sp_autonomous_robots"
Warning--I didn't find a database entry for "wolff_1988"
Warning--I didn't find a database entry for "chomsky_1965"
Warning--I didn ...
- Mon Jun 10, 2019 1:22 pm
- Forum: MiKTeX and proTeXt
- Topic: Strange problem with one citation with MikTex
- Replies: 5
- Views: 31100
Strange problem with one citation with MikTex
PS The source for that bad citation is:
In connection with these issues, it has been discovered by Emma Strubell and colleagues \cite{strubell_etal_2019} that the process of training a large AI model
Gerry
In connection with these issues, it has been discovered by Emma Strubell and colleagues \cite{strubell_etal_2019} that the process of training a large AI model
Gerry
- Mon Jun 10, 2019 1:16 pm
- Forum: MiKTeX and proTeXt
- Topic: Strange problem with one citation with MikTex
- Replies: 5
- Views: 31100
Strange problem with one citation with MikTex
With MikTex, I'm encountering a strange problem with one citation using BibTex: in an article where all the citations are good, there is one like this:
In connection with these issues, it has been discovered by Emma Strubell
and colleagues [?] that the process of training a large AI model can ...
In connection with these issues, it has been discovered by Emma Strubell
and colleagues [?] that the process of training a large AI model can ...
- Mon Jan 18, 2016 7:02 pm
- Forum: WinEdt
- Topic: Problem with file associations
- Replies: 0
- Views: 24605
Problem with file associations
I have been using WinEdt 7 and then bought a licence for WinEdt 9. Since my computer (with W7) was still treating WinEdt 7 as the default program for TEX files, I tried to change that to WinEdt 9 using the "Default programs" facility. Since that did not work (WinEdt 7 remained stubbornly in place as ...
- Thu Jan 20, 2011 6:32 pm
- Forum: Graphics, Figures & Tables
- Topic: Missing figures with pdflatex
- Replies: 2
- Views: 2568
Missing figures with pdflatex
I wonder whether anyone could explain why figures are missing from my PDF output file when I'm using pdflatex.
Here is relevant code:
\usepackage[dvipdfm]{graphicx}
\includegraphics[width=0.9\textwidth]{figure_1a.eps}
I have also tried
\includegraphics[bb=0 0 446 459,scale=0.5]{figure_1a.eps ...
Here is relevant code:
\usepackage[dvipdfm]{graphicx}
\includegraphics[width=0.9\textwidth]{figure_1a.eps}
I have also tried
\includegraphics[bb=0 0 446 459,scale=0.5]{figure_1a.eps ...