InkRadix is an Inkscape extension that enables editing equations using Radical Pie™ (https://radicalpie.com/). Radical Pie is a WYSIWYG equation editing application for Windows 10/11.
There are several ways to install InkRadix. First, make sure that Radical Pie and Inkscape are installed on your computer. Subsequently, follow any of the following options.
If you have Windows version 10 1803 or later (very likely), you can install easily with:
- Open a Command Prompt.
- Copy, paste, and execute the following command:
(if exist "%temp%\InkRadixInst" rmdir /s /q "%temp%\InkRadixInst") && md "%temp%\InkRadixInst" && curl -L -o "%temp%\InkRadixInst\main.zip" "https://github.com/nasosi/InkRadix/archive/refs/heads/main.zip" && powershell -Command "Expand-Archive -Path '%temp%\InkRadixInst\main.zip' -DestinationPath '%temp%\InkRadixInst' -Force" && cd /d "%temp%\InkRadixInst\InkRadix-main\Resources" && call Install.bat && cd /d "%temp%" && rmdir /s /q "%temp%\InkRadixInst"
- (Re)start Inkscape to load the extension.
- Download the latest release extension .zip file here.
- In Inkscape, select
Extensions→Manage Extensions. - In the Extensions window that appears, select the
Install Packagestab. - At the bottom of the window, select the folder icon.
- Navigate to the location where
InkRadix-main.zipwas downloaded in, select it and clickOpenat the bottom right of the window. - Close the Extensions window and restart Inkscape.
- Download this repository here.
- Extract it.
- Execute the
Install.batscript from theResourcesfolder. - (Re)start Inkscape to load the extension.
- Download the latest release extension .zip file here, and unzip it.
- Place the files
InkRadixEdit.inx,InkRadixToggleBL.inxandInkRadix.pyin the following user directory:%APPDATA%\inkscape\extensions\nasos.inkradix. Note: You can copy and paste%APPDATA%\inkscape\extensions, directly into the Windows File Explorer address bar. It will resolve to a folder similar to:C:\Users\<YourUsername>\AppData\Roaming\inkscape\extensions. Then you can create the foldernasos.inkradix. - (Re)start Inkscape to load the extension.
The extension adds a submenu under Extensions → Text → Radical Pie Equation, with two commands: Create / Edit and Toggle Baseline.
- Adding a new equation: If no objects are selected, the
Create / Editcommand will launch Radical Pie. After closing and saving, a new equation will be inserted into Inkscape. - Editing an existing equation: If an existing Radical Pie equation is selected, running the
Create / Editcommand will open the equation for editing. After closing and saving, the selected object will be updated with the modified content. - If you select multiple equations and run the
Create / Editcommand, only the first equation will be edited. - If you select one, or more objects that are not equations, and run the
Create / Editcommand, the newly created equation will be placed at the center of the axis-aligned bounding box of the selected objects. - If you have selected one or more equations and run the
Toggle baselinecommand, the equation baseline will be toggled on or off. - You can paste LaTeX equations into Radical Pie, and they will be formatted automatically. You can then modify them graphically.
- If you want a LaTeX-like appearance, you can install the NewCM-Radix font collection (https://github.com/nasosi/NewCM-Radix ), which works seamlessly with Radical Pie.
- Use the Inkscape pivot cursor to indicate the intended alignment anchor. InkRadix will automatically reference this pivot relative to the nearest bounding box anchor of the equation object (e.g., top-left, middle-right, etc.) or the baseline characteristic points. A technical illustration of the algorithm is available here.
Ctrl+Alt+Shift+Eworks well as a keyboard shortcut for creating/editing equations. To set it up, go toEdit→Preferences→Interface→Keyboard, search forCreate / Edit, click onCreate / Edit, and pressCtrl+Alt+Shift+Eon your keyboard.Ctrl+Alt+Shift+Bworks well as a keyboard shortcut for toggling the baseline. To set it up, go toEdit→Preferences→Interface→Keyboard, search forToggle Baseline, click onToggle Baseline, and pressCtrl+Alt+Shift+Bon your keyboard.- Avoid ungrouping the equation object in Inkscape, as this will make it no longer editable. If this happens by accident, you can restore it using the Undo function. Occasionally, you may need to Undo and then Redo.
- When creating a new equation, InkRadix does not automatically load the user’s default design. To apply it, after Radical Pie starts, select
Settings→Load User Default Designfrom the Radical Pie menu.
InkRadix has been tested to work with Radical Pie versions 1.8 and 1.9, and Inkscape versions 1.0 through 1.4.





