easy_rust icon indicating copy to clipboard operation
easy_rust copied to clipboard

createPdfFromReadme.sh failed

Open BH1SCW opened this issue 4 years ago • 0 comments

LaTeX Warning: File `https://github.com/Dhghomon/easy_rust/workflows/github\%20
pages/badge.svg' not found on input line 119.


! LaTeX Error: File `https://github.com/Dhghomon/easy_rust/workflows/github%20p
ages/badge.svg' not found.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.119 ...rust/workflows/github\%20pages/badge.svg}
 l/easy_rust.tex+                                                                                                                                                                                                                           buffers


! LaTeX Error: Cannot determine size of graphic in https://github.com/Dhghomon/
easy_rust/workflows/github%20pages/badge.svg (no BoundingBox).

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.119 ...rust/workflows/github\%20pages/badge.svg}

[1] [2] [3] [4] [5]
Overfull \hbox (159.71255pt too wide) in paragraph at lines 709--715
\TU/lmtt/m/n/10 111111111111111111111111111111111111111111111111111111111111111
11111111111111111111111111111111111111111111111111111111111110110\TU/lmr/m/n/10
 .

xdvipdfmx:fatal: Image inclusion failed for "https://github.com/Dhghomon/easy_rust/workflows/github%20pages/badge.svg".

No output PDF file written.
[6Generated PDF file easy_rust.pdf

workaroud I found:

diff --git a/README.md b/README.md
index 4af16d2e7647..32f7004e2d6b 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 ## Updates
-![example workflow name](https://github.com/Dhghomon/easy_rust/workflows/github%20pages/badge.svg)
+<!-- ![example workflow name](https://github.com/Dhghomon/easy_rust/workflows/github%20pages/badge.svg) -->

 23 May 2021: [Now available in Indonesian](https://github.com/ariandy/easy-rust-indonesia) thanks to [Ariandy](https://github.com/ariandy)/[1kb](https://1kilobyte.github.io/).

BH1SCW avatar Oct 14 '21 06:10 BH1SCW