Skip to content

Instantly share code, notes, and snippets.

@Arth-ur
Created June 5, 2017 12:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Arth-ur/73502569fb60a1bfc10264190000ee73 to your computer and use it in GitHub Desktop.
Save Arth-ur/73502569fb60a1bfc10264190000ee73 to your computer and use it in GitHub Desktop.
% >Show a link to a video.
%
% (c) Arthur Gay
%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN archives
%% in directory macros/latex/base/lppl.txt.
%
\NeedsTeXFormat{LaTeX2e}[1994/06/01]
\ProvidesPackage{videos}
[2017/06/05 v1 LaTeX package to show a link to a video]
\RequirePackage{hyperref}
\RequirePackage{fontawesome}
\newcommand{\videoSym}{\faVideoCamera{}}
\newcommand{\video}[2]{\href{#1}{\faVideoCamera{}~\texttt{#2}}}
\endinput
%%
%% End of file `videos.sty'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment