dendibakh / perf-book

The book "Performance Analysis and Tuning on Modern CPU"
https://book.easyperf.net/perf_book
Creative Commons Zero v1.0 Universal
2.06k stars 148 forks source link

Where is book.tex #1

Closed Gatsby23 closed 2 years ago

Gatsby23 commented 2 years ago

Sorry to trobule you, but where is the book.tex image

josephedwardchang commented 2 years ago

Hi, you need to go into the extracted code folder named: perf-book-main all the *.tex files are there

Gatsby23 commented 2 years ago

Sorry, but my pandoc-crossref always told me it's wrong with the pandoc-crossref 1639228719637

josephedwardchang commented 2 years ago

yes same as mine those errors. but it should work out still and create the pdf book :) at the least you got it running. so, as stated in requirements go here and get the linux one (as I guess you're in linux?) extract the pandoc-crossref* files somewhere and copy it over to the folder:

/usr/local/bin

using the command (i'm quite certain you're a linux beginner?)

sudo cp dir-to/pandoc-crossref* /usr/local/bin

replace "dir-to" to wherever you extracted the pandoc-crossref files. as you can see: the usr/local/bin folder contains the pandoc-fignos file that must also contain the pandoc-crossref files (there are 2 of them)

i'm using the commandlines :) sorry, it's much easier if you use the GUI

Gatsby23 commented 2 years ago

yes same as mine those errors. but it should work out still and create the pdf book :) at the least you got it running. so, as stated in requirements go here and get the linux one (as I guess you're in linux?) extract the pandoc-crossref* files somewhere and copy it over to the folder:

/usr/local/bin

using the command (i'm quite certain you're a linux beginner?)

sudo cp dir-to/pandoc-crossref* /usr/local/bin

replace "dir-to" to wherever you extracted the pandoc-crossref files. as you can see: the usr/local/bin folder contains the pandoc-fignos file that must also contain the pandoc-crossref files (there are 2 of them)

i'm using the commandlines :) sorry, it's much easier if you use the GUI

Finally, I use the Windows.But thank you very much.