This is a common problem in research community. While submitting a manuscript to any journal (e.g. using EDAS system) you may encounter a common problem “Upload failed: One or more fonts are not embedded”. The solution is to embed all the font into the pdf and then upload the manuscript (in PDF format). Continue reading….
Tag: latex
Fixing WinEdit MDI event handler macros error.
Environment
OS: Windows 7 32bit
WinEdit v5.4 (build: 20050201)
Error:
Can’t open Macro file “C:\program Files\WinEdt Team\WinEdt\Macros\MDIOpen.edt”
[Exe(“%b\Macros\MDIOpen.edt”);^^^]
Possible Reason:
Either the path mentioned is wrong OR the macro file “MDIOpen.edt” is accidentally deleted.
How to Fix this Issue?
Continue reading…
Adding biography section into elsevier latex article
Mostly in research community Latex is used to write the articles that are published in different journals. Biography section is the last section in all articles. IEEEtran and elsarticle are the most widely used latex template, which offer multiple commands to represent the research content/data in different manner. For example, IEEEbiography command is used to write the biography section in IEEEtran template. But no such similar command is available if you write the article using elsarticle template. Continue reading …