Active Oldest Votes. Improve this answer. Many thanks, it indeed works! But that effectively means that it's not documented at all, since pdftex. I've been using graphicx for years and didn't know about this either. Anyone knows how to put not a entire page, but just a piece.
Show 5 more comments. Heiko Oberdiek k 21 21 gold badges silver badges bronze badges. Welcome to TeX. Useful inofrmations How do I write a good answer? Have fun with LaTex. Sign up or log in Sign up using Google. Sign up using Facebook. Sign up using Email and Password. Post as a guest Name. The University of Waterloo acknowledges that much of our work takes place on the traditional territory of the Neutral, Anishinaabeg and Haudenosaunee peoples.
Our main campus is situated on the Haldimand Tract, the land granted to the Six Nations that includes six miles on each side of the Grand River. Our active work toward reconciliation takes place across our campuses through research, learning, teaching, and community building, and is centralized within our Indigenous Initiatives Office. Skip to main Skip to footer. Accessible documents LaTeX has no built-in capability to produce accessible documents. The simplest way to produce PDF is to use the "pdflatex" program, instead of "latex", to process your source files.
You also need to change the device driver option for the "graphicx" and "hyperref" packages loaded in the preamble of your LaTeX source document. Since LaTeX documents are processed in one piece, a thesis is easily converted into a single PS file, and subsequently into a single PDF file, as required for e-submission. The default mode of dvips is to use bit-map versions of the default Computer Modern fonts when it creates PS. However, there is an option to the dvips command that imbeds the PS versions of the default Computer Modern font when it creates PS.
The command to use is dvips -Ppdf -o mythesis. Check the pdftricks documentation for further information. There are other commands that are also defined specifically for PDF documents, however as with all T E X commands, these commands are low-level. Fortunately, the hyperref package provides an easy interface to these commands. One more thing to note: the hyperref package must always be the last package to be included unless of course, you are using a package that modifies the behaviour of the hyperref package, e.
The default action is to place hyperlinks in a rectangle. This would produce the following: See the course web site for further details. The backref package can be used to create a set of back-references within the bibliography. To implement this, use the backref option to the hyperref package. The backrefx package should be included after the hyperref package, e. This is done automatically by B I BT E X, but it is something that you will need to remember if you are writing the thebibliography environment by yourself.
By default, the headings rather than the page number will be the hyperlink to the relevant chapter etc. The option linktocpage will swap this round.
0コメント