Custom logic and set symbols menu for MS Word for discrete math classes (for those of us who can't use LaTeX)
This is a basic menu I created to easily insert logic and set symbols in MS Word:
I compressed the menu and added symbols for lambda and ceiling, please see the below image.
If you've installed the old menu and wish to upgrade:
- Follow instruction block 2 below to import the new menu
- Open the Macros menu by going to Developer > Macros
- Highlight "LogicSymbolsShow" and choose "Edit..."
- Replace "LogicSymbolsNew" with "LogicSymbolsUpdated", save, and exit the window.
- Click on the “File” tab and select “Options.”
- Click on “Customize Ribbon.”
- Select “Main Tabs” from the dropdown menu below “Customize the Ribbon.”
- Place a checkmark next to “Developer.”
- Click on “OK.”
- In the "Developer" tab, select "Visual Basic"
- In the Project pane (top left corner), expand "Normal"
- Right click on the "Forms" folder, and select "Import File..."
- Select "LogicSymbolsUpdated.frm" and press okay.
- In the Project pane of the Visual Basic window, right click on "Modules" and select Insert > Module.
- Paste in the below code:
Sub LogicSymbolsShow()
'
' LogicSymbolsShow Macro
'
'
LogicSymbolsUpdated.Show vbModeless
End Sub
- Close the VB window, saving if prompted.
- Right click on the ribbon and select "Customize Quick Access Toolbar..."
- On the top-left menu (below "Choose commands from:") select "Macros"
- Select "Normal.NewMacros.LogicSymbolsShow" and click "Add >>" to move it to the righthand pane
- You can customize the button's appearance by selecting "Normal.NewMacros.LogicSymbolsShow" in the righthand menu and pressing the "Modify..." button below.