by John P. Reid for the Maine Antique Digest magazine
October 2005
Not a ringing endorsement. I have a Chromebook, so I need a word processor, not a toy. (Note: the above review was written back when the 'free' Word Online still worked. About a year ago MS. Kutools for Word is a powerful add-in that frees you from time-consuming operations which majority of Word users have to perform daily! It can save your time from using Microsoft Word / Office 2019, 2016, 2013, 2010, 2007, 2003 or Office 365! Read More Download Buy now. Download this app from Microsoft Store for Windows 10, Windows 10 Team (Surface Hub), HoloLens, Xbox One. See screenshots, read the latest customer reviews, and compare ratings for ReadAloud. Not a ringing endorsement. I have a Chromebook, so I need a word processor, not a toy. (Note: the above review was written back when the 'free' Word Online still worked. About a year ago MS made changes and now allows only 'Read Only' mode for for any device with a screen larger than 10.1'. That means, nothing larger than a phone or tiny tablet. Free Word Excel PowerPoint to Pdf Converter. Free Word Excel PowerPoint to Pdf Converter is an all-in-one powerful converting tool. Similar choice Programs for query ″word to pdf converter.exe″ A-PDF To Image. A-PDF To Image is a fast, affordable way to batch convert PDF files to image formats. With auto-converting PDF to.
Claire Edge Auburn University School of Nursing. PERSONAL PHILOSOPHY OF NURSING 2 Abstract Nursing philosophy was researched and implemented to establish a personal philosophy of nursing and nursing practice. The essence and nature of nursing is explained and described. Desired relationships with patients and their families are also explored. Nursing philosophyclaire edge. Editor-in-Chief in 2020 - Jan Dewing Professor Jan Dewing took over as Editor-in-Chief in January 2020. Jan is very happy to hear from potential authors with ideas for submissions, editorials or themed issues.
The new user of computers is often faced with buying expensive software to do simple jobs. Inexpensive software is often available that will do those jobs until the new user's needs are better known.Almost any word processor will do for writing letters, memos, reports, and other documents to be printed on paper. They all let the user choose fonts and font sizes, center titles, format paragraphs, create tables, make lists, and choose backgrounds and borders.
But there is a problem when documents are exchanged on computer disks or over the Internet. Every brand of word processor uses its own format codes that other word processors may not understand, but the great majority of the world's documents are written using Microsoft Word. If your word processor cannot read and write MS Word format, you are stuck in a paper world.
Depending on which one of many software suites is purchased, the latest version of MS Word can cost several hundred dollars. In addition, there are people who stubbornly refuse to join the Microsoft flock. Still others want to try word processing before spending a lot of money. Fortunately, there are alternatives.
The word processor PolyEdit may be downloaded free from www.polyedit.com in about ten minutes on a dial-up connection. It will work with Windows 95 and higher and can be used indefinitely. To get rid of the 'please register' nag screen and to get prompt, free e-mail technical support, you may register on line for $27.95. While downloading, also download Converter Pack 2.1, which tells PolyEdit how to handle MS Word files, and the spell check dictionary for your language.
PolyEdit is a good little word processor. It will create almost any kind of document for printing or Internet exchange. Elaborate formatting, page headers and footers, lists, outlines, indentation, and full justification are possible. It can use all the fonts and special symbols installed on your computer. Tables and lists can be created, and Microsoft Excel files can be imported as tables. Pictures can be inserted in pages, but their size and position will be fixed.
With the Converter Pack installed, PolyEdit can write files readable by MS Word when told to do so. It can read MS Word files, though some formatting may be lost. For instance, complex picture layouts or text boxes will be simplified without loss of information.
PolyEdit is purely a word processor. There are many MS Word capabilities it does not have. It does not create Web pages. Merge files to create mass mailings or mailing labels from an address database are not available. A stock of document templates is not provided. Foreign language support is limited to spell checking. On the other hand, it has small conveniences not available in MS Word. There is a help file but no user manual; however, it works like most other word processors. Get it as a first word processor or as standby software when MS Word compatibility is needed.
http://www.maineantiquedigest.com/articles/oct05/comp1005.htm
If you've ever tried to create web pages that contain mathematical notation for expressions and equations, you've learned just how inconvenient HTML (HyperText Markup Language) is for such tasks. If you haven't attempted this yet, then be forwarned that providing mathematical notation on a web page isn't as easy as providing ordinary text. In this 'how to' document we will look at some of the options for placing non-interactive mathematical content on the web.
Background
Here is the crux of the problem. There are (at least) three important requirements for effectively representing and/or presenting mathematical content:
- The freedom to specify and display the symbols most appropriate for the intellectual content.
- A way to capture (or at least imply) the mathematical structure of the expressions.
- A way to generate an appropriate two-dimensional rendering of the structure and content.
The idea behind the first requirement is that mathematical expressions often contain some special symbols that are used to represent operations or constants or other concepts within the intellectual domain being discussed. While it may be possible to substitute other symbols for the preferred ones, such as using an 'L' in place of a lambda, this is undesirable and creates a burden on the author to explain the unusual choice of symbols.
The second requirement tries to capture the notion that the placement of symbols in expressions is not arbitrary; the symbols are combined in specific ways to signify relationships or to reflect the algebraic or analytic steps that could be performed. For example, since we expect '1+2*3' to evaluate to 7, we wouldn't consider it acceptable for a browser to display '+123*'. Even though all the correct symbols are present the placement of the symbols doesn't capture the intended interpretation of the expression. Each piece plays a specific role in the overall expression, and when we read and write expressions it is the relative placement of those pieces that gives us visual cues to their roles.
Finally the third requirement reflects the reality that not all expressions are presented with all the symbols in a linear order; fractions and subscripts and integral limits and suchlike all cause us to want to place symbols in a particular location with respect to other symbols. As the expressions increase in size and complexity, linearization becomes increasingly impractical and illegible. We want two-dimensional control over the rendering of the expression so that we can efficiently create visual cues about the relationships between the parts of the expression.
All this may sound straight-forward but HTML, which derives from SGML (Standard Generalized Markup Language), was originally intended to deal mostly with the second requirement. The idea of a markup language was to insert some special codes --- the markup tags --- in a text file to indicate the structural relationships between the pieces of the document. Markup languages were not expected to replace WYSIWYG (What You See Is What You Get) editors and professional layout tools; the programs used to view markup files (like web browsers) were to have a great deal of lattitude in rendering the structured content in order to account for differences in document display across heterogeneous computing environments and to accomodate user-specified preferences. This has sometimes been interpreted as a prohibition on creating markup tags whose only purpose was to specify certain visual renderings, something an author might desire in order to address our third requirement of exerting two-dimensional control over the presentation of mathematical expressions.
Markup languages based on SGML didn't preclude the inclusion of mathematical notation or graphics, but until the explosion of interest in the web most of the R&D effort was directed at providing mechanisms for organizing and indexing plain text. Since (artistic arguments aside) the meaning of text is not dependent upon appearance-oriented controls, tags that support rendering concerns have historically been viewed a bit negatively by the established HTML/SGML community. The preferred way to support complex mathematical content would have been to substantially extend the specification of HTML to capture the structure of expressions; browsers implementing the extensions would be expected to somehow deal with the third requirement in a way that was consistent with the markup structure of the mathematical expressions. A 'math mode' extension that was a hybrid of our second and third requirements was considered during the HTML 3.0 draft [1]; unfortunately little headway was made on the proposal and no mention of it remains in the current HTML 4.0 draft [2]. For our first requirement there is some support for special symbols within HTML by using markups called 'entities', but the list of officially recognized entities is not sufficient for the variety of mathematical usages and as the list is static (it is part of a standard) there is no way for you to augment it to include the missing symbols that you would want to use.
Future HTML Revisions
Periodically an effort is launched to revise HTML to improve its features and to cope with the compatability pressures of an active commercial browser market. While the math mode of the HTML 3 draft didn't survive --- except for the <sup> and <sub> tags that provide simple superscripts and subscripts --- there does seem to be a resurgence of this effort within the World Wide Web Consortium as something called 'MathML', the Mathematical Markup Language [3]. The one aspect of math support that is present in the HTML 4 draft is an increased number of special-character entities. This still has the disadvantage of being a static list, but it is least a much longer list containing many commonly-used mathematical symbols. Given current progress both in HTML standardization and independent vendor efforts to enable specialized font support in web pages [4] [5], the future looks good for eventually satisfying our first requirement in a portable (ie: non-browser-specific) way; perhaps someday MathML may result in something that will address all three requirements.
Options
Getting back to the purpose of this article, there are many ways to try and cope with mathematical content on the web, so let's look at some of them and consider their strengths and weaknesses.
Preformatted Text
Perhaps the simplest mechanism for dealing with equations is to treat HTML somewhat like a typewriter with memory. You can use the <pre> tags to contain text that you want presented literally the way you typed it, with no attempt by the browser to adjust or reformat it. This works much like the LaTeX verbatim environment and as such is only useful for simple notation and simple layouts. The layout is performed by manually positioning text instead of by interpreting the structure of the expression. The result is crude, doesn't readily scale to large expressions, and modifying or reorganizing the preformatted text is very error-prone and time-consuming.
Graphics
Given the obvious limitations of preformatted text, the next step that web-page authors can take is to present their mathematical content as graphic images on the web. This can be done simply by scanning printed pages, but with the large file sizes, the resulting binary-image printing problems, and the performance bottlenecks of slow internet connections and heavily-loaded web servers, you quickly have to move on to some better solution method. There are various conversion utilities---some of them available as freeware---that take a particular document format, extract ordinary text as text with HTML markup, and intersperse the text with small graphic images for those portions too complex for HTML (such as mathematical equations). Probably the best-known utility of this type is latex2html [6]. For LaTeX written specifically for latex2html processing the program is simple enough to use once installed and configured, but you have to be comfortable with the steps required to ftp, uncompress, untar, build, and install software in a Unix environment in order to use it. It only supports a subset of LaTeX so you will end up either substantially editing the source LaTeX, the resulting HTML, or the latex2html configuration information in order to get good results.
External Viewers
Many browsers allow you to launch an external program to display particular types of files; these programs are often referred to as 'viewers'. Xbox 360 won't download games. The way they work is as follows:
- The user clicks on a link to a kind of file that normally can't be displayed by a web browser.
- The browser downloads the file from the web server, and as a result of the interaction between the browser, the server, and the extension on the filename (ie: the part of the filename on the right side of '.'), the browser determines something referred to as the 'mime type' of the file.
- The browser looks at its own configuration information to see if it has been told about a viewer that is appropriate for the given mime type; if it finds one then the browser will launch the viewer program and give it the file to display.
External viewers are often used to make it easier to place files on the web that have some complicated kind of document format. For example, in the Unix environment you might modify your configuration of Netscape or Mosaic to launch 'xdvi' whenever you try to download the DVI output of TeX or LaTeX. There are few limitations on external viewers; usually you just need some way to tell your browser how to launch the program and pass along the file that has been downloaded. The trickier part is in getting the mime information correct, but the details of that are beyond the scope of this article. Refer to the documentation available with your particular browser for more information.
Note that how good the appearance of the mathematical content is, and how easy it is to work with, now has nothing to do with the browser and is dependent entirely on the software used to produce the document and on the external viewer. While this sounds like a possible win, practically speaking it can be a clunky solution that requires an appropriate viewer program to be available on all the different kinds of computing platforms used by the readers of those web pages, and requires those readers to possess some relatively subtle knowledge about how web browsers are configured. It also has the disadvantage of losing the integration of the math content with other material that is being provided in HTML, comparable to situations where you have to continually bounce between different reference books for pieces of related information.
Plug-Ins
Plug-ins are a refinement of the notion of an external viewer. A plug-in is a program that knows how to integrate its functionality with the web browser so completely that you might not even notice it is there. Usually no separate window will appear; whatever the plug-in will do for you, it displays within the confines of the browser window. While plug-ins provide a more integrated solution than external viewers, they tend to be available on very few platforms; typically a given plug-in will only work on Mac, or on Windows, but rarely both and almost never in a Unix environment. With this caveat, there are some plug-ins that you really should look at if you want to place mathematical content on the web. None of these is in the public domain, but all can be downloaded for free.
One of the most flexible multi-platform solutions is provided by Adobe's Acrobat Reader [7]. Depending on your choice of computing environment (including Mac, MS Windows, and several versions of Unix), Acrobat Reader is available as either a plug-in or as an external viewer. The advantage of Acrobat is that you can convert any postscript file into Acrobat's Portable Document Format (PDF) using the 'distiller' functionality (only available in the commercial versions of Acrobat). The distiller is easy to use and will let you create small document files that can provide web-like navigation features and good renderings of mathematical notation. Whenever you want to revise the PDF files you just revise the original documents (in Word, FrameMaker, LaTeX, or whatever you prefer), generate fresh postscript, and distill the postscript into PDF again.
Notes:
- When distilling files be careful to know which fonts you've used, and either stick to common fonts or incorporate any unusual ones into the PDF document so that other people can render your files. This is something that even major publishing companies can forget; I once purchased the CD-ROM version of a book that had readable text but totally illegible mathematical notation because a key font hadn't been included in the PDF files.
- Use the most recent version of the Acrobat Reader (3.01 at the time of writing). Many new computers are shipped with Acrobat 2.0; the PDF file format changed in 3.0 and unfortunately Acrobat Readers aren't smart enough to spot the use of a newer file format. They will just indicate that the file is corrupt or unreadable for some reason.
- The plug-in versions of the Acrobat Reader are very convenient but they are newer and not yet as stable the external viewers. Don't be surprised to see a few bugs so keep an eye out for new upgrades on Adobe's web site.
Excel To Ms Word Converter Download Freemarcus Reidsville
This is an impressive plug-in that supports a large subset of LaTeX. Unfortunately it only exists on 32-bit MS Windows platforms [8], but if you only need a single-platform solution and you have large existing collection of LaTeX documents, then techexplorer is something to really pay attention to. Even without hand-editing my original LaTeX files I found techexplorer did a decent job of displaying them, which I have found is rarely the case with latex2html. I wish it had support for style files as they form the mainstay of most LaTeX-based publications, but otherwise I was quite pleased with this program.
Notes:
- This plug-in integrates more smoothly with Netscape than it does with Microsoft's Internet Explorer, but it will work with both. Installation is easy but the web pages gloss over the steps. You can't just download the executable installer archive into any old directory you want; the directory has to be the same as the value of the 'TEMP' environment variable or the installer gives an error about not having enough free diskspace. The installer only looks for Netscape directories, so if you use Internet Explorer you'll need to tell the installer to use the MSIE's 'Plugins' directory (which won't yet exist if you never installed a plug-in before; just create the directory yourself where you find the 'Iexplore' application binary file and then proceed with the rest of the installation).
- techexplorer doesn't really support keyboard-based navigation through displayed material, something which Netscape users probably won't notice but MSIE users will. You have to use the mouse for navigating through techexplorer materials displayed within MSIE.
As a Java applet WebEQ is the most cross-platform solution available for placing mathematical notation on the web [9]. It supports a very small subset of TeX and LaTeX called WebTeX which is mostly restricted to features that are used for displaying mathematical expressions. WebEQ actually began its existance by trying to implement the now-defunct HTML 3.0 math mode, and in the future the developers hope to add support for MathML. In the meantime, however, you'll need to learn WebTeX and the basics of how to integrate Java applets into web pages in order to use WebEQ. Here is an example HTML page for displaying an equation containing radical signs. It assumes that the directory containing this web page has itself a subdirectory named 'classes' containing the webeq fonts and compiled Java classes. The 'size' parameter is the approximate point size of the font that will be used for display. The 'eq' parameter is the equation or expression to be rendered. which would result in the web page displaying (after a delay to load all the applet materials) in some suitable font:
Note that your browser must be Java-enabled to see the above result.
This may interest those of you who use Microsoft Word, particularly within either 16-bit or 32-bit MS Windows environments. The Word Viewer will display Word documents over the web, and those documents could contain whatever mathematical notation you've constructed within Word [10]. So far I've found that the viewer plug-in itself works well, but I haven't had much luck with getting the Equation Editor included with Word in Microsoft Office 97 to do anything useful without crashing. Even without the use of this utility or Word itself, the Word Viewer could still be useful for anybody that has a word processor that can save files in Rich Text Format (RTF); the viewer is equally happy reading either RTF or Word documents.
Conclusion
I began this column by saying there are at least three important requirements for effectively representing and/or presenting mathematical content. The reason for the qualification 'at least' is because there are, of course, a host of intellectual or pedagogical objectives that have little to do with the mechanics of placing mathematical notation on the web. Ultimately it is these other concerns you want to be able to devote your energy to; if that were not the case we all might as well still be grinding our own ink and cutting quills to use as pens. While web-based technologies still have a little ways to go before authors will have the simplicity of preparation and flexibility of presentation that we all desire, attainment of that goal is not far off in the future. We have some workable tools now and they are only going to get better over time.