--- /dev/null jeu. janv. 01 00:00:00 1970 +0000
+++ b/YASnippet/publiset-mode/.yas-compiled-snippets.el mer. déc. 25 17:53:53 2013 +0100
@@ -0,0 +1,9 @@
+;;; Compiled snippets and support files for `publiset-mode'
+;;; Snippet definitions:
+;;;
+(yas-define-snippets 'publiset-mode
+ '(("<com=" "<?xml version='1.0' encoding='utf-8'?>\n<publiset version=\"1.0\">\n <composition id=\"${1:id}\" xml:lang=\"fr\"\n as=\"publidoc\" attributes=\"version=1.0\">\n <division as=\"document\" attributes=\"id=$1 xml:lang=${2:fr}\">\n <head>\n <title>$3</title>\n </head>\n <cover><image id=\"$1_cover\"/></cover>\n </division>\n\n <file>$4</file>\n <file>$5</file>\n </composition>\n</publiset> " "<publiset><composition>…" nil nil nil nil nil nil)
+ ("<sel=" "<?xml version='1.0' encoding='utf-8'?>\n<publiset version=\"1.0\">\n <selection id=\"$1\" xml:lang=\"${2:fr}\">\n <head>\n <title>$3</title>\n </head>\n\n <file>$4</file>\n <file>$5</file>\n </selection>\n</publiset> " "<publiset><selection>…" nil nil nil nil nil nil)))
+
+
+;;; Do not edit! File generated at Wed Dec 25 17:52:21 2013