Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
janbender authored Apr 28, 2017
1 parent 7926a09 commit 82c910a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ The included project file was made with Visual Studio 2015. You have to adapt th
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:
"Security: This file came from another computer and might be blocked to help protect this computer."
3. Activate docker window "Latex" in the menu "Windows".
4. Import once an arbitrary PS file manually and select import text as curves. This seems to be the only way that CorelDraw stores this option and there is no API functionality to do it.
5. If you have a better solution for step 2, write me an email ;-)
4. If you have a better solution for step 2, write me an email ;-)

## Screenshots

Expand Down

8 comments on commit 82c910a

@alsahahari
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi there,
Many thanks for the hard work and it is much appreciated. I have used your previous implementation (the simple one) with CDx5 and was perfect. However, recently I have installed CDx8 and tried to install both old and new implementations of your Latex4CoreDRAW but no luck. What I have so far is the Latex tab is showing in the Dockers, but it is empty. I have tried to assign a shortcut so I can add an equation, but there is nothing related to latex in the customization window. Can you please let me know if I need to do something, or at least the default shortcut.

Kind regards,

@janbender
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you unlock the file as described above? It seems that the DLL is not loaded by CorelDraw for any reason.

@alsahahari
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @janbender for your prompt response. I believe they are unlocked as when I right-click any of them and select Properties there is no warning message or a button to click to unlock.

Kind regards,
Harith

@janbender
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is hard for me to find the problem in this case. It seems that CorelDraw is not able to load the DLL. Maybe you can try to put in the PATH. Unfortunately, I don't know how to find out where CorelDraw searches for the DLL and why it refuses to load it. If you find out how to solve the problem, please tell me. I will put the info in the readme file.

@alsahahari
Copy link

@alsahahari alsahahari commented on 82c910a Mar 24, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi janbender,
I was checking the different files (as unfortunately, I do not have VisualStudio to open the project) and found there are two files missing from the folder that "may" causing the issue. So under the "AppUI.xslt" file the "Latex4CorelDraw.dll" and "Latex4CorelDraw.DockerUI" files are mentioned in the following line:
hostedType="Addons\Latex4CorelDraw\Latex4CorelDraw.dll,Latex4CorelDraw.DockerUI"
However, I can not find these files anywhere in the main folder or any of the subfolders. Do you think adding these files will tackle the issue?

Regards,
Harith

@janbender
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi,

there is no file called "Latex4CorelDraw.DockerUI" and the DLL is in the release ZIP file.

I do not think this is the problem. It is hard to find the problem for me since on my computer everything works fine.

Regards,

Jan

@cryingfarmer
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi,
i have the same problem as alsahahari. The Latex Window in CorelDraw is unfortunately empty.
Is there any known soltuion yet?
Regards,
Thorsten

@mivec32
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I use corel x7, and solve compiling again in visual studio according to the guide. In the end I just replace the Latex4CorelDraw.dll file in the original one. for some reason this original Latex4CorelDraw.dll file in corel shows empty.

Please sign in to comment.