1

I am new here...

Trying to work on a beamerposter, I am getting the error:

! LaTeX Error: File `beamerthemecpbgposter.sty' not found.

While using this template from here:

https://github.com/brookst/poster/blob/master/poster.tex

What is the problem?

mico
  • 11

1 Answers1

1

Since the file beamerthemecpbgposter.sty is in the git repository you should have it on your local folder.

You can clone the repository with:

git clone https://github.com/brookst/poster.git ./

All the files will be copied in the current folder. After this a compilation will not raised this error.

If this error is still present, your LaTeX execution should not contain the working directory.

Romain Picot
  • 6,730
  • 4
  • 28
  • 58