We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b5147 commit b44b798Copy full SHA for b44b798
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: actions/checkout@v2
28
29
# First run of pdflatex.
30
- - name: pdflatex main
+ - name: First pdflatex FormalLanguageConstrainedReachabilityLectureNotes
31
uses: dante-ev/latex-action@latest
32
with:
33
working_directory: tex
@@ -36,15 +36,16 @@ jobs:
36
args: -interaction=nonstopmode -shell-escape
37
38
# Bibliography generation
39
- - name: bibtex main
+ - name: bibtex FormalLanguageConstrainedReachabilityLectureNotes
40
41
42
+ working_directory: tex
43
root_file: FormalLanguageConstrainedReachabilityLectureNotes.aux
44
compiler: bibtex
45
args:
46
47
# Final compilation
48
+ - name: Final pdflatex FormalLanguageConstrainedReachabilityLectureNotes
49
50
51
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments