severin-lemaignan / hri-beamer-theme

Beamer theme with nice tricks for fullscreen pictures & videos
11 stars 7 forks source link

Installation on MacOS #3

Open severin-lemaignan opened 6 years ago

severin-lemaignan commented 6 years ago

Issue reported by @markmark1

can you please add instructions on how to install in mac getting error

/Users/mark/hri-beamer-theme/beamerthemehri.sty:142: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! [...ight,BoldFont=*Medium,ItalicFont=*Italic]]
/Users/mark/hri-beamer-theme/beamerthemehri.sty:142: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! [...ight,BoldFont=*Medium,ItalicFont=*Italic]]
/Users/mark/hri-beamer-theme/beamerthemehri.sty:142: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! [...ight,BoldFont=*Medium,ItalicFont=*Italic]]
/Users/mark/hri-beamer-theme/beamerthemehri.sty:142: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! [...ight,BoldFont=*Medium,ItalicFont=*Italic]]
/Users/mark/hri-beamer-theme/beamerthemehri.sty:142: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! [...ight,BoldFont=*Medium,ItalicFont=*Italic]]
/Users/mark/hri-beamer-theme/beamerthemehri.sty:142: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! [...ight,BoldFont=*Medium,ItalicFont=*Italic]]
/Users/mark/hri-beamer-theme/beamerthemehri.sty:142: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! [...ight,BoldFont=*Medium,ItalicFont=*Italic]]
/Users/mark/hri-beamer-theme/beamerthemehri.sty:143: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! [...ight,BoldFont=*Medium,ItalicFont=*Italic]]
/Users/mark/hri-beamer-theme/beamerthemehri.sty:143: Font TU/Flama(0)/m/n/10.95=[FlamaLight.otf]/OT at 10.95pt not loadable: Metric (TFM) file or installed font not found. [...ight,BoldFont=*Medium,ItalicFont=*Italic]]
/Users/mark/hri-beamer-theme/beamerthemehri.sty:315: Package minted Error: You must invoke LaTeX with the -shell-escape flag. [\renewcommand]
/Users/mark/hri-beamer-theme/beamerthemehri.sty:315: Package minted Error: You must have `pygmentize' installed to use this package. [\renewcommand]
/Users/mark/hri-beamer-theme/beamerthemehri.sty:315: LaTeX Error: File `.minted-presentation/default.pygstyle' not found. [\renewcommand]
severin-lemaignan commented 6 years ago

The error message points you to the problems:

markmark1 commented 6 years ago

pip install pygmentize

Collecting pygmentize

Could not find a version that satisfies the requirement pygmentize (from versions: )

No matching distribution found for pygmentize

mark@marks-Air ~ $ pip install pygmentize

On Mon, Sep 18, 2017 at 1:27 AM, Séverin Lemaignan <notifications@github.com

wrote:

The error message points you to the problems:

  • you need the Flama font (this issue is not critical though -- if the font is not found, it will fallback to the default sans serif font). You can either install the font in your system, or pass the option [basicfont] to the theme.
  • the minted package (used to perform colour highlighting on code samples) requires the pygmentize Python package. Install it with python pip install pygmentize.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/severin-lemaignan/hri-beamer-theme/issues/3#issuecomment-330156624, or mute the thread https://github.com/notifications/unsubscribe-auth/AGHom8BAxFfeVNpw1pQlqnKWtAPIIXRLks5sjimIgaJpZM4PakQY .

markmark1 commented 6 years ago

have flama installed how do I install ur style folder In Mac kindly give instructions

On Mon, Sep 18, 2017 at 6:26 AM, mark M write2mark1@gmail.com wrote:

pip install pygmentize

Collecting pygmentize

Could not find a version that satisfies the requirement pygmentize (from versions: )

No matching distribution found for pygmentize

mark@marks-Air ~ $ pip install pygmentize

On Mon, Sep 18, 2017 at 1:27 AM, Séverin Lemaignan < notifications@github.com> wrote:

The error message points you to the problems:

  • you need the Flama font (this issue is not critical though -- if the font is not found, it will fallback to the default sans serif font). You can either install the font in your system, or pass the option [basicfont] to the theme.
  • the minted package (used to perform colour highlighting on code samples) requires the pygmentize Python package. Install it with python pip install pygmentize.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/severin-lemaignan/hri-beamer-theme/issues/3#issuecomment-330156624, or mute the thread https://github.com/notifications/unsubscribe-auth/AGHom8BAxFfeVNpw1pQlqnKWtAPIIXRLks5sjimIgaJpZM4PakQY .

severin-lemaignan commented 6 years ago

You should not have to install anything. Simply put the style in the same directory as your presentation.

And call lualatex with the option -shell-escape.