JaceWei commited on
Commit
930133a
·
1 Parent(s): eba088e

update: push latest content

Browse files
posterbuilder/latex_proj/poster_output.tex CHANGED
@@ -57,9 +57,9 @@
57
  % ====================
58
 
59
  \footercontent{
60
- \href{https://www.example.com}{https://www.example.com} \hfill
61
- ABC Conference 2025, New York --- XYZ-1234 \hfill
62
- \href{mailto:alyssa.p.hacker@example.com}{alyssa.p.hacker@example.com}}
63
  % (can be left out to remove footer)
64
 
65
  % ====================
 
57
  % ====================
58
 
59
  \footercontent{
60
+ \href{https://paper2poster.github.io/}{https://paper2poster.github.io/} \hfill
61
+ Generated by Paper2Poster \hfill
62
+ }
63
  % (can be left out to remove footer)
64
 
65
  % ====================
requirements.txt CHANGED
@@ -39,6 +39,7 @@ PyYAML==6.0.2
39
  typing_extensions==4.12.2
40
  rich==13.9.4
41
  coloredlogs==15.0.1
 
42
 
43
  # ========= Additional =========
44
  xformers==0.0.28.post3
 
39
  typing_extensions==4.12.2
40
  rich==13.9.4
41
  coloredlogs==15.0.1
42
+ marker-pdf
43
 
44
  # ========= Additional =========
45
  xformers==0.0.28.post3