Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

createPdfFromReadme.sh failed #138

Open
BH1SCW opened this issue Oct 14, 2021 · 0 comments
Open

createPdfFromReadme.sh failed #138

BH1SCW opened this issue Oct 14, 2021 · 0 comments

Comments

@BH1SCW
Copy link

BH1SCW commented Oct 14, 2021

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/).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant