On 06/09/2025 23:23, 'warren page' via LaTeX Users Group wrote:
> Yes, Inside Users is my name, When I click this, I see a number of
> folders, including bin that contains many subfolders (some with
> latex and pdflatex). Nowhere do I see my folder cmj style files that
> contains wptext 4 and my LaTeX document wp.tex.
It has to be there somewhere, unless you (or TeXShop) has created your
wp.tex file in some very weird location. Which is possible.
What happens if you type wp.tex into the Search box at the top right
corner of your Mac screen?
Or in TeXShop, with wp.tex open, click on File > Open ... what folder
does it open (should be wptext 4), and you should be able to see
whereabouts on disk it is.
Either way, this is why I sent to link to
https://latex.silmaril.ie/formattinginformation/introduction.html#ecdllist1
because it's so important that you learn and understand what folder
and files are, and where on your disk they are located. As you have seen,
without that knowledge, it's incredibly hard for anyone to help you.
> I looked at your reference and noticed the statement: Converting
> LaTeX to or from another format means it will unavoidably lose some
> formatting so features in one format may not process in the other
> i.e; cannot be translated.
Correct. In LaTeX you can type \(E=mc^2\) and LaTeX will create a
nicely-formatted equation. If you convert that file to a system
with no math support, you'll just get some characters and no
formatted equation. Not all text systems have every formatting
behaviour.
> This maybe the source of my problem.
No. Werner has already pointed out the error: you had a PDF file
with a space in the name. Nothing to do with LaTeX. Don't ever
put spaces in filenames or folder names, not ever. Nor special
characters like accents, punctuation or non-text symbols (with
two exceptions below). Stick to the characters A-Z, a-z, 0-9,
hyphen (-), underscore (_) and dot (.) then your filename and
foldernames will work on any computer anywhere.
> I began my article in mathmag.sty and then continued to write the
> document in cmj's style files. If this is the problem, I don’t know
> how to fix it.
I'm afraid I don't know either of them, but you are quite correct,
they probably don't offer identical facilities. Even some well-
known packages use different names for the same thing because they
were written by different people at different times.
But neither of the ones you mention (mathmag and cmi) seem to be
on CTAN, the repository of LaTeX styles, so they may be homebrew
styles done for Overleaf or something else. This means they may
not have any meaningful documentation or traceable author, so
finding stuff out may mean asking other users.
Peter