Giter Site home page Giter Site logo

beamertheme-suse's People

Contributors

alesax avatar beninidavide avatar crazyscientist avatar dmacvicar avatar jamsilva avatar pevik avatar werkov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

beamertheme-suse's Issues

verbments does not see build directory

@beninidavide You added in 8bdd531 output in BUILDDIR, but that directory is not visible by verbments package:

\usepackage{verbments}
...
\begin{frame}[fragile]
\frametitle{Foo}
\begin{pyglist}[language=java]
// Hello Java program
\end{pyglist}
\end{frame}

fails: ! LaTeX Error: File iputils-project-introduction.pyg.vrb' not found. because iputils-project-introduction.pyg.vrb is in the root directory, not in build directory but in root directory.

Test on this:

diff --git Makefile Makefile
index 26b3e79..cef7f98 100644
--- Makefile
+++ Makefile
@@ -12,7 +12,7 @@ all: documents screenshots
 documents: $(DOCUMENTS)
 
 $(BUILDDIR)/%.pdf: %.tex | $(BUILDDIR)
-       xelatex -interaction=nonstopmode -output-directory=$(BUILDDIR) $<
+       xelatex -interaction=nonstopmode -shell-escape -output-directory=$(BUILDDIR) $<
 
 screenshots:   $(SCREENSHOTS)
 
diff --git example.tex example.tex
index d3e02f9..10e2674 100644
--- example.tex
+++ example.tex
@@ -2,6 +2,7 @@
 \usepackage[T1]{fontenc}
 \usepackage[utf8]{inputenc}
 \usepackage{listings}
+\usepackage{verbments}
 
 \title{Presentation Title}
 \date{July 25, Nuremberg}
@@ -14,6 +15,13 @@
 \titlepage
 \end{frame}
 
+\begin{frame}[fragile]
+\frametitle{\File{ping}}
+\begin{pyglist}[language=java]
+// Hello Java program
+\end{pyglist}
+\end{frame}
+
 \begin{frame}[fragile]
 \frametitle{Presentation Title}
 \framesubtitle{This is \textit{a subtitle}.

[make example-0.png] convert error

How to reproduce the error

Just run make using example-0.png target

> make example-0.png
convert -density 300 example.pdf -resize 25% example.png
convert: attempt to perform an operation not allowed by the security policy `PDF' @ error/constitute.c/IsCoderAuthorized/449.
convert: no images defined `example.png' @ error/convert.c/ConvertImageCommand/3342.
make: *** [Makefile:10: example-0.png] Error 1

Cannot open beamerthemesuse-logo.eps: No such file or directory

Hi there,

first of all: Great job.

When I copy the *.sty and*.eps file into my working directory, my beamer document compiles. However, if I copy the theme into my texmf directory, lualatex fails to find the eps file:

!!! Error: Cannot open beamerthemesuse-logo.eps: No such file or directory


! Package luatex.def Error: File `beamerthemesuse-logo-eps-converted-to.pdf' no
t found: using draft setting.

This seems to be an issue specific to lualatex:

  • using xelatex the document compiles
  • using a .png instead of the .eps would also work

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.