February 2011
There's not an obvious way, as the Acknowledgement item tag (one of the theorem-like objects) does not work inside the Front Matter. So we suggested the following workaround:"how to insert acknowledgment in the front matter
Thank you"
And we attached a sample document which we suggest you might like to download from Acknowledgement.tex and check the Typeset - Front Matter before you Typeset - PreviewPDF to see the result.Thanks for your message. A simple way would be to use a dummy Date field - which, after the MakeTitle command, will not affect the automatic date included as part of the Title (see attached).
We replied:"However, I also needed to make a pdf, and the built in pdf processor just
fell over. It first complained of an unresolved reference, which was pure
fiction on its part, and then it said it couldn't find the graphics files. I resorted
instead to printing from the TrueTex preview to another pdf processor."
We're keen to provide our users with all the support you need to ensure your graphics behave themselves. If you can't find the solution to your question on our mailings page, please drop us an Email describing the problem (and including your serial number, available from Help - System Features).You should do one of two things:Trust this resolves the issue for you. If not, please wrap up your .tex file using Tools - Document Manager, and let us have the .rap file to look at.
- Either, put your graphics in the Graphics folder c:\swp55\Graphics and simply use File - Import Picture which lets Scientific WorkPlace handle the graphic using the file name only: for example, sw40logo.wmf, in the .tex file attached. In this case, you must put your graphic in a folder that the software will look in (eg. c:\swp55\Graphics).
[Note: After downloading, right-click the graphic then select Properties - Picture Properties to see that the program found the graphic sw40logo.wmf in the \Graphics folder of whichever of our programs you've got.]- Or, use the graphicx package and the \includegraphics command with the full path name, as in Item 2 of our November 2010 mailing . In this case, the graphic can be located anywhere on your computer.
We replied:"When writing an exam, I need to arrange the questions in a fashion that will give a space for students to write their solutions. Does the page show a page break like in Microsoft Word? How will I be able to edit the pages? Thank you for your time."
The file examsample.tex demonstrates the use both of Vertical Space (Insert - Spacing - Vertical Space) and the Pagebreak mentioned in our reply. You see the green symbols for these commands as long as you've got View - Invisibles turned on. Of course, you only see the true effect of the spacing when you click on Typeset - PreviewPDF.You can enter a page break by clicking on Insert - Spacing - Break - Pagebreak - OK. You'll see a green dotted line in your document in the editing screen; if you turn on View - Invisibles, you'll also see the green symbol for Pagebreak (looking like a page torn in two).
When you next save and reload the document, the symbol is interpreted (as long as you didn't tick the Encapsulated box) and shows in the document. Why not download the file notequiv.tex and try entering the symbol again as described here?\not\equiv
We replied to say we:"One of our Academics is trying to make his SWP document have a page
numbering that displays on the first page of his document, but he wants
it so the figure it displays on that first page (and starts the count
from) is 53. I've played around with information in the preamble, such
as \fancyfoot[CO,CE]{\pagenumbering=53}, this displays 53 on every page
and even \setcounter{page}{53} but I can't get this to work.
Is this even possible in SWP? Any advise would be much appreciated?"
which we're glad to say worked just fine. The key is that title pages are not covered by the usual \pagestyle command....would have thought thatwould work if page numbers were otherwise working as desired. Why not send us the .tex file as an attachment and we'll be happy to take a look at it... Remember that first pages (with the title) need the command (which could be in a TeX Field) \thispagestyle{fancy} rather than just \pagestyle{fancy} to work.\setcounter{page}{53}