You can subscribe to this list here.
2016 |
Jan
|
Feb
|
Mar
(12) |
Apr
(19) |
May
(60) |
Jun
(77) |
Jul
(23) |
Aug
(8) |
Sep
(28) |
Oct
(16) |
Nov
(95) |
Dec
(56) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2017 |
Jan
(127) |
Feb
(169) |
Mar
(59) |
Apr
(132) |
May
(27) |
Jun
|
Jul
(7) |
Aug
(1) |
Sep
(15) |
Oct
(12) |
Nov
(15) |
Dec
(17) |
2018 |
Jan
|
Feb
(2) |
Mar
(25) |
Apr
(19) |
May
(28) |
Jun
(75) |
Jul
(48) |
Aug
|
Sep
(31) |
Oct
(26) |
Nov
(51) |
Dec
(82) |
2019 |
Jan
(46) |
Feb
(7) |
Mar
(8) |
Apr
|
May
(9) |
Jun
(8) |
Jul
(21) |
Aug
(30) |
Sep
(9) |
Oct
(16) |
Nov
(14) |
Dec
(23) |
2020 |
Jan
|
Feb
(6) |
Mar
|
Apr
(7) |
May
(47) |
Jun
(12) |
Jul
(7) |
Aug
(5) |
Sep
(4) |
Oct
(24) |
Nov
(15) |
Dec
(14) |
2021 |
Jan
(6) |
Feb
(5) |
Mar
(20) |
Apr
(6) |
May
(46) |
Jun
(17) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
2022 |
Jan
|
Feb
(1) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
(2) |
Oct
|
Nov
(1) |
Dec
|
2023 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(8) |
Nov
|
Dec
|
2024 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
2025 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Bernard D. <bde...@us...> - 2020-11-20 13:26:34
|
Hi James, thank you for the suggestion. The problem with the *file* command is that it is not sufficiently accurate and reliable. For instance, I tested it (with option `-I` to get a mime type) on a file encoded in macRoman and got: `text/plain; charset=unknown-8bit` I tested it on a file containing greek text written ISO-8859-7 and got : `text/plain; charset=iso-8859-1` (sic, 8859-1, not 8859-7). Same wrong result with a russian text in ISO8859-5. I'm afraid this would lead to wrong decisions that would be quite frustrating for the user. --- ** [tickets:#240] Encoding** **Status:** open **Created:** Sat Oct 24, 2020 07:43 AM UTC by James Connolly **Last Updated:** Sat Oct 24, 2020 07:46 AM UTC **Owner:** nobody Hello, first thanks for all the great work from a long term user (≈1997 on) ! A suggestion :Would it be possible to have a "Default encoding : Check file on open"? This "check file on open" would, upon opening a file, have Alpha check the file's (e.g. BSD "file" command) and use that. And only then open the "Encodings popup" if this fails. At present I have many files in ISO-8859 and the pop-up is working rather hard. And I'm not inclined to convert them all to UTF-8 in order to avoid further potential problems : if Alpha can handle ISO-8859, why not silently continue to do so where appropriate is my thinking. Cheers, James p.s. not files as "bug" nor "task" but as "RFE" which I hope means "suggestion". --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |
From: K.-M. S. <k-m...@us...> - 2020-11-11 12:42:35
|
--- ** [tickets:#241] Rectangular replace (copy/paste) fails** **Status:** open **Created:** Wed Nov 11, 2020 12:42 PM UTC by K.-M. Schindler **Last Updated:** Wed Nov 11, 2020 12:42 PM UTC **Owner:** nobody After a rectangular copy covering mutiple lines, the rectangular paste on another rectangular selection fails in so far as the paste is inserted at the first position with new lines for the rest of the copy. Example: AA 11 aa 111 BB 22 bb 222 CC 33 cc 333 DD 44 dd 444 EE 55 ee 555 Rectangular selecting bb and cc and copy and pasting to the rectangular selection of CC and DD yields: AA 11 aa 111 BB 22 bb 222 bb cc 33 cc 333 44 dd 444 EE 55 ee 555 Note that the correct parts are deleted, but the insert fails maybe due to a wrong interpretation of the separation of the parts. I also had a look whether it results from some settings, but could not find anything. --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |
From: James C. <jpg...@us...> - 2020-10-24 07:46:17
|
p.s. to be extra clear : I don't want to change the file open pref. to default to "ISO-8859" either, since this would introduce popups for UTF-8 files I open instead. --- ** [tickets:#240] Encoding** **Status:** open **Created:** Sat Oct 24, 2020 07:43 AM UTC by James Connolly **Last Updated:** Sat Oct 24, 2020 07:43 AM UTC **Owner:** nobody Hello, first thanks for all the great work from a long term user (≈1997 on) ! A suggestion :Would it be possible to have a "Default encoding : Check file on open"? This "check file on open" would, upon opening a file, have Alpha check the file's (e.g. BSD "file" command) and use that. And only then open the "Encodings popup" if this fails. At present I have many files in ISO-8859 and the pop-up is working rather hard. And I'm not inclined to convert them all to UTF-8 in order to avoid further potential problems : if Alpha can handle ISO-8859, why not silently continue to do so where appropriate is my thinking. Cheers, James p.s. not files as "bug" nor "task" but as "RFE" which I hope means "suggestion". --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |
From: James C. <jpg...@us...> - 2020-10-24 07:43:51
|
--- ** [tickets:#240] Encoding** **Status:** open **Created:** Sat Oct 24, 2020 07:43 AM UTC by James Connolly **Last Updated:** Sat Oct 24, 2020 07:43 AM UTC **Owner:** nobody Hello, first thanks for all the great work from a long term user (≈1997 on) ! A suggestion :Would it be possible to have a "Default encoding : Check file on open"? This "check file on open" would, upon opening a file, have Alpha check the file's (e.g. BSD "file" command) and use that. And only then open the "Encodings popup" if this fails. At present I have many files in ISO-8859 and the pop-up is working rather hard. And I'm not inclined to convert them all to UTF-8 in order to avoid further potential problems : if Alpha can handle ISO-8859, why not silently continue to do so where appropriate is my thinking. Cheers, James p.s. not files as "bug" nor "task" but as "RFE" which I hope means "suggestion". --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |
From: Eberhard W L. <el...@li...> - 2020-10-23 08:01:27
|
take your time el — Sent from Dr Lisse’s iPad Mini 5 On 23. Oct 2020, 09:41 +0200, Bernard Desgraupes <bde...@or...>, wrote: > Hi Eberhard, > > unfortunately no :-( > > I’ll look into it now. > > Bernard > > > > Le 23 oct. 2020 à 09:22, Dr Eberhard W Lisse <el...@li...> a écrit : > > > > Bernard, > > > > does it fix my email issue? > > > > el > > > > On 2020-10-23 08:57 , Bernard Desgraupes wrote: > > > Hi all, > > > > > > I'm pleased to announce the release of Alpha 9.2.1 ("Gianfar-2 > > > <https://alphacocoa.sourceforge.io/AlphaStar.html>") for Mac OS X 10.11 > > > or greater (El Capitan, Sierra, High Sierra, Mojave, Catalina). > > > > > > This is a minor technical update that fixes recent issues found in 9.2. > > > See below. > > > > > [...] > > > > > > -- > > Dr. Eberhard W. Lisse \ / Obstetrician & Gynaecologist > > el...@li... / * | Telephone: +264 81 124 6733 (cell) > > PO Box 8421 Bachbrecht \ / If this email is signed with GPG/PGP > > 10007, Namibia ;____/ Sect 20 of Act No. 4 of 2019 may apply > > > > > > _______________________________________________ > > AlphaTcl-users mailing list > > Alp...@li... > > http://lists.sourceforge.net/lists/listinfo/alphatcl-users |
From: Bernard D. <bde...@or...> - 2020-10-23 07:41:49
|
Hi Eberhard, unfortunately no :-( I’ll look into it now. Bernard > Le 23 oct. 2020 à 09:22, Dr Eberhard W Lisse <el...@li...> a écrit : > > Bernard, > > does it fix my email issue? > > el > > On 2020-10-23 08:57 , Bernard Desgraupes wrote: >> Hi all, >> >> I'm pleased to announce the release of Alpha 9.2.1 ("Gianfar-2 >> <https://alphacocoa.sourceforge.io/AlphaStar.html>") for Mac OS X 10.11 >> or greater (El Capitan, Sierra, High Sierra, Mojave, Catalina). >> >> This is a minor technical update that fixes recent issues found in 9.2. >> See below. >> > [...] > > > -- > Dr. Eberhard W. Lisse \ / Obstetrician & Gynaecologist > el...@li... / * | Telephone: +264 81 124 6733 (cell) > PO Box 8421 Bachbrecht \ / If this email is signed with GPG/PGP > 10007, Namibia ;____/ Sect 20 of Act No. 4 of 2019 may apply > > > _______________________________________________ > AlphaTcl-users mailing list > Alp...@li... > http://lists.sourceforge.net/lists/listinfo/alphatcl-users |
From: Dr E. W L. <el...@li...> - 2020-10-23 07:22:48
|
Bernard, does it fix my email issue? el On 2020-10-23 08:57 , Bernard Desgraupes wrote: > Hi all, > > I'm pleased to announce the release of Alpha 9.2.1 ("Gianfar-2 > <https://alphacocoa.sourceforge.io/AlphaStar.html>") for Mac OS X 10.11 > or greater (El Capitan, Sierra, High Sierra, Mojave, Catalina). > > This is a minor technical update that fixes recent issues found in 9.2. > See below. > [...] -- Dr. Eberhard W. Lisse \ / Obstetrician & Gynaecologist el...@li... / * | Telephone: +264 81 124 6733 (cell) PO Box 8421 Bachbrecht \ / If this email is signed with GPG/PGP 10007, Namibia ;____/ Sect 20 of Act No. 4 of 2019 may apply |
From: Bernard D. <bde...@or...> - 2020-10-23 06:58:13
|
Hi all, I'm pleased to announce the release of Alpha 9.2.1 ("Gianfar-2 <https://alphacocoa.sourceforge.io/AlphaStar.html>") for Mac OS X 10.11 or greater (El Capitan, Sierra, High Sierra, Mojave, Catalina). This is a minor technical update that fixes recent issues found in 9.2. See below. Beware: the Maverick (10.9) and Yosemite (10.10) versions of OS X are no longer supported. The latest version of Alpha running on these two systems is 9.0.3. Here is the URL to download the disk image: https://sourceforge.net/projects/alphacocoa/files/9.2.1/Alpha_9.2.1.dmg.zip/download <https://sourceforge.net/projects/alphacocoa/files/9.2.1/Alpha_9.2.1.dmg.zip/download> (32.68M) The MD5 checksum is: d1112d656e69e03063f51ed5da171cb6 The SHA1 checksum is: 48b7c7454403ba2f45c011b8b77c7e72b71aabb1 The RMD160 checksum is: 808d33483c547aa65fb0358576e06746cb60ba5d The SHA256 checksum is: 863f1a4c59f69cc2f7735356783bac2151449b1b3bb1c1977d73fb1f210478b1 If you find problems with the application, don't hesitate to post bug reports. They are essential to keep track of the deficiencies. See Alpha's Bug Tracker <https://sourceforge.net/p/alphacocoa/tickets/>. Thank you for using Alpha. Cheers, Bernard <>Changes from previous version This is a minor technical update for version 9.2. It fixes some issues but does not introduce any new functionality. Fixed the issue with pdf files not displayed in TeX mode when the path contains spaces. Fixed a nested calls recursion in TeX::smartSuperscripts. The following tickets have been closed: Ticket #234: TeX Synchronization with Skim is broken <https://sourceforge.net/p/alphacocoa/tickets/234/> Ticket #237: Adapt the size of the selected region when a search-and-replace reduce it <https://sourceforge.net/p/alphacocoa/tickets/237/> Ticket #239: pageHeader prints untitled instead of document title <https://sourceforge.net/p/alphacocoa/tickets/239/> |
From: Panix <da...@pa...> - 2020-10-22 19:08:37
|
Yay! Looking forward to it. David Craig <http://physics.oregonstate.edu/~craigda> > On Oct 22, 2020, at 10:20 AM, Bernard Desgraupes <bde...@or...> wrote: > > Hi all, > > I have fixed the issue. The path of the pdf file was not properly url-encoded. > I will release a minor upgrade tomorrow with the correction. > > Sorry for the inconvenience and thank you again David for spotting the real issue. > > Bernard > > > >> Le 22 oct. 2020 à 13:07, Bernard Desgraupes <bde...@or...> a écrit : >> >> Hi David, >> >> thanks for all these experiments. It is very helpful. >> Finally the problem indeed comes from spaces in the path (Dropbox is declared non guilty !). >> I see the same problem if I typeset a tex file in a directory with spaces in its name. >> >> I’ll try to fix this as soon as possible. >> >> Cheers, >> Bernard >> >> >>>> Le 22 oct. 2020 à 13:00, David Craig <da...@pa...> a écrit : >>> >>> Hmmm. >>> >>> Well, ALL my files are in DropBox (on my startup disk, which is an SSD). Dropbox is a central component of my multi-location and multi-machine existence. I thought that might be it at first, because when I copied a file to my desktop it tex’d and viewed fine in Alpha. But then I went back to the copy of the identical file in Dropbox, THAT tex’d fine, too. So some files (just not the first few I tried) preview in Alpha fine, and others don’t. So I stripped it down to >>> >>> \documentclass{article} >>> \begin{document} >>> Document >>> \end{document} >>> >>> I did a few experiments and have found something pretty suggestive: if the path to the file contains a folder with spaces in the folder name the file won’t display in Alpha. As soon as I move the /same/ file into a folder with no spaces anywhere in the path, it displays in Alpha. (My user folder name has no spaces in it, so I don’t know how far up that goes.) >>> >>> David Craig >>> >> >> >> >> _______________________________________________ >> AlphaCocoa-devel mailing list >> Alp...@li... >> https://lists.sourceforge.net/lists/listinfo/alphacocoa-devel > |
From: Bernard D. <bde...@or...> - 2020-10-22 17:20:07
|
Hi all, I have fixed the issue. The path of the pdf file was not properly url-encoded. I will release a minor upgrade tomorrow with the correction. Sorry for the inconvenience and thank you again David for spotting the real issue. Bernard > Le 22 oct. 2020 à 13:07, Bernard Desgraupes <bde...@or...> a écrit : > > Hi David, > > thanks for all these experiments. It is very helpful. > Finally the problem indeed comes from spaces in the path (Dropbox is declared non guilty !). > I see the same problem if I typeset a tex file in a directory with spaces in its name. > > I’ll try to fix this as soon as possible. > > Cheers, > Bernard > > >> Le 22 oct. 2020 à 13:00, David Craig <da...@pa...> a écrit : >> >> Hmmm. >> >> Well, ALL my files are in DropBox (on my startup disk, which is an SSD). Dropbox is a central component of my multi-location and multi-machine existence. I thought that might be it at first, because when I copied a file to my desktop it tex’d and viewed fine in Alpha. But then I went back to the copy of the identical file in Dropbox, THAT tex’d fine, too. So some files (just not the first few I tried) preview in Alpha fine, and others don’t. So I stripped it down to >> >> \documentclass{article} >> \begin{document} >> Document >> \end{document} >> >> I did a few experiments and have found something pretty suggestive: if the path to the file contains a folder with spaces in the folder name the file won’t display in Alpha. As soon as I move the /same/ file into a folder with no spaces anywhere in the path, it displays in Alpha. (My user folder name has no spaces in it, so I don’t know how far up that goes.) >> >> David Craig >> > > > > _______________________________________________ > AlphaCocoa-devel mailing list > Alp...@li... > https://lists.sourceforge.net/lists/listinfo/alphacocoa-devel |
From: Bernard D. <bde...@or...> - 2020-10-22 11:07:55
|
Hi David, thanks for all these experiments. It is very helpful. Finally the problem indeed comes from spaces in the path (Dropbox is declared non guilty !). I see the same problem if I typeset a tex file in a directory with spaces in its name. I’ll try to fix this as soon as possible. Cheers, Bernard > Le 22 oct. 2020 à 13:00, David Craig <da...@pa...> a écrit : > > Hmmm. > > Well, ALL my files are in DropBox (on my startup disk, which is an SSD). Dropbox is a central component of my multi-location and multi-machine existence. I thought that might be it at first, because when I copied a file to my desktop it tex’d and viewed fine in Alpha. But then I went back to the copy of the identical file in Dropbox, THAT tex’d fine, too. So some files (just not the first few I tried) preview in Alpha fine, and others don’t. So I stripped it down to > > \documentclass{article} > \begin{document} > Document > \end{document} > > I did a few experiments and have found something pretty suggestive: if the path to the file contains a folder with spaces in the folder name the file won’t display in Alpha. As soon as I move the /same/ file into a folder with no spaces anywhere in the path, it displays in Alpha. (My user folder name has no spaces in it, so I don’t know how far up that goes.) > > David Craig > |
From: David C. <da...@pa...> - 2020-10-22 11:00:59
|
Hmmm. Well, ALL my files are in DropBox (on my startup disk, which is an SSD). Dropbox is a central component of my multi-location and multi-machine existence. I thought that might be it at first, because when I copied a file to my desktop it tex’d and viewed fine in Alpha. But then I went back to the copy of the identical file in Dropbox, THAT tex’d fine, too. So some files (just not the first few I tried) preview in Alpha fine, and others don’t. So I stripped it down to \documentclass{article} \begin{document} Document \end{document} I did a few experiments and have found something pretty suggestive: if the path to the file contains a folder with spaces in the folder name the file won’t display in Alpha. As soon as I move the /same/ file into a folder with no spaces anywhere in the path, it displays in Alpha. (My user folder name has no spaces in it, so I don’t know how far up that goes.) David Craig > On Oct 21, 2020, at 10:55 PM, Bernard Desgraupes <bde...@or...> wrote: > > Hi Chris, > > thanks for the additional information. > Indeed I see the same problem if I typeset a tex file that is in DropBox : the pdf is blank. Ditto if I try to visualise any pdf from the dropbox in an Alpha pdfviewer. Just tried on High Sierra. > > I have to understand why... > > David, on what kind of volume is your pdf file ? > > Bernard > > >> Le 22 oct. 2020 à 07:37, Christopher Skeels <Chr...@un... <mailto:Chr...@un...>> a écrit : >> >> Hi Bernard, >> >> For what it is worth I get a similar outcome to David if I typeset my CV. It may just be Alpha laughing at me, but that is the only file that has caused me such problems. It all lives in Dropbox but the pdf that is produced is perfectly readable by Skim, Preview, and Acrobat Reader, just not Alpha’s in-built viewer. As I said, other things come up fine, so I hadn’t written sooner because I wasn’t sure what I could tell you. I attach a screen shot of the window. Just to reiterate, this is not the norm, just something that my CV does (every time I try). Otherwise, I have been happily using the new features since the beta was released. >> >> Stay well. >> >> Cheers, Chris. >> >> >> -- >> >> Christopher L. Skeels >> Secretary, Australasian Standing Committee of the Econometric Society >> Associate Professor, Department of Economics >> Director, Econometrics Research Unit >> Room 327, FBE Building (#105), 111 Barry Street >> The University of Melbourne >> VIC 3010 Australia >> >> ORCID: 0000-0003-3632-1933 >> >> Tel: (+61) 03 8344 3783 <tel://(+61) 03 8344 3783> >> Fax: (+61) 03 8344 6899 <tel://(+61) 03 8344 6899> >> email: Chr...@un... <mailto:Chr...@un...> >> <Screen Shot 2020-10-22 at 4.34.16 pm.png> > David Craig <http://www.panix.com/~dac/> |
From: Bernard D. <bde...@or...> - 2020-10-22 05:55:41
|
Hi Chris, thanks for the additional information. Indeed I see the same problem if I typeset a tex file that is in DropBox : the pdf is blank. Ditto if I try to visualise any pdf from the dropbox in an Alpha pdfviewer. Just tried on High Sierra. I have to understand why... David, on what kind of volume is your pdf file ? Bernard > Le 22 oct. 2020 à 07:37, Christopher Skeels <Chr...@un...> a écrit : > > Hi Bernard, > > For what it is worth I get a similar outcome to David if I typeset my CV. It may just be Alpha laughing at me, but that is the only file that has caused me such problems. It all lives in Dropbox but the pdf that is produced is perfectly readable by Skim, Preview, and Acrobat Reader, just not Alpha’s in-built viewer. As I said, other things come up fine, so I hadn’t written sooner because I wasn’t sure what I could tell you. I attach a screen shot of the window. Just to reiterate, this is not the norm, just something that my CV does (every time I try). Otherwise, I have been happily using the new features since the beta was released. > > Stay well. > > Cheers, Chris. > > > -- > > Christopher L. Skeels > Secretary, Australasian Standing Committee of the Econometric Society > Associate Professor, Department of Economics > Director, Econometrics Research Unit > Room 327, FBE Building (#105), 111 Barry Street > The University of Melbourne > VIC 3010 Australia > > ORCID: 0000-0003-3632-1933 > > Tel: (+61) 03 8344 3783 <tel://(+61) 03 8344 3783> > Fax: (+61) 03 8344 6899 <tel://(+61) 03 8344 6899> > email: Chr...@un... <mailto:Chr...@un...> > <Screen Shot 2020-10-22 at 4.34.16 pm.png> |
From: Bernard D. <bde...@or...> - 2020-10-22 05:15:32
|
David, I do not understand why you get a blank page. I just tested on Catalina (I have 15.1) and it works for me. Could you try the following two instructions in Alpha's Tcl shell (cmd-Y): set pdftkn [pdfview::createPdfViewer -sidebar 1] pdfview::displayInViewer /path/to/your/file.pdf where your replace /path/to/your/file.pdf by the actual path and see if it reports an error. Bernard > Le 22 oct. 2020 à 02:47, David Craig <da...@pa...> a écrit : > > Bernard- > Yes, that’s how things are set up. Alpha-TeX process any document I give it just fine, and produces a perfectly valid pdf. It’s just not showing up in Alpha. Attached is what I see. (I did try switching off dark mode — same thing.) > > Thanks, > David > > > <Screen Shot 2020-10-21 at 5.36.00 PM.png><Screen Shot 2020-10-21 at 5.37.34 PM.png> > > > <Screen Shot 2020-10-21 at 5.41.09 PM.png> > > > > > > > >> On Oct 21, 2020, at 1:59 PM, Bernard Desgraupes <bde...@or... <mailto:bde...@or...>> wrote: >> >> Hi David, >> >> you should not have anything to do. Just make sure that the viewPDF (not PDFview) service is set to Alpha-TeX as on this snapshot: >> >> >> <Capture d’écran 2020-10-21 à 22.43.53.png> >> >> >> >> >> Then when you typeset a latex document (cmd-T), the pdf output should be displayed in a pdf window (new kind of window in Alpha). Absolutely no external application is required. >> It seems you did just fine and I’m surprised that your page is blank. Did your latex run really produce a pdf ? >> >> >> >> >> >>> Le 21 oct. 2020 à 22:32, David Craig <da...@pa... <mailto:da...@pa...>> a écrit : >>> >>> Bernard- >>> I’m excited to get this working. >>> >>> I just installed Alpha 9.2 on macOS 10.15.7. Very recently set up from a clear Catalina install (on a brand new Mac). >>> >>> Helper Applications -> TeX/LaTeX is set to “Alpha-TeX” >>> Helper Applications -> PDF is (also) set to “Alpha-TeX” ** >>> >>> ** I tried to choose “PDFView”, but Alpha then asks me to locate "app with ID 'net.sourceforge.pdfview’”. Maybe it’s in the Alpha application bundle? I looked in there and did not find it. I stopped there and figured I’d ask about it, and left the pdf helper set to Alpha-TeX. >>> >>> So configured, when I tex a file it processes fine, a pdf I can view in other applications is created, and a new Alpha window opens titled ‘filename.pdf” … but there’s no pdf visible, just a blank space where I would expect it to be, no page numbers in the “Page” box, nothing. >>> >>> Is this because I haven’t found PDFView and set it as the PDF helper, or something else? >>> >>> Thanks, >>> David Craig >>> >>> >>> >>>> On Oct 20, 2020, at 11:14 PM, Bernard Desgraupes <bde...@or... <mailto:bde...@or...>> wrote: >>>> >>>> Hi all, >>>> >>>> I'm pleased to announce the release of a new version of Alpha. This is Alpha 9.2 ("Gianfar <https://alphacocoa.sourceforge.io/AlphaStar.html>") for Mac OS X 10.11 or greater (El Capitan, Sierra, High Sierra, Mojave, Catalina). >>>> >>>> This new version introduces important new features, especially in TeX mode which now has its own internal pdf viewer and features full two-way synchronization between the latex sources and the pdf output. >>>> >>>> See at the end of this message, the changes contained in this new release. >>>> >>>> All versions of Alpha are named after a star. So, for this new release, meet Gianfar <https://alphacocoa.sourceforge.io/AlphaStar.html>, which is λ Draconis, the λ star of the Draco constellation. >>>> >>>> Beware: the Maverick (10.9) and Yosemite (10.10) versions of OS X are no longer supported. The latest version of Alpha running on these two systems is 9.0.3. >>>> >>>> Please, read the release notes which will be displayed the first time you launch Alpha and can be accessed later from the Help ↣ Developer Help menu. >>>> >>>> Here is the URL to download the disk image: >>>> https://sourceforge.net/projects/alphacocoa/files/9.2/Alpha_9.2.dmg.zip/download <https://sourceforge.net/projects/alphacocoa/files/9.2/Alpha_9.2.dmg.zip/download> (32.66M) >>>> >>>> The MD5 checksum is: 8a6d4afd6618aa77357379545b95679d >>>> The SHA1 checksum is: 1514b5e833d48e64ca874705f2559ffb1767a3f5 >>>> The RMD160 checksum is: 3429930c217e412885142e85cd3502c346833e7b >>>> The SHA256 checksum is: e019a22e0e6d732e93d1fdc640f774b62b6e78a34b2f4258b713fd390179c36e >>>> >>>> If you find problems with the application, don't hesitate to post bug reports. They are essential to keep track of the deficiencies. See Alpha's Bug Tracker <https://sourceforge.net/p/alphacocoa/tickets/>. >>>> >>>> Thank you for using Alpha. >>>> Cheers, >>>> Bernard >>>> <>Changes from previous version >>>> >>>> New core command [synctex] <https://alphacocoa.sourceforge.io/Reference/synctex.html> to handle synchronization between LaTeX source files and the PDF output. This relies on the synctex library written by Jérôme Laurens (see Synchronization for TeX <https://github.com/jlaurens/synctex> on Github). >>>> New view PDFView <https://alphacocoa.sourceforge.io/Reference/view.html#view_pdfview> for the [view] <https://alphacocoa.sourceforge.io/Reference/view.html> command. >>>> New built-in PDF viewer for LaTeX mode with full two-way synchronization. >>>> New dynamic commands associated with each PDFView <https://alphacocoa.sourceforge.io/Reference/view.html#view_pdfview> view for manipulating the content of the pdf document. See the $pdfToken command <https://alphacocoa.sourceforge.io/Reference/pdfViewer.html> help page. >>>> New core command [diffFiles] <https://alphacocoa.sourceforge.io/Syntax/diffFiles.html> to perform a diff between two text files. >>>> Modified the behavior of the [search] <https://alphacocoa.sourceforge.io/Syntax/search.html> command in the case of a backward regexp search: the command does not match anymore at the starting position. The semantics of the -l option has also been slightly modified in the case of a backward literal search. >>>> Improved indentation in C modes. >>>> Revision of Alpha's Compare <https://alphacocoa.sourceforge.io/CompareHelp.html> package based on the new [diffFiles] <https://alphacocoa.sourceforge.io/Syntax/diffFiles.html> core command. Alpha does not use external tools anymore for executing comparisons, in particular the extra application DiffBOA.app has retired and has been removed from the bundle. >>>> The helper application AlphaUpdater.app has been removed and is replaced by shell scripts invoked directly by the core. >>>> New core command [windowOrder] <https://alphacocoa.sourceforge.io/Syntax/windowOrder.html> in replacement of 'windowVisibility -order'. >>>> Support for Sweave files in TeX mode. When editing a sweave file, the Process submenu of the LaTeX menu now has two items called "Sweave" and "Sweave and Typeset". The R software <file:///Users/bernardo/Workspace/Devel/Code/AlphaCocoa/Output/Release/9.2/www.r-project.org> must be installed for these commands to work. >>>> New submenu Other Windows in Open Windows menu for non-document windows. >>>> The following bugs have been fixed (but remain open until the fix is confirmed): >>>> Ticket #237: Adapt the size of the selected region when a search-and-replace reduce it <https://sourceforge.net/p/alphacocoa/tickets/237/> >>>> Ticket #239: pageHeader prints untitled instead of document title <https://sourceforge.net/p/alphacocoa/tickets/239/>The following tickets have been closed: >>>> Ticket #235: spellchecker <https://sourceforge.net/p/alphacocoa/tickets/235/> >>>> Ticket #236: spellchecker <https://sourceforge.net/p/alphacocoa/tickets/236/> >>>> Ticket #238: Typesetting a TeX project from a component file <https://sourceforge.net/p/alphacocoa/tickets/238/> >>>> >>>> _______________________________________________ >>>> AlphaTcl-users mailing list >>>> Alp...@li... <mailto:Alp...@li...> >>>> http://lists.sourceforge.net/lists/listinfo/alphatcl-users <http://lists.sourceforge.net/lists/listinfo/alphatcl-users> >>> >>> David Craig >>> >>> >>> <http://www.panix.com/~dac/ <http://www.panix.com/~dac/>> >>> >> > > David Craig > > > <http://www.panix.com/~dac/ <http://www.panix.com/~dac/>> > |
From: David C. <da...@pa...> - 2020-10-22 00:47:52
|
Bernard- Yes, that’s how things are set up. Alpha-TeX process any document I give it just fine, and produces a perfectly valid pdf. It’s just not showing up in Alpha. Attached is what I see. (I did try switching off dark mode — same thing.) Thanks, David > On Oct 21, 2020, at 1:59 PM, Bernard Desgraupes <bde...@or...> wrote: > > Hi David, > > you should not have anything to do. Just make sure that the viewPDF (not PDFview) service is set to Alpha-TeX as on this snapshot: > > > <Capture d’écran 2020-10-21 à 22.43.53.png> > > > > > Then when you typeset a latex document (cmd-T), the pdf output should be displayed in a pdf window (new kind of window in Alpha). Absolutely no external application is required. > It seems you did just fine and I’m surprised that your page is blank. Did your latex run really produce a pdf ? > > > > > >> Le 21 oct. 2020 à 22:32, David Craig <da...@pa... <mailto:da...@pa...>> a écrit : >> >> Bernard- >> I’m excited to get this working. >> >> I just installed Alpha 9.2 on macOS 10.15.7. Very recently set up from a clear Catalina install (on a brand new Mac). >> >> Helper Applications -> TeX/LaTeX is set to “Alpha-TeX” >> Helper Applications -> PDF is (also) set to “Alpha-TeX” ** >> >> ** I tried to choose “PDFView”, but Alpha then asks me to locate "app with ID 'net.sourceforge.pdfview’”. Maybe it’s in the Alpha application bundle? I looked in there and did not find it. I stopped there and figured I’d ask about it, and left the pdf helper set to Alpha-TeX. >> >> So configured, when I tex a file it processes fine, a pdf I can view in other applications is created, and a new Alpha window opens titled ‘filename.pdf” … but there’s no pdf visible, just a blank space where I would expect it to be, no page numbers in the “Page” box, nothing. >> >> Is this because I haven’t found PDFView and set it as the PDF helper, or something else? >> >> Thanks, >> David Craig >> >> >> >>> On Oct 20, 2020, at 11:14 PM, Bernard Desgraupes <bde...@or... <mailto:bde...@or...>> wrote: >>> >>> Hi all, >>> >>> I'm pleased to announce the release of a new version of Alpha. This is Alpha 9.2 ("Gianfar <https://alphacocoa.sourceforge.io/AlphaStar.html>") for Mac OS X 10.11 or greater (El Capitan, Sierra, High Sierra, Mojave, Catalina). >>> >>> This new version introduces important new features, especially in TeX mode which now has its own internal pdf viewer and features full two-way synchronization between the latex sources and the pdf output. >>> >>> See at the end of this message, the changes contained in this new release. >>> >>> All versions of Alpha are named after a star. So, for this new release, meet Gianfar <https://alphacocoa.sourceforge.io/AlphaStar.html>, which is λ Draconis, the λ star of the Draco constellation. >>> >>> Beware: the Maverick (10.9) and Yosemite (10.10) versions of OS X are no longer supported. The latest version of Alpha running on these two systems is 9.0.3. >>> >>> Please, read the release notes which will be displayed the first time you launch Alpha and can be accessed later from the Help ↣ Developer Help menu. >>> >>> Here is the URL to download the disk image: >>> https://sourceforge.net/projects/alphacocoa/files/9.2/Alpha_9.2.dmg.zip/download <https://sourceforge.net/projects/alphacocoa/files/9.2/Alpha_9.2.dmg.zip/download> (32.66M) >>> >>> The MD5 checksum is: 8a6d4afd6618aa77357379545b95679d >>> The SHA1 checksum is: 1514b5e833d48e64ca874705f2559ffb1767a3f5 >>> The RMD160 checksum is: 3429930c217e412885142e85cd3502c346833e7b >>> The SHA256 checksum is: e019a22e0e6d732e93d1fdc640f774b62b6e78a34b2f4258b713fd390179c36e >>> >>> If you find problems with the application, don't hesitate to post bug reports. They are essential to keep track of the deficiencies. See Alpha's Bug Tracker <https://sourceforge.net/p/alphacocoa/tickets/>. >>> >>> Thank you for using Alpha. >>> Cheers, >>> Bernard >>> <>Changes from previous version >>> >>> New core command [synctex] <https://alphacocoa.sourceforge.io/Reference/synctex.html> to handle synchronization between LaTeX source files and the PDF output. This relies on the synctex library written by Jérôme Laurens (see Synchronization for TeX <https://github.com/jlaurens/synctex> on Github). >>> New view PDFView <https://alphacocoa.sourceforge.io/Reference/view.html#view_pdfview> for the [view] <https://alphacocoa.sourceforge.io/Reference/view.html> command. >>> New built-in PDF viewer for LaTeX mode with full two-way synchronization. >>> New dynamic commands associated with each PDFView <https://alphacocoa.sourceforge.io/Reference/view.html#view_pdfview> view for manipulating the content of the pdf document. See the $pdfToken command <https://alphacocoa.sourceforge.io/Reference/pdfViewer.html> help page. >>> New core command [diffFiles] <https://alphacocoa.sourceforge.io/Syntax/diffFiles.html> to perform a diff between two text files. >>> Modified the behavior of the [search] <https://alphacocoa.sourceforge.io/Syntax/search.html> command in the case of a backward regexp search: the command does not match anymore at the starting position. The semantics of the -l option has also been slightly modified in the case of a backward literal search. >>> Improved indentation in C modes. >>> Revision of Alpha's Compare <https://alphacocoa.sourceforge.io/CompareHelp.html> package based on the new [diffFiles] <https://alphacocoa.sourceforge.io/Syntax/diffFiles.html> core command. Alpha does not use external tools anymore for executing comparisons, in particular the extra application DiffBOA.app has retired and has been removed from the bundle. >>> The helper application AlphaUpdater.app has been removed and is replaced by shell scripts invoked directly by the core. >>> New core command [windowOrder] <https://alphacocoa.sourceforge.io/Syntax/windowOrder.html> in replacement of 'windowVisibility -order'. >>> Support for Sweave files in TeX mode. When editing a sweave file, the Process submenu of the LaTeX menu now has two items called "Sweave" and "Sweave and Typeset". The R software <file:///Users/bernardo/Workspace/Devel/Code/AlphaCocoa/Output/Release/9.2/www.r-project.org> must be installed for these commands to work. >>> New submenu Other Windows in Open Windows menu for non-document windows. >>> The following bugs have been fixed (but remain open until the fix is confirmed): >>> Ticket #237: Adapt the size of the selected region when a search-and-replace reduce it <https://sourceforge.net/p/alphacocoa/tickets/237/> >>> Ticket #239: pageHeader prints untitled instead of document title <https://sourceforge.net/p/alphacocoa/tickets/239/>The following tickets have been closed: >>> Ticket #235: spellchecker <https://sourceforge.net/p/alphacocoa/tickets/235/> >>> Ticket #236: spellchecker <https://sourceforge.net/p/alphacocoa/tickets/236/> >>> Ticket #238: Typesetting a TeX project from a component file <https://sourceforge.net/p/alphacocoa/tickets/238/> >>> >>> _______________________________________________ >>> AlphaTcl-users mailing list >>> Alp...@li... <mailto:Alp...@li...> >>> http://lists.sourceforge.net/lists/listinfo/alphatcl-users <http://lists.sourceforge.net/lists/listinfo/alphatcl-users> >> >> David Craig >> >> >> <http://www.panix.com/~dac/ <http://www.panix.com/~dac/>> >> > David Craig <http://www.panix.com/~dac/> |
From: David C. <da...@pa...> - 2020-10-21 20:32:20
|
Bernard- I’m excited to get this working. I just installed Alpha 9.2 on macOS 10.15.7. Very recently set up from a clear Catalina install (on a brand new Mac). Helper Applications -> TeX/LaTeX is set to “Alpha-TeX” Helper Applications -> PDF is (also) set to “Alpha-TeX” ** ** I tried to choose “PDFView”, but Alpha then asks me to locate "app with ID 'net.sourceforge.pdfview’”. Maybe it’s in the Alpha application bundle? I looked in there and did not find it. I stopped there and figured I’d ask about it, and left the pdf helper set to Alpha-TeX. So configured, when I tex a file it processes fine, a pdf I can view in other applications is created, and a new Alpha window opens titled ‘filename.pdf” … but there’s no pdf visible, just a blank space where I would expect it to be, no page numbers in the “Page” box, nothing. Is this because I haven’t found PDFView and set it as the PDF helper, or something else? Thanks, David Craig > On Oct 20, 2020, at 11:14 PM, Bernard Desgraupes <bde...@or...> wrote: > > Hi all, > > I'm pleased to announce the release of a new version of Alpha. This is Alpha 9.2 ("Gianfar <https://alphacocoa.sourceforge.io/AlphaStar.html>") for Mac OS X 10.11 or greater (El Capitan, Sierra, High Sierra, Mojave, Catalina). > > This new version introduces important new features, especially in TeX mode which now has its own internal pdf viewer and features full two-way synchronization between the latex sources and the pdf output. > > See at the end of this message, the changes contained in this new release. > > All versions of Alpha are named after a star. So, for this new release, meet Gianfar <https://alphacocoa.sourceforge.io/AlphaStar.html>, which is λ Draconis, the λ star of the Draco constellation. > > Beware: the Maverick (10.9) and Yosemite (10.10) versions of OS X are no longer supported. The latest version of Alpha running on these two systems is 9.0.3. > > Please, read the release notes which will be displayed the first time you launch Alpha and can be accessed later from the Help ↣ Developer Help menu. > > Here is the URL to download the disk image: > https://sourceforge.net/projects/alphacocoa/files/9.2/Alpha_9.2.dmg.zip/download <https://sourceforge.net/projects/alphacocoa/files/9.2/Alpha_9.2.dmg.zip/download> (32.66M) > > The MD5 checksum is: 8a6d4afd6618aa77357379545b95679d > The SHA1 checksum is: 1514b5e833d48e64ca874705f2559ffb1767a3f5 > The RMD160 checksum is: 3429930c217e412885142e85cd3502c346833e7b > The SHA256 checksum is: e019a22e0e6d732e93d1fdc640f774b62b6e78a34b2f4258b713fd390179c36e > > If you find problems with the application, don't hesitate to post bug reports. They are essential to keep track of the deficiencies. See Alpha's Bug Tracker <https://sourceforge.net/p/alphacocoa/tickets/>. > > Thank you for using Alpha. > Cheers, > Bernard > <>Changes from previous version > > New core command [synctex] <https://alphacocoa.sourceforge.io/Reference/synctex.html> to handle synchronization between LaTeX source files and the PDF output. This relies on the synctex library written by Jérôme Laurens (see Synchronization for TeX <https://github.com/jlaurens/synctex> on Github). > New view PDFView <https://alphacocoa.sourceforge.io/Reference/view.html#view_pdfview> for the [view] <https://alphacocoa.sourceforge.io/Reference/view.html> command. > New built-in PDF viewer for LaTeX mode with full two-way synchronization. > New dynamic commands associated with each PDFView <https://alphacocoa.sourceforge.io/Reference/view.html#view_pdfview> view for manipulating the content of the pdf document. See the $pdfToken command <https://alphacocoa.sourceforge.io/Reference/pdfViewer.html> help page. > New core command [diffFiles] <https://alphacocoa.sourceforge.io/Syntax/diffFiles.html> to perform a diff between two text files. > Modified the behavior of the [search] <https://alphacocoa.sourceforge.io/Syntax/search.html> command in the case of a backward regexp search: the command does not match anymore at the starting position. The semantics of the -l option has also been slightly modified in the case of a backward literal search. > Improved indentation in C modes. > Revision of Alpha's Compare <https://alphacocoa.sourceforge.io/CompareHelp.html> package based on the new [diffFiles] <https://alphacocoa.sourceforge.io/Syntax/diffFiles.html> core command. Alpha does not use external tools anymore for executing comparisons, in particular the extra application DiffBOA.app has retired and has been removed from the bundle. > The helper application AlphaUpdater.app has been removed and is replaced by shell scripts invoked directly by the core. > New core command [windowOrder] <https://alphacocoa.sourceforge.io/Syntax/windowOrder.html> in replacement of 'windowVisibility -order'. > Support for Sweave files in TeX mode. When editing a sweave file, the Process submenu of the LaTeX menu now has two items called "Sweave" and "Sweave and Typeset". The R software <file:///Users/bernardo/Workspace/Devel/Code/AlphaCocoa/Output/Release/9.2/www.r-project.org> must be installed for these commands to work. > New submenu Other Windows in Open Windows menu for non-document windows. > The following bugs have been fixed (but remain open until the fix is confirmed): > Ticket #237: Adapt the size of the selected region when a search-and-replace reduce it <https://sourceforge.net/p/alphacocoa/tickets/237/> > Ticket #239: pageHeader prints untitled instead of document title <https://sourceforge.net/p/alphacocoa/tickets/239/>The following tickets have been closed: > Ticket #235: spellchecker <https://sourceforge.net/p/alphacocoa/tickets/235/> > Ticket #236: spellchecker <https://sourceforge.net/p/alphacocoa/tickets/236/> > Ticket #238: Typesetting a TeX project from a component file <https://sourceforge.net/p/alphacocoa/tickets/238/> > > _______________________________________________ > AlphaTcl-users mailing list > Alp...@li... > http://lists.sourceforge.net/lists/listinfo/alphatcl-users David Craig <http://www.panix.com/~dac/> |
From: Giovanni D. <gio...@un...> - 2020-10-21 18:05:56
|
Many thanks!!! The internal pdf viewer is a big step. But I have a problem; when I synchronize from the tex source while the pdf file is already open, the corresponding location in the pdf file is outside the window (first hidden line upward). Am I the only one with this problem? Regards Giovanni > Il giorno 21 ott 2020, alle ore 08:14, Bernard Desgraupes <bde...@or...> ha scritto: > > Hi all, > > I'm pleased to announce the release of a new version of Alpha. This is Alpha 9.2 ("Gianfar") for Mac OS X 10.11 or greater (El Capitan, Sierra, High Sierra, Mojave, Catalina). > > This new version introduces important new features, especially in TeX mode which now has its own internal pdf viewer and features full two-way synchronization between the latex sources and the pdf output. > > See at the end of this message, the changes contained in this new release. > > All versions of Alpha are named after a star. So, for this new release, meet Gianfar, which is λ Draconis, the λ star of the Draco constellation. > > Beware: the Maverick (10.9) and Yosemite (10.10) versions of OS X are no longer supported. The latest version of Alpha running on these two systems is 9.0.3. > > Please, read the release notes which will be displayed the first time you launch Alpha and can be accessed later from the Help ↣ Developer Help menu. > > Here is the URL to download the disk image: > https://sourceforge.net/projects/alphacocoa/files/9.2/Alpha_9.2.dmg.zip/download (32.66M) > > The MD5 checksum is: 8a6d4afd6618aa77357379545b95679d > The SHA1 checksum is: 1514b5e833d48e64ca874705f2559ffb1767a3f5 > The RMD160 checksum is: 3429930c217e412885142e85cd3502c346833e7b > The SHA256 checksum is: e019a22e0e6d732e93d1fdc640f774b62b6e78a34b2f4258b713fd390179c36e > > If you find problems with the application, don't hesitate to post bug reports. They are essential to keep track of the deficiencies. See Alpha's Bug Tracker. > > Thank you for using Alpha. > Cheers, > Bernard > Changes from previous version > > • New core command [synctex] to handle synchronization between LaTeX source files and the PDF output. This relies on the synctex library written by Jérôme Laurens (see Synchronization for TeX on Github). > • New view PDFView for the [view] command. > • New built-in PDF viewer for LaTeX mode with full two-way synchronization. > • New dynamic commands associated with each PDFView view for manipulating the content of the pdf document. See the $pdfToken command help page. > • New core command [diffFiles] to perform a diff between two text files. > • Modified the behavior of the [search] command in the case of a backward regexp search: the command does not match anymore at the starting position. The semantics of the -l option has also been slightly modified in the case of a backward literal search. > • Improved indentation in C modes. > • Revision of Alpha's Compare package based on the new [diffFiles] core command. Alpha does not use external tools anymore for executing comparisons, in particular the extra application DiffBOA.app has retired and has been removed from the bundle. > • The helper application AlphaUpdater.app has been removed and is replaced by shell scripts invoked directly by the core. > • New core command [windowOrder] in replacement of 'windowVisibility -order'. > • Support for Sweave files in TeX mode. When editing a sweave file, the Process submenu of the LaTeX menu now has two items called "Sweave" and "Sweave and Typeset". The R software must be installed for these commands to work. > • New submenu Other Windows in Open Windows menu for non-document windows. > The following bugs have been fixed (but remain open until the fix is confirmed): > • Ticket #237: Adapt the size of the selected region when a search-and-replace reduce it > • Ticket #239: pageHeader prints untitled instead of document title > The following tickets have been closed: > • Ticket #235: spellchecker > • Ticket #236: spellchecker > • Ticket #238: Typesetting a TeX project from a component file > > _______________________________________________ > AlphaCocoa-devel mailing list > Alp...@li... > https://lists.sourceforge.net/lists/listinfo/alphacocoa-devel |
From: Bernard D. <bde...@or...> - 2020-10-21 10:51:29
|
Hi Eberhard, thanks for reporting this. It is reproducible and definitely looks like a bug. I’l investigate… cheers, Bernard > Le 21 oct. 2020 à 10:54, Dr Eberhard W Lisse <el...@li...> a écrit : > > Bernard, > > if I reformat the first line of the below email (I use the External > Editor plugin in TBird to get to alphac) > > On 21/10/2020 08:14, Bernard Desgraupes wrote: > > Hi all, > > > > I'm pleased to announce the release of a new version of Alpha. This is Alpha 9.2 ("Gianfar <https://alphacocoa.sourceforge.io/AlphaStar.html>") for Mac OS X 10.11 or greater (El Capitan, Sierra, High Sierra, Mojave, Catalina). > > I get this (with the new Alpha (and the beta version out a few weeks > ago). > > On 21/10/2020 08:14, Bernard Desgraupes wrote: > > Hi all, > > > > I'm pleased to announce the release of a new version of Alpha. This > is Alpha 9.2 ("Gianfar > <https://alphacocoa.sourceforge.io/AlphaStar.html>") for Mac OS X 10.11 > or greater (El Capitan, Sierra, High Sierra, Mojave, Catalina). > > when I would expect it to look somewhat like > > On 21/10/2020 08:14, Bernard Desgraupes wrote: > > Hi all, > > > > I'm pleased to announce the release of a new version of Alpha. This > > is Alpha 9.2 ("Gianfar <https://alphacocoa.sourceforge.io/AlphaStar.html>") > > for Mac OS X 10.11 or greater (El Capitan, Sierra, High Sierra, > > Mojave, Catalina). > > Is this reproductible? > > el > > -- > Dr. Eberhard W. Lisse \ / Obstetrician & Gynaecologist > el...@li... / * | Telephone: +264 81 124 6733 (cell) > PO Box 8421 Bachbrecht \ / If this email is signed with GPG/PGP > 10007, Namibia ;____/ Sect 20 of Act No. 4 of 2019 may apply > > > _______________________________________________ > AlphaTcl-users mailing list > Alp...@li... > http://lists.sourceforge.net/lists/listinfo/alphatcl-users |
From: Dr E. W L. <el...@li...> - 2020-10-21 08:55:20
|
Bernard, if I reformat the first line of the below email (I use the External Editor plugin in TBird to get to alphac) On 21/10/2020 08:14, Bernard Desgraupes wrote: > Hi all, > > I'm pleased to announce the release of a new version of Alpha. This is Alpha 9.2 ("Gianfar <https://alphacocoa.sourceforge.io/AlphaStar.html>") for Mac OS X 10.11 or greater (El Capitan, Sierra, High Sierra, Mojave, Catalina). I get this (with the new Alpha (and the beta version out a few weeks ago). On 21/10/2020 08:14, Bernard Desgraupes wrote: > Hi all, > > I'm pleased to announce the release of a new version of Alpha. This is Alpha 9.2 ("Gianfar <https://alphacocoa.sourceforge.io/AlphaStar.html>") for Mac OS X 10.11 or greater (El Capitan, Sierra, High Sierra, Mojave, Catalina). when I would expect it to look somewhat like On 21/10/2020 08:14, Bernard Desgraupes wrote: > Hi all, > > I'm pleased to announce the release of a new version of Alpha. This > is Alpha 9.2 ("Gianfar <https://alphacocoa.sourceforge.io/AlphaStar.html>") > for Mac OS X 10.11 or greater (El Capitan, Sierra, High Sierra, > Mojave, Catalina). Is this reproductible? el -- Dr. Eberhard W. Lisse \ / Obstetrician & Gynaecologist el...@li... / * | Telephone: +264 81 124 6733 (cell) PO Box 8421 Bachbrecht \ / If this email is signed with GPG/PGP 10007, Namibia ;____/ Sect 20 of Act No. 4 of 2019 may apply |
From: Fischlin A. <and...@en...> - 2020-10-21 08:47:14
|
Thank you Bernard!!! Cheers, Andreas ETH Zurich Prof. em. Dr. Andreas Fischlin IPCC Vice-Chair WGII Systems Ecology - Institute of Biogeochemistry and Pollutant Dynamics CHN E 24 Universitaetstrasse 16 8092 Zurich SWITZERLAND and...@en...<mailto:and...@en...> www.sysecol.ethz.ch/people/andreas.fischlin.hml<http://www.sysecol.ethz.ch/people/andreas.fischlin.hml> +41 44 633-6090 phone +41 44 633-1136 fax +41 79 595-4050 mobile Make it as simple as possible, but distrust it! ________________________________________________________________________ On 21/10/2020, at 08:14, Bernard Desgraupes <bde...@or...<mailto:bde...@or...>> wrote: Hi all, I'm pleased to announce the release of a new version of Alpha. This is Alpha 9.2 ("Gianfar<https://alphacocoa.sourceforge.io/AlphaStar.html>") for Mac OS X 10.11 or greater (El Capitan, Sierra, High Sierra, Mojave, Catalina). This new version introduces important new features, especially in TeX mode which now has its own internal pdf viewer and features full two-way synchronization between the latex sources and the pdf output. See at the end of this message, the changes contained in this new release. All versions of Alpha are named after a star. So, for this new release, meet Gianfar<https://alphacocoa.sourceforge.io/AlphaStar.html>, which is λ Draconis, the λ star of the Draco constellation. Beware: the Maverick (10.9) and Yosemite (10.10) versions of OS X are no longer supported. The latest version of Alpha running on these two systems is 9.0.3. Please, read the release notes which will be displayed the first time you launch Alpha and can be accessed later from the Help ↣ Developer Help menu. Here is the URL to download the disk image: https://sourceforge.net/projects/alphacocoa/files/9.2/Alpha_9.2.dmg.zip/download (32.66M) The MD5 checksum is: 8a6d4afd6618aa77357379545b95679d The SHA1 checksum is: 1514b5e833d48e64ca874705f2559ffb1767a3f5 The RMD160 checksum is: 3429930c217e412885142e85cd3502c346833e7b The SHA256 checksum is: e019a22e0e6d732e93d1fdc640f774b62b6e78a34b2f4258b713fd390179c36e If you find problems with the application, don't hesitate to post bug reports. They are essential to keep track of the deficiencies. See Alpha's Bug Tracker<https://sourceforge.net/p/alphacocoa/tickets/>. Thank you for using Alpha. Cheers, Bernard Changes from previous version * New core command [synctex]<https://alphacocoa.sourceforge.io/Reference/synctex.html> to handle synchronization between LaTeX source files and the PDF output. This relies on the synctex library written by Jérôme Laurens (see Synchronization for TeX<https://github.com/jlaurens/synctex> on Github). * New view PDFView<https://alphacocoa.sourceforge.io/Reference/view.html#view_pdfview> for the [view]<https://alphacocoa.sourceforge.io/Reference/view.html> command. * New built-in PDF viewer for LaTeX mode with full two-way synchronization. * New dynamic commands associated with each PDFView<https://alphacocoa.sourceforge.io/Reference/view.html#view_pdfview> view for manipulating the content of the pdf document. See the $pdfToken command<https://alphacocoa.sourceforge.io/Reference/pdfViewer.html> help page. * New core command [diffFiles]<https://alphacocoa.sourceforge.io/Syntax/diffFiles.html> to perform a diff between two text files. * Modified the behavior of the [search]<https://alphacocoa.sourceforge.io/Syntax/search.html> command in the case of a backward regexp search: the command does not match anymore at the starting position. The semantics of the -l option has also been slightly modified in the case of a backward literal search. * Improved indentation in C modes. * Revision of Alpha's Compare<https://alphacocoa.sourceforge.io/CompareHelp.html> package based on the new [diffFiles]<https://alphacocoa.sourceforge.io/Syntax/diffFiles.html> core command. Alpha does not use external tools anymore for executing comparisons, in particular the extra application DiffBOA.app has retired and has been removed from the bundle. * The helper application AlphaUpdater.app has been removed and is replaced by shell scripts invoked directly by the core. * New core command [windowOrder]<https://alphacocoa.sourceforge.io/Syntax/windowOrder.html> in replacement of 'windowVisibility -order'. * Support for Sweave files in TeX mode. When editing a sweave file, the Process submenu of the LaTeX menu now has two items called "Sweave" and "Sweave and Typeset". The R software<file:///Users/bernardo/Workspace/Devel/Code/AlphaCocoa/Output/Release/9.2/www.r-project.org> must be installed for these commands to work. * New submenu Other Windows in Open Windows menu for non-document windows. The following bugs have been fixed (but remain open until the fix is confirmed): * Ticket #237: Adapt the size of the selected region when a search-and-replace reduce it<https://sourceforge.net/p/alphacocoa/tickets/237/> * Ticket #239: pageHeader prints untitled instead of document title<https://sourceforge.net/p/alphacocoa/tickets/239/> The following tickets have been closed: * Ticket #235: spellchecker<https://sourceforge.net/p/alphacocoa/tickets/235/> * Ticket #236: spellchecker<https://sourceforge.net/p/alphacocoa/tickets/236/> * Ticket #238: Typesetting a TeX project from a component file<https://sourceforge.net/p/alphacocoa/tickets/238/> _______________________________________________ AlphaCocoa-devel mailing list Alp...@li...<mailto:Alp...@li...> https://lists.sourceforge.net/lists/listinfo/alphacocoa-devel |
From: Bernard D. <bde...@or...> - 2020-10-21 06:14:27
|
Hi all, I'm pleased to announce the release of a new version of Alpha. This is Alpha 9.2 ("Gianfar <https://alphacocoa.sourceforge.io/AlphaStar.html>") for Mac OS X 10.11 or greater (El Capitan, Sierra, High Sierra, Mojave, Catalina). This new version introduces important new features, especially in TeX mode which now has its own internal pdf viewer and features full two-way synchronization between the latex sources and the pdf output. See at the end of this message, the changes contained in this new release. All versions of Alpha are named after a star. So, for this new release, meet Gianfar <https://alphacocoa.sourceforge.io/AlphaStar.html>, which is λ Draconis, the λ star of the Draco constellation. Beware: the Maverick (10.9) and Yosemite (10.10) versions of OS X are no longer supported. The latest version of Alpha running on these two systems is 9.0.3. Please, read the release notes which will be displayed the first time you launch Alpha and can be accessed later from the Help ↣ Developer Help menu. Here is the URL to download the disk image: https://sourceforge.net/projects/alphacocoa/files/9.2/Alpha_9.2.dmg.zip/download <https://sourceforge.net/projects/alphacocoa/files/9.2/Alpha_9.2.dmg.zip/download> (32.66M) The MD5 checksum is: 8a6d4afd6618aa77357379545b95679d The SHA1 checksum is: 1514b5e833d48e64ca874705f2559ffb1767a3f5 The RMD160 checksum is: 3429930c217e412885142e85cd3502c346833e7b The SHA256 checksum is: e019a22e0e6d732e93d1fdc640f774b62b6e78a34b2f4258b713fd390179c36e If you find problems with the application, don't hesitate to post bug reports. They are essential to keep track of the deficiencies. See Alpha's Bug Tracker <https://sourceforge.net/p/alphacocoa/tickets/>. Thank you for using Alpha. Cheers, Bernard <>Changes from previous version New core command [synctex] <https://alphacocoa.sourceforge.io/Reference/synctex.html> to handle synchronization between LaTeX source files and the PDF output. This relies on the synctex library written by Jérôme Laurens (see Synchronization for TeX <https://github.com/jlaurens/synctex> on Github). New view PDFView <https://alphacocoa.sourceforge.io/Reference/view.html#view_pdfview> for the [view] <https://alphacocoa.sourceforge.io/Reference/view.html> command. New built-in PDF viewer for LaTeX mode with full two-way synchronization. New dynamic commands associated with each PDFView <https://alphacocoa.sourceforge.io/Reference/view.html#view_pdfview> view for manipulating the content of the pdf document. See the $pdfToken command <https://alphacocoa.sourceforge.io/Reference/pdfViewer.html> help page. New core command [diffFiles] <https://alphacocoa.sourceforge.io/Syntax/diffFiles.html> to perform a diff between two text files. Modified the behavior of the [search] <https://alphacocoa.sourceforge.io/Syntax/search.html> command in the case of a backward regexp search: the command does not match anymore at the starting position. The semantics of the -l option has also been slightly modified in the case of a backward literal search. Improved indentation in C modes. Revision of Alpha's Compare <https://alphacocoa.sourceforge.io/CompareHelp.html> package based on the new [diffFiles] <https://alphacocoa.sourceforge.io/Syntax/diffFiles.html> core command. Alpha does not use external tools anymore for executing comparisons, in particular the extra application DiffBOA.app has retired and has been removed from the bundle. The helper application AlphaUpdater.app has been removed and is replaced by shell scripts invoked directly by the core. New core command [windowOrder] <https://alphacocoa.sourceforge.io/Syntax/windowOrder.html> in replacement of 'windowVisibility -order'. Support for Sweave files in TeX mode. When editing a sweave file, the Process submenu of the LaTeX menu now has two items called "Sweave" and "Sweave and Typeset". The R software <file:///Users/bernardo/Workspace/Devel/Code/AlphaCocoa/Output/Release/9.2/www.r-project.org> must be installed for these commands to work. New submenu Other Windows in Open Windows menu for non-document windows. The following bugs have been fixed (but remain open until the fix is confirmed): Ticket #237: Adapt the size of the selected region when a search-and-replace reduce it <https://sourceforge.net/p/alphacocoa/tickets/237/> Ticket #239: pageHeader prints untitled instead of document title <https://sourceforge.net/p/alphacocoa/tickets/239/>The following tickets have been closed: Ticket #235: spellchecker <https://sourceforge.net/p/alphacocoa/tickets/235/> Ticket #236: spellchecker <https://sourceforge.net/p/alphacocoa/tickets/236/> Ticket #238: Typesetting a TeX project from a component file <https://sourceforge.net/p/alphacocoa/tickets/238/> |
From: Bernard D. <bde...@us...> - 2020-10-17 17:22:01
|
- **status**: open --> fixed --- ** [tickets:#237] Adapt the size of the selected region when a search-and-replace reduce it** **Status:** fixed **Created:** Wed Jul 15, 2020 12:22 PM UTC by Sylvain Loiseau **Last Updated:** Sat Oct 17, 2020 05:21 PM UTC **Owner:** nobody Suppose the following document, with six "\n\n" patterns: x x x z z z And suppose the six first lines (from the first "x" to the line before the first "z") selected. If I run "Search and replace", check "Only in selection", and replace "\n\n" by "\n", I reduce the number of lines in the region. However, the region selected by Alpha keep its previous size, and then now encompass lines with "z". This prevent me from applying a succession of string replacements that can change the region size. Maybe it's possible to have the replacement function track the number of lines added (or removed), and change the region size accordingly? Maybe it's not easy... All the best, Sylvain --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |
From: Bernard D. <bde...@us...> - 2020-10-17 17:21:35
|
This is fixed now. Changes committed to the repository ([rev. 1978](https://sourceforge.net/p/alphacocoa/code/1978/)). --- ** [tickets:#237] Adapt the size of the selected region when a search-and-replace reduce it** **Status:** open **Created:** Wed Jul 15, 2020 12:22 PM UTC by Sylvain Loiseau **Last Updated:** Wed Jul 15, 2020 04:11 PM UTC **Owner:** nobody Suppose the following document, with six "\n\n" patterns: x x x z z z And suppose the six first lines (from the first "x" to the line before the first "z") selected. If I run "Search and replace", check "Only in selection", and replace "\n\n" by "\n", I reduce the number of lines in the region. However, the region selected by Alpha keep its previous size, and then now encompass lines with "z". This prevent me from applying a succession of string replacements that can change the region size. Maybe it's possible to have the replacement function track the number of lines added (or removed), and change the region size accordingly? Maybe it's not easy... All the best, Sylvain --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |
From: Bernard D. <bde...@us...> - 2020-10-16 08:18:51
|
- **status**: open --> closed - **Comment**: Closing now. --- ** [tickets:#238] Typesetting a TeX project from a component file** **Status:** closed **Created:** Fri Aug 14, 2020 09:13 AM UTC by John **Last Updated:** Fri Aug 14, 2020 09:17 AM UTC **Owner:** nobody I don't recall when this worked, but I know it did in Alpha 8. The Fileset Menu Help information seems to indicated that it should still work: "Tex: Make a fileset of all parts of a multi-part TeX/LaTeX document. Alpha's LaTeX mode understands these and will automatically send your TeX application the base .tex/.ltx file when you select Typeset on any component part. Details about TeX filesets can be found in the LaTeX mode documentation; see the Help ↣ LaTeX Mode Help menu item for more information." My problem is that I have created a TeX fileset with my main document as its basis. However, when I press command-T while a chapter file is frontmost, Alpha tris to typeset the chapter file instead of typesetting the main TeX file. What am I doing wrong? --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |
From: Bernard D. <bde...@us...> - 2020-10-16 08:18:10
|
- **status**: open --> fixed --- ** [tickets:#239] pageHeader prints untitled instead of document title** **Status:** fixed **Created:** Sat Sep 26, 2020 06:25 AM UTC by Bernard Desgraupes **Last Updated:** Fri Oct 16, 2020 08:17 AM UTC **Owner:** Bernard Desgraupes (This bug was reported by Burkhard Schmidt on AlphaTcl-User) After I turn on "Print Header" in Alpha's global preferences, indeed a nice header appears on each page printed. With one exception: The document name always is "Untitled" instead of (what I would naively expect) the file name of the document. Is there an easy way to get the document name into the header printed? --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |