Skip to content

Commit

Permalink
Added xml file for adding equation button to PowerPoint ribbon.
Browse files Browse the repository at this point in the history
  • Loading branch information
v-joe committed Mar 13, 2019
1 parent 0fe5219 commit 81e0961
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ribbon.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
<ribbon>
<tabs>
<tab idMso="TabHome" >
<group id="customGroup1" label="pptex" insertAfterMso="GroupEditing">
<button id="customButton1" label="pptex" size="large" onAction="pptex" image="pptex" />
</group>
</tab>
</tabs>
</ribbon>
</customUI>

0 comments on commit 81e0961

Please sign in to comment.