<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi Aleks.<div class=""><br class=""></div><div class="">I can now tell you where in the coding the problem occurs.</div><div class="">Knowing this, you should be able to kludge a work-around. (hints below)</div><div class=""><br class=""></div><div class="">In this image, it is the link  (anchored with  14.1.11 ) at the top of the 2nd column.</div><div class=""><br class=""></div><div class=""><img apple-inline="yes" id="6CFE3496-391E-42C2-8F3B-3EAC300A4E53" width="718" height="276" src="cid:4AE5D916-39C8-435D-B18E-9295258C991E@mq.edu.au" class=""></div><div class="">How do I know this?</div><div class="">Because a tracing of the  output  at the appropriate place gives:</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><blockquote type="cite" class=""><blockquote type="cite" class=""><blockquote type="cite" class="">..........\pdfcolorstack 0 pop<br class="">..........\hbox(101.67294+0.0)x175.0<br class="">...........\vbox(101.67294+0.0)x175.0<br class="">............\pdfcolorstack 0 push {0.9 0 0.3 rg 0.9 0 0.3 RG}<br class="">............\glue(\topskip) 0.0<br class="">............\hbox(7.49817+2.49939)x175.0, glue set - 0.33926<br class="">.............\T2B/cmr/m/it/10 1<br class="">.............\T2B/cmr/m/it/10 4<br class="">.............\T2B/cmr/m/it/10 .<br class="">.............\T2B/cmr/m/it/10 1<br class="">.............\T2B/cmr/m/it/10 .<br class="">.............\T2B/cmr/m/it/10 1<br class="">.............\T2B/cmr/m/it/10 1<br class="">.............\pdfcolorstack 0 pop<br class="">.............\pdfendlink<br class="">.............\T2B/cmr/m/it/10 .<br class="">.............\glue 3.5769 plus 1.54213 minus 1.01587<br class="">.............\T2B/cmr/m/it/10 Ð<br class="">.............\kern-0.2555<br class="">.............\T2B/cmr/m/it/10 à<br class=""></blockquote></blockquote></blockquote></div><div class=""><br class=""></div><div class="">Notice the unmatched  \pdfendlink .</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Other such links look as follows:</div><div class=""><br class=""></div><div class=""><blockquote type="cite" class=""><blockquote type="cite" class=""><blockquote type="cite" class="">.............\hbox(7.49817+2.49939)x38.32397<br class="">..............\T2B/cmr/m/n/10 (<br class="">..............\pdfstartlink(*+*)x* attr{/Border[0 0 0]/H/I/C[1 0 0]} action got<br class="">o name{equation.Russian.14.1.35}<br class="">..............\pdfcolorstack 0 push {0.9 0 0.3 rg 0.9 0 0.3 RG}<br class="">..............\T2B/cmr/m/n/10 1<br class="">..............\T2B/cmr/m/n/10 4<br class="">..............\T2B/cmr/m/n/10 .<br class="">..............\T2B/cmr/m/n/10 1<br class="">..............\T2B/cmr/m/n/10 .<br class="">..............\T2B/cmr/m/n/10 3<br class="">..............\T2B/cmr/m/n/10 5<br class="">..............\pdfcolorstack 0 pop<br class="">..............\pdfendlink<br class="">..............\T2B/cmr/m/n/10 )<br class="">.............\glue 3.5769 plus 1.53294 minus 1.02197<br class=""></blockquote></blockquote></blockquote></div><div class=""><br class=""></div><div class="">with the \pdfstartlink   and  matching  \pdfendlink  .</div><div class=""><br class=""></div><div class="">In fact, neither the  14.1.10  nor  the  14.1.11  are active as links in my PDF.</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">What I think has happened is that the output-routine is splitting the two streams</div><div class="">to create the parallel page-breaks.  </div><div class="">The place where these splits occur is  *after* the  \pdfstartlink  but before any of its anchor-text.</div><div class=""><br class=""></div><div class="">What you probably need to do is add some (apparently redundant) extra whitespace *before* the start of this material.</div><div class="">e.g.  perhaps a  \bigskip  at the bottom of the columns will be enough to make the box splitting happen that little bit earlier.</div><div class=""><br class=""></div><div class="">Here’s another image that shows the 2 columns also on the previous page:</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><img apple-inline="yes" id="0B7D0D9C-A03D-422E-A401-B03B86650BA2" width="723" height="590" src="cid:55AD210C-3B61-4E91-BE4C-DE063CE6B017@mq.edu.au" class=""></div><div class=""><br class=""></div><div class="">Notice how the last line on the preceding page is very *loose*; that is, the words are spread out.</div><div class="">Quite possibly a non-textual token for the  \pdfstartlink   has been included on that page,</div><div class="">cutting it off from the  \pdfendlink .</div><div class="">(I would need to trace the previous page’s output to find where these went; or may have been discarded entirely.)</div><div class=""><br class=""></div><div class="">My suggestion for a possible workaround is to force extra space after the displayed equations:</div><div class="">  (14.1.33) in the left column, and  (14.1.35) in the right column.</div><div class="">This should encourage the columns be split across the page-break, while keeping a balanced</div><div class="">look at the top of the next page.</div><div class=""><br class=""></div><div class="">e.g.  \goodbreak\noindent   might be sufficient, but quite likely not.</div><div class="">     or  \bigskip\noindent  should do it;</div><div class="">          \filbreak\noindent   might be overkill.</div><div class="">(the \noindent  might be irrelevant for your columns)</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><div class="">Note that I can process your files quite comfortably.</div></div><div class="">I’m *not* using the latest LaTeX, which has made significant internal changes,</div><div class="">to prepare for Tagged-PDF.  </div><div class="">I keep a machine that runs earlier versions, so that I can be sure that critical documents</div><div class="">(using my own implementation of Tagged PDF) are not crunched by such changes.</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Another difference with my setup is to have a *huge* block of main-memory and extra-memory.</div><div class="">That’s probably not relevant to your job, as these stats show:</div><div class=""><br class=""></div><div class=""><blockquote type="cite" class=""><blockquote type="cite" class=""><blockquote type="cite" class="">Output written on 2207.06506.Russian.pdf (295 pages, 1654705 bytes).<br class="">PDF statistics:<br class=""> 8377 PDF objects out of 8907 (max. 8388607)<br class=""> 7955 compressed objects within 80 object streams<br class=""> 2736 named destinations out of 2984 (max. 500000)<br class=""> 901 words of extra memory for PDF output out of 10000 (max. 10000000)<br class=""></blockquote></blockquote></blockquote><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Hope this helps.</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre">       </span>Ross</div><div class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class=""><div dir="auto" class=""><blockquote type="cite" class=""><div dir="ltr" class=""><b class="">From:</b> Aleks Kleyn <<a href="mailto:Aleks_Kleyn@mailaps.org" class="">Aleks_Kleyn@mailaps.org</a>><br class="">
<b class="">Date:</b> 25 October 2022 at 12:41:33 pm AEDT<br class="">
<b class="">To:</b> <a href="mailto:pdftex@tug.org" class="">pdftex@tug.org</a><br class="">
<b class="">Subject:</b> <b class="">Re: [pdftex] \pdfendlink ended up in different nesting level than \pdfstartlink</b><br class="">
<br class="">
</div>
</blockquote>
<blockquote type="cite" class="">
<div dir="ltr" class=""> Thank you for response. I do not think this is problem with babel because I write the same text in English and Russian. Sometimes I see such error in English version. But it is hard to catch. Long time I suspected macro. When I used macro trace,
 I saw that pdfstart and pdfend appear on the same level. Once when I had such error in English text, I used dvips (like I did long time ago) and compilation was good. This is why I think the problem is not in macro, but in the procedure of compilation. I found
 today that following bat file works<br class="">
latex -output-directory=Out 2207.06506.Russian.tex<br class="">
dvipdfm -o Out\2207.06506.Russian.pdf Out\2207.06506.Russian.dvi<br class="">
I got compiled text. But links in this file does not work. Earlier I tried bat file<br class="">
latex -output-directory=Out 2207.06506.Russian.tex<br class="">
dvips -o Out\2207.06506.Russian.ps Out\2207.06506.Russian.dvi<br class="">
ps2pdf Out\2207.06506.Russian.ps<br class="">
but when I use Russian text, dvips reports that it cannot find probably font. And today for some reason ps2pdf did not create pdf file even for English version.<br class="">
<br class="">
Also I tried at summer reduce number of files. I removed a lot of files and had only few including file where I had error. Suddenly error disappeared and even when I returned all files back I did not the error. This is why I decided to submit the whole package.<br class="">
<br class="">
Aleks Kleyn<br class="">
<br class="">
<br class="">
-----Original Message-----<br class="">
From: Ross Moore [<a href="mailto:ross.moore@mq.edu.au" class="">mailto:ross.moore@mq.edu.au</a>] <br class="">
Sent: Monday, October 24, 2022 7:11 PM<br class="">
To: Karl Berry<br class="">
Cc: <a href="mailto:Aleks_Kleyn@mailaps.org" class="">Aleks_Kleyn@mailaps.org</a>; <a href="mailto:pdftex@tug.org" class="">pdftex@tug.org</a><br class="">
Subject: Re: [pdftex] \pdfendlink ended up in different nesting level than \pdfstartlink<br class="">
<br class="">
Hi Karl, Alex’s.<br class="">
<br class="">
It is interesting that you get it as a fatal error. I only get a warning, and there is nothing broken in the PDF.<br class="">
<br class="">
My pdfTeX is from TeXLive 2021.<br class="">
<br class="">
I have suspicions about which is the faulty link, but could not confirm these, due to the input encoding. Editing in the file: Left.Eugene.Russian.tex corrupted the file’s encoding. I’ll need to extract it afresh from the archive.<br class="">
<br class="">
Primary suspect is the hyperlink in the footnote near the beginning of that chapter.<br class="">
<br class="">
Other possibilities are ones that occur just on a page-break, or column-break. <br class="">
<br class="">
Best of luck in chasing this one.<br class="">
<br class=""></div></blockquote></div></div></blockquote></div><br class=""><div class="">
<br class="">Dr Ross Moore<br class="">Department of Mathematics and Statistics <br class="">12 Wally’s Walk, Level 7, Room 734<br class="">Macquarie University, NSW 2109, Australia<br class="">T: +61 2 9850 8955  |  F: +61 2 9850 8114<br class="">M:+61 407 288 255  |  E: <a href="mailto:ross.moore@mq.edu.au" class="">ross.moore@mq.edu.au</a><br class=""><a href="http://www.maths.mq.edu.au" class="">http://www.maths.mq.edu.au</a><div class=""><span style="font-size: 12px; line-height: normal;"><br class=""></span></div><div class=""><span style="font-size: 12px; line-height: normal;"><span style="font-size: 12px; line-height: normal;"><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none; display: inline !important; float: none;" class="">I respectfully acknowledge the </span><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none; display: inline !important; float: none;" class="">traditional custodians of the</span><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none; display: inline !important; float: none;" class=""> </span><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none; display: inline !important; float: none;" class="">Macquarie University Land, the</span><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none; display: inline !important; float: none;" class=""> </span><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none; display: inline !important; float: none;" class="">Wallumedegal clan of the Darug</span><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none; display: inline !important; float: none;" class=""> </span><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none; display: inline !important; float: none;" class="">nation, whose cultures and customs</span><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none; display: inline !important; float: none;" class=""> </span><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none; display: inline !important; float: none;" class="">have nurtured and continue to nurture</span><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none; display: inline !important; float: none;" class=""> </span><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none; display: inline !important; float: none;" class="">this land since the Dreamtime. I pay</span><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none; display: inline !important; float: none;" class=""> </span><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none; display: inline !important; float: none;" class="">my respects to Elders past, present,</span><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none; display: inline !important; float: none;" class=""> </span><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none; display: inline !important; float: none;" class="">and future.</span><br style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><br style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><a href="http://mq.edu.au/" target="_blank" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; line-height: normal;" class=""><span style="font-size: 12px; line-height: normal; caret-color: rgb(0, 105, 217); color: rgb(0, 105, 217); font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; font-family: Arial, sans-serif; orphans: 2; widows: 2;"><span><span><span><span><span><span><img apple-inline="yes" id="8ED422A8-86BE-4F81-AA5A-EA07D6E808CD" src="cid:image001.png@01D030BE.D37A46F0" class=""></span><br style="font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; text-decoration: none;" class=""><span style="font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; text-decoration: none; float: none; display: inline !important;" class="">CRICOS Provider Number 00002J. Think before you</span><span style="font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; text-decoration: none; float: none; display: inline !important;" class=""> </span><span style="font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; text-decoration: none; float: none; display: inline !important;" class="">print. </span><br style="font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; text-decoration: none;" class=""><span style="font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; text-decoration: none; float: none; display: inline !important;" class="">Please consider the environment before printing this</span><span style="font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; text-decoration: none; float: none; display: inline !important;" class=""> </span><span style="font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; text-decoration: none; float: none; display: inline !important;" class="">email.</span><br style="font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; text-decoration: none;" class=""><br style="font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; text-decoration: none;" class=""><span style="font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; text-decoration: none; float: none; display: inline !important;" class="">This message is intended for the addressee named</span><span style="font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; text-decoration: none; float: none; display: inline !important;" class=""> </span><span style="font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; text-decoration: none; float: none; display: inline !important;" class="">and may </span><br style="font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; text-decoration: none;" class=""><span style="font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; text-decoration: none; float: none; display: inline !important;" class="">contain confidential information. If you are not the</span><span style="font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; text-decoration: none; float: none; display: inline !important;" class=""> </span><span style="font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; text-decoration: none; float: none; display: inline !important;" class="">intended </span><br style="font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; text-decoration: none;" class=""><span style="font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; text-decoration: none; float: none; display: inline !important;" class="">recipient, please delete it and notify the sender. Views</span><span style="font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; text-decoration: none; float: none; display: inline !important;" class=""> </span><span style="font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; text-decoration: none; float: none; display: inline !important;" class="">expressed </span><br style="font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; text-decoration: none;" class=""><span style="font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; text-decoration: none; float: none; display: inline !important;" class="">in this message are those of the individual sender, and</span><span style="font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; text-decoration: none; float: none; display: inline !important;" class=""> </span><span style="font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; text-decoration: none; float: none; display: inline !important;" class="">are not </span><br style="font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; text-decoration: none;" class=""><span style="font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; text-decoration: none; float: none; display: inline !important;" class="">necessarily the views of Macquarie University.</span>
</span></span></span></span></span></span></a></span></span></div><a href="http://mq.edu.au/" target="_blank" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; line-height: normal;" class="">
</a></div><br class=""></div></body></html>