-
Notifications
You must be signed in to change notification settings - Fork 36
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
How to make use of the metropolis beamer theme? #102
Comments
This seems to solve the issue:
|
Hi! The way this repository works is that only a few packages are directly accessible, you can see the list here. But it doesn't mean you can't use Metropolis (#50 used to be kind of blocking for that one, but it should be fixed now). If you have a look at #101 for example, adding a package can be fairly easy, if its dependencies are already declared. If a package uses a lot of dependencies that aren't declared yet, it's a bit trickier (e.g. #76). There's also this script (which I only noticed very recently and have never used myself yet) which should probably be able to help. Once you figured that out, there are two options, as outlined briefly here:
With that said with Metropolis specifically in mind, I'm having a look right now. Expect an update here fairly soon. |
Ha, this would also work indeed I guess - you figured out what Metropolis' dependencies were :-) I'll still go ahead with adding the theme directly as a supported package, so you should be able to use |
I try to make use of the metropolis Beamer theme. My
docu.tex
looks like this:My
BUILD.bazel
file:load("@bazel_latex//:latex.bzl", "latex_document")
My
WORKSPACE.bazel
file:When I do a
bazel build //...
it tells me that the the target "@bazel_latex//packages:beamertheme-metropolis" is not known. I this theme supported at all? You can I use it?The text was updated successfully, but these errors were encountered: