Re: [Mpi3-tools] latest draft of mqs
On May 22, 2013, at 4:44 PM, Kathryn Mohror <[email protected]> wrote:
I searched the standard (with PDF viewer search) and didn't see any broken hyphenated identifiers at the ends of lines. I noted that in the standard type and function names are like so: MPI\_COMM\_WORLD while in MPIR and MQS they are like so: MPI\_\-COMM\_\-WORLD. If you remove the \- will it do the right thing? I am not a Latex guru so I don't know.
\- tells Latex that it's ok to hyphenate there if it wants to. So you might see "MPI_-" at the end of a line, and "COMM_WORLD" at the beginning of the next. I'm personally ok with that kind of hyphenation -- I always put in the \-'s between words of MPI constants, a la MPI\_\-COMM\_\-WORLD. -- Jeff Squyres [email protected] For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/
participants (1)
-
Jeff Squyres (jsquyres)