From dab3c1955cf2088970c7deed17c12bf5c3c3b3e0 Mon Sep 17 00:00:00 2001
From: Christophe Garion <tofgarion@runbox.com>
Date: Wed, 30 Nov 2016 14:49:25 +0100
Subject: [PATCH] my-algo: remove emph for if etc.

---
 my-algo.sty | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/my-algo.sty b/my-algo.sty
index 8071e6f..c0a901c 100644
--- a/my-algo.sty
+++ b/my-algo.sty
@@ -2,7 +2,7 @@
 %% C. Garion, 2012
 %%
 \NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{my-algo}[2012/08/16 v0.1 
+\ProvidesPackage{my-algo}[2016/11/29 v0.2
                  LaTeX package for algorithm2e configuration]
 
 % packages
@@ -15,4 +15,7 @@
 \SetKwInput{Sorties}{sorties}
 }{%
 \RequirePackage[algoruled,lined,linesnumbered,algosection]{algorithm2e}
-}%
\ No newline at end of file
+}%
+
+\SetFuncArgSty{}
+\SetArgSty{}
\ No newline at end of file
-- 
GitLab