Coder Social home page Coder Social logo

Comments (5)

Simon2105 avatar Simon2105 commented on August 16, 2024 2

Hi,
erstmal vielen Dank für die geniale Vorlage.
Zum Problem:
\usepackage{graphicx} in anschreiben.tex und die Unterschrift wird wieder angezeigt (zumindest bei mir)

from bewerbung.

Stefanqn avatar Stefanqn commented on August 16, 2024

Hallo,

ich kann zumindest bestätigen, dass es nicht an deiner Installation liegt.

Ich habe es mit einem aktuellen texlive image probiert (miktex war 2 Jahre alt):

git clone https://github.com/Stefanqn/Bewerbung.git

docker run --rm -it -v //e/Git/BewerbungDocker/Bewerbung:/home adnrv/texlive /bin/bash -c '
cd Vorlage &&
tlmgr update --self &&
tlmgr install texliveonfly &&
tlmgr install babel-german &&
ln -s /usr/bin/python2 /usr/bin/python &&
mkdir -p build &&
TEX_LIVE_ARGS=\"-synctex=1 -interaction=nonstopmode -output-directory=build --shell-escape\" &&
texliveonfly  --arguments=\"${TEX_LIVE_ARGS}\" cv.tex &&
texliveonfly  --arguments=\"${TEX_LIVE_ARGS}\" anschreiben.tex
'

Zur Fehlersuche würde ich dir empfehlen mit einem Komascript Brief \documentclass[DINmtext,draft=false,ngerman]{scrlttr2] anzufangen, die Unterschrift einzufügen und häufchenweise Settings rein/rauszunehmen, bis du das Problem identifiziert hast.

from bewerbung.

d4k0 avatar d4k0 commented on August 16, 2024

@Simon2105
Super, damit werden die Unterschrift und die Icons wieder angezeigt! Ist aber schon ein seltsames Problem, da graphicx eigentlich schon durch \RequirePackage{graphicx} in Vorlage_Anschreiben.sty geladen werden sollte, ich bin jetzt aber auch kein Latex-Profi.

from bewerbung.

 avatar commented on August 16, 2024

Hi,
Danke für die Vorlage und sorry für den necrobump, aber ich bin in texlive auch auf das Problem gestossen und habe das Problem auch in Bewerbung_Komplett.tex gefunden.

Meine texlive version: pdfTeX 3.14159265-2.6-1.40.21 (TeX Live 2020/Arch Linux)

Das Problem in der Vorlage_Anschreiben.sty ist die Reihenfolge der RequirePackage. Wenn man das \RequirePackge{graphicx} vor das \RequirePackage{GemeinsameDaten} zieht funktioniert es wieder in Bewerbung_Komplett sowie in anschreiben.tex ohne d9be7e5

Einen Fix habe ich hier https://github.com/SpectreJan/Bewerbung/commit/a1f623bbceb2eb97c52d24b39253755d1e4d714f falls du/ihr es nochmal testen wollt.
Kann hier gerne einen PullRequest stellen.

Theoretisch könnte manes auch direkt in GemeinsameDaten.sty ziehen da das man eigentlich es vor das \RequirePackage[export]{adjustbox} ziehen muss. Keine Ahnung wieso, Latex Voodo für mich.

Cheers,
Jan

from bewerbung.

Stefanqn avatar Stefanqn commented on August 16, 2024

merged (fix #17)

from bewerbung.

Related Issues (16)

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.