You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Latex4CorelDraw.csproj
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@
50
50
<ReferenceInclude="PresentationCore" />
51
51
<ReferenceInclude="PresentationFramework" />
52
52
<ReferenceInclude="WindowsBase" />
53
-
<ReferenceInclude="c:\program files\corel\coreldraw graphics suite x8\programs64\Assemblies\Corel.Interop.VGCore.dll">
53
+
<ReferenceInclude="c:\program files\corel\CorelDRAW Graphics Suite 2021\programs64\Assemblies\Corel.Interop.VGCore.dll">
54
54
<Name>Corel.Interop.VGCore</Name>
55
55
<Private>False</Private>
56
56
</Reference>
@@ -149,20 +149,20 @@
149
149
-->
150
150
<PropertyGroup>
151
151
<PostBuildEvent>
152
-
if not exist "c:\program files\corel\coreldraw graphics suite x8\programs64\addons\$(SolutionName)" md "c:\program files\corel\coreldraw graphics suite x8\programs64\addons\$(SolutionName)"
153
-
copy "$(TargetPath)" "c:\program files\corel\coreldraw graphics suite x8\programs64\addons\$(SolutionName)" /y
154
-
copy "$(ProjectDir)CorelDrw.addon" "c:\program files\corel\coreldraw graphics suite x8\programs64\addons\$(SolutionName)" /y
155
-
copy "$(ProjectDir)AppUI.xslt" "c:\program files\corel\coreldraw graphics suite x8\programs64\addons\$(SolutionName)" /y
156
-
copy "$(ProjectDir)UserUI.xslt" "c:\program files\corel\coreldraw graphics suite x8\programs64\addons\$(SolutionName)" /y
157
-
copy "$(ProjectDir)\ScintillaNET\SciLexer.dll" "c:\program files\corel\coreldraw graphics suite x8\programs64\addons\$(SolutionName)" /y
158
-
copy "$(ProjectDir)\ScintillaNET\SciLexer64.dll" "c:\program files\corel\coreldraw graphics suite x8\programs64\addons\$(SolutionName)" /y
159
-
copy "$(ProjectDir)\ScintillaNET\ScintillaNET.dll" "c:\program files\corel\coreldraw graphics suite x8\programs64\addons\$(SolutionName)" /y
160
-
copy "$(ProjectDir)\ScintillaNET\ScintillaNET.xml" "c:\program files\corel\coreldraw graphics suite x8\programs64\addons\$(SolutionName)" /y
161
-
if $(ConfigurationName) == Debug copy "$(TargetDir)\$(SolutionName).pdb" "c:\program files\corel\coreldraw graphics suite x8\programs64\addons\$(SolutionName)\$(SolutionName).pdb"
152
+
if not exist "c:\program files\corel\CorelDRAW Graphics Suite 2021\programs64\addons\$(SolutionName)" md "c:\program files\corel\CorelDRAW Graphics Suite 2021\programs64\addons\$(SolutionName)"
153
+
copy "$(TargetPath)" "c:\program files\corel\CorelDRAW Graphics Suite 2021\programs64\addons\$(SolutionName)" /y
154
+
copy "$(ProjectDir)CorelDrw.addon" "c:\program files\corel\CorelDRAW Graphics Suite 2021\programs64\addons\$(SolutionName)" /y
155
+
copy "$(ProjectDir)AppUI.xslt" "c:\program files\corel\CorelDRAW Graphics Suite 2021\programs64\addons\$(SolutionName)" /y
156
+
copy "$(ProjectDir)UserUI.xslt" "c:\program files\corel\CorelDRAW Graphics Suite 2021\programs64\addons\$(SolutionName)" /y
157
+
copy "$(ProjectDir)\ScintillaNET\SciLexer.dll" "c:\program files\corel\CorelDRAW Graphics Suite 2021\programs64\addons\$(SolutionName)" /y
158
+
copy "$(ProjectDir)\ScintillaNET\SciLexer64.dll" "c:\program files\corel\CorelDRAW Graphics Suite 2021\programs64\addons\$(SolutionName)" /y
159
+
copy "$(ProjectDir)\ScintillaNET\ScintillaNET.dll" "c:\program files\corel\CorelDRAW Graphics Suite 2021\programs64\addons\$(SolutionName)" /y
160
+
copy "$(ProjectDir)\ScintillaNET\ScintillaNET.xml" "c:\program files\corel\CorelDRAW Graphics Suite 2021\programs64\addons\$(SolutionName)" /y
161
+
if $(ConfigurationName) == Debug copy "$(TargetDir)\$(SolutionName).pdb" "c:\program files\corel\CorelDRAW Graphics Suite 2021\programs64\addons\$(SolutionName)\$(SolutionName).pdb"
162
162
</PostBuildEvent>
163
163
</PropertyGroup>
164
164
<PropertyGroup>
165
165
<StartAction>Program</StartAction>
166
-
<StartProgram>c:\program files\corel\coreldraw graphics suite x8\programs64\CorelDRW.exe</StartProgram>
166
+
<StartProgram>c:\program files\corel\CorelDRAW Graphics Suite 2021\programs64\CorelDRW.exe</StartProgram>
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,20 +2,21 @@
2
2
3
3
This is a addon for CorelDRAW. It allows to add and edit Latex equations or symbols easily. The addon is based on ScintillaNET and supports syntax highlighting, code snippets etc.
4
4
5
-
The library was tested on Windows 10, CorelDRAW x8.
5
+
The library was tested on Windows 10, CorelDRAW Graphics Suite 2021.
6
6
7
7
**Author**: [Jan Bender](http://www.interactive-graphics.de), **License**: MIT
8
8
9
9
## Build Instructions
10
10
11
-
The included project file was made with Visual Studio 2015. You have to adapt the path of CorelDRAW in the project file Latex4CorelDraw.csproj if your CorelDRAW installation differs from "C:\Program Files\Corel\CorelDRAW Graphics Suite X8".
11
+
The included project file was made with Visual Studio 2019. You have to adapt the path of CorelDRAW in the project file Latex4CorelDraw.csproj if your CorelDRAW installation differs from "C:\Program Files\Corel\CorelDRAW Graphics Suite 2021".
12
12
13
13
## Installation
14
14
15
-
1. Download the latest release and extract the zip into C:\Program Files\Corel\CorelDRAW Graphics Suite X8\Programs64\Addons to install the addon.
15
+
1. Download the latest release and extract the zip into C:\Program Files\Corel\CorelDRAW Graphics Suite 2021\Programs64\Addons to install the addon.
16
16
2. Right-click and open "Properties" for each DLL file in the folder. If you see the following text, you have to unblock the file:
17
17
"Security: This file came from another computer and might be blocked to help protect this computer."
18
-
3. Activate docker window "Latex" in the menu "Windows".
18
+
3. Activate docker window "Latex" in the menu "Window" -> "Dockers".
19
+
3. If the generated latex equation looks somehow strange (as if the right fonts are missing), ensure that CorelDraw imports .ps files as "curves" and not as "text". This can be done by loading a .ps file manually since CorelDraw stores the last setting.
19
20
4. If you have a better solution for step 2, write me an email ;-)
0 commit comments