added report to generation
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Andre Henriques 2023-11-30 14:02:22 +00:00
parent eea7e0cdb2
commit bc1aeca3da

View File

@ -25,17 +25,15 @@ steps:
- pdflatex project-synopsis.tex - pdflatex project-synopsis.tex
- cd - - cd -
# - name: Build Report - name: Build Report
# commands: commands:
# - cd report - cd report
# - cp ../upds-1/UPDS-content.tex UPDS-1-content.tex - pdflatex report.tex
# - cp ../upds-2/UPDS-content.tex UPDS-2-content.tex # Prepare bib
# - pdflatex report.tex - /usr/bin/vendor_perl/biber report
# # Prepare bib # Compile twice for the table of contents and for bib text
# - /usr/bin/vendor_perl/biber report - pdflatex report.tex
# # Compile twice for the table of contents and for bib text - cd -
# - pdflatex report.tex
# - cd -
# #
# - name: Generate text # - name: Generate text
# commands: # commands: