Displaying 18 results from an estimated 18 matches for "bbl".
Did you mean:
bb
2016 Dec 18
4
setjmp/longjmp and volatile stores, but non-volatile loads
...did was:
1) create a dummy personality function in our run time library that
basically always says "no, this frame does not wish to handle this
exception nor does it have any clean-up code", and specify it as
personality function for any function that deals with exceptions
2) create a BBL with a landingpad and no other code at the end of every
try-block
3) in the try-blocks themselves, replace all calls with invokes that
unwind to this landingpad BBL
Then, I tried the following:
a) if the longjmp for the try-block is taken (i.e., the setjmp right
before the try-block returns a n...
2009 Dec 17
2
Sweave Makefile issue
Dear R-specialists,
I am trying to create a Makefile that will first convert all my .Rnw
files into .tex files and then, that will run the LaTeX compiler to
produce a pdf document. This issue has been discussed before. Hence,
I've basically adapted a Makefile I found at
http://n4.nabble.com/R-Sweave-R-and-complex-latex-projects-td810020.html#a810023
to make it compatible with a Windows XP environment. You will find my
version of it at the end of this message.
However, it's not doing what I expect it to do. Instead of only using
pdfTeX on "total_article.tex" (whi...
2016 Sep 30
0
setjmp/longjmp and volatile stores, but non-volatile loads
On Mon, Sep 19, 2016 at 4:42 AM, Jonas Maebe <jonas-devlists at watlock.be>
wrote:
> Reid Kleckner wrote:
> > On Fri, Sep 16, 2016 at 10:13 AM, Jonas Maebe via llvm-dev
> > <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote:
> >
> > model. In order to ensure that changes performed in a try/setjmp==0
> > block survive
2016 Dec 19
0
setjmp/longjmp and volatile stores, but non-volatile loads
Jonas Maebe via llvm-dev wrote:
> Then, I tried the following:
> a) if the longjmp for the try-block is taken (i.e., the setjmp right
> before the try-block returns a non-zero value), jump to the landingpad BBL.
>
> -> Problem: LLVM does not allow regular jump edges to landingpad BBLs
>
> b) since the landingpad is empty anyway and falls through into the next
> BBL (which contains the start of our actual exception handling code),
> jump to that next BBL from setjmp.
>
> ->...
2014 May 18
2
Writing my first CRAN vignette
...ot seem to be anything CRAN specific.
1 - Am I missing some other documentation?
2 - If I use a package from CTAN would that be considered within the
spirit if not the letter of open source? I am not asking for trained
legal advice here, it is the spirit of the rules.
3 - I assume including the .bbl file would be fine rather than making
a separate .bib file?
I am not envisaging doing anything complex: text, formulae, some
tables and one figure plus a few references.
Michael Dewey
info at aghmed.fsnet.co.uk
http://www.aghmed.fsnet.co.uk/home.html
2011 Oct 08
1
Delete files with system command on Windows 7
Under MacOS I use the following script to process my latex documents:
pdflatex -halt-on-error document.tex
bibtex document.aux
pdflatex -halt-on-error document.tex
pdflatex -halt-on-error document.tex
rm *.aux *.bbl *.blg *.log *.nlo *.thm
How can I realise this under Windows 7?
--
View this message in context: http://r.789695.n4.nabble.com/Delete-files-with-system-command-on-Windows-7-tp3885478p3885524.html
Sent from the R help mailing list archive at Nabble.com.
2012 Jan 25
1
Re: docs: Remove outdated LaTex documentation.
...> # Date 1327506767 0
> # Node ID 4271634e4c86568b6bf2241ebf9be4a82ab430bf
> # Parent a2a8089b1ffbf5757ca3191cb8f74a5f1ed7fed1
> docs: Remove outdated LaTex documentation.
Nice.
> @@ -82,7 +70,7 @@
> $(MAKE) -C xen-api clean
> rm -rf .word_count *.aux *.dvi *.bbl *.blg *.glo *.idx *~
> rm -rf *.ilg *.log *.ind *.toc *.bak core
I''d hazard a guess that all of these, apart from *~, are latex droppings
too.
Ian.
2014 Nov 20
3
older distro have newer package in base repo
Just wondering why in EL5's base repo the latest supported mysql
package is 5.5 and in EL6's base repo it is 5.1? Seems strange to me.
(it is clear that the SCL of EL6 has version 5.5 but that implies a
different update policy).
--
LF
2002 May 19
2
ISOLINUX help requested (checksum error)
Hi Mr Anvin,
after downloading the Freedos bootable cd, which now uses your projects
(ISOLINUX & MEMDISK) instead of Bart Lagerweij's DISKEMU (www.nu2.nu), I
contacted the creator of the freedos cdrom. I was interested in how he did
make that cd bootable.
Now I understand it a bit.
As I'm a MS Windows user, I had to figure some things out.
However, upon booting I get a beautiful
2009 May 20
1
Re: read/write multiplexed support
...'ll have a look at that ...
08/26/07 15:02:07 <vl> I know this might hurt OS/2, but 10% speed penalty while it still works correctly, I'd be willing to pay that.
08/26/07 15:04:20 <kukks> vl: yep, it's no pity, if it's not implemented. :-)
08/26/07 15:05:57 <kukks> bbl
My seen 10% speed up with enabled read bmpx was done on a 10MBit network.
I always used "read bmpx" that days...
Cheers, G?nter
2002 Oct 30
4
Sweave in packages
...an empty file
(obviously I should be more careful in my hand writing...).
- It seems that it is necessary to use Makefile because R CMD BUILD doesn't
clean the inst/doc directory from the interim files Sweave produces to build the
pdf (foo-???.eps, foo-???.pdf, LaTeX files like foo.blg, foo.bbl, foo.aux,
foo.log, etc). Is there any other solution here?
- Is it indeed the purpose that the final document should be a pdf file even in
source packages. The pdf files tend to become huge, and easily multiply the size
of a source package. As I have a 56KB modem at home (working at ~5KB file
tra...
2010 Sep 15
1
running 'make' failed during vignette creation ('R CMD build') on Windows
...pdflatex costMatrix
assessNorm: assessNorm.tex
cp -p ../scripts/assessNorm.pdf .
segmentation: segmentation.tex
cp -p ../scripts/segmentation.pdf .
plotAlongChrom: plotAlongChrom.tex
pdflatex plotAlongChrom
pdflatex plotAlongChrom
clean:
rm -f *.out *.bbl *.log *.aux *.blg *.brf *.toc *.tex
rm -f *.dvi *.ps findsegments-* costMatrix-* plotAlongChrom-*
Rplots.pdf
Another thing that is really puzzling is that if I cd to
adSplit/inst/doc and run 'R CMD make' then it works.
Any help/comment on this will be highly appreciated.
Thanks...
2008 May 21
4
Sweave / Latex per-chapter output
Dear R-help,
I am using Sweave and pdflatex to generate a large report from data
contained in my database (Postgres via RODBC). Currently, I work with
a single R/Sweave file, containing several "chapter" indications for
the Latex engine. My master tex file sets the document class, and
includes the introduction, the main Sweave file, and a conclusions and
reference file. I use a makefile
2006 May 31
7
Getting at MakeOpenFile
Along the same lines as the last question - how can I get to functions
like MakeOpenFile via Win32API? It doesn''t seem to be exported by
msvcrt-ruby18.
Possible? Or am I out of luck?
Dan
This communication is the property of Qwest and may contain confidential or
privileged information. Unauthorized use of this communication is strictly
prohibited and may be unlawful. If you have
2016 May 10
2
Ubuntu server 14.04 classic upgrade segmentation fault
...gt; [dc=gruporesasco,dc=local], filter =>
[(&(objectClass=posixGroup)(objectClass=sambaGroupMapping)(sambaSID=S-1-5-21-56882046-558956869-3161115699-41009))],
scope => [2]
smbldap_search_ext: base => [dc=gruporesasco,dc=local], filter =>
[(&(objectClass=sambaSamAccount)(|(uid=BBL)(uid=rreyes)(uid=ocabello)(uid=marzer)))],
scope => [2]
ldapsam_enum_group_members: found 3 accounts
smbldap_search_ext: base => [dc=gruporesasco,dc=local], filter =>
[(&(objectClass=sambaSamAccount)(gidNumber=20004))], scope => [2]
smbldap_search_ext: base => [dc=gruporesasco,...
2011 Nov 17
29
[PATCH 00 of 17] Documentation updates
The following series flushes my documentation queue and replaces
previous postings of those patches.
The main difference is that the xl cfg file is now formatted using POD
instead of markdown and presented as a manpage.
I have setup a cron job to build docs/html and publish it at
http://xenbits.xen.org/docs/unstable/ (it''s a bit bare right now).
The motivation for some of these patches
2012 Apr 19
0
[LLVMdev] Target Dependent Hexagon Packetizer patch
...(ins i32imm:$global),
>> "$dst = CONST32(#$global)",
>> [(set IntRegs:$dst, imm:$global) ]>;
>>
>> let isReMaterializable = 1, isMoveImm = 1 in
>> -def CONST32_Label : LDInst<(outs IntRegs:$dst), (ins bblabel:$label),
>> +def CONST32_Label : LDInst2<(outs IntRegs:$dst), (ins bblabel:$label),
>> "$dst = CONST32($label)",
>> [(set IntRegs:$dst, (HexagonCONST32 bbl:$label))]>;
>>
>> let isReMaterializable = 1, i...
2002 Jul 25
0
Thanks!
...n putting togehter a 55MB distribution on cdrom, and your ISOLINUX
project proves it's very easy to add it to existing cdrom's to make them
(multi)bootable.
Thanks to both your effors and those of the FreeDOS people the smallest
multiboot cdrom is now 1.71MB big
[http://members.home.nl/bblaauw/fdbootcd.iso]
This way, the 1.71MB + 50MB FreeDOS distro can be added to computer
magazine's cdrom's as a promotion means.
Also, this small bootcdrom allows for easy bios flashing
(can't do that in Linux AFAIK).
In short: no more "I have win2000/linux/whatever on my pc, how...