Re: MiKTeX-Users Digest, Vol 108, Issue 4
"Anthony & Anne de Wet" <[email protected]>
| Newsgroups | gmane.comp.tex.miktex |
|---|---|
| Message-ID | <[email protected]> |
Dear Miktex, I had a serious problem with WinEdt 9 which would not texity the last page of 8 in Linux. WinEdt could not help and I had trouble with Miktex authentication, but very fortunately there is an expert in Plettenberg Bay who could correct the fault after 3 hours work, bypassing the texify icon completely . I do not know if this is a common fault that gives the instruction "can't find kanjix.map" but WinEdt did texify page 8 once but then failed after I had corrected typing errors. Perhaps this struggle will help others. Sincerely Yours, J.A.de Wet(PhD) -----Original Message----- From: [email protected] [mailto:[email protected]] Sent: Wednesday, May 20, 2015 9:17 PM To: [email protected] Subject: MiKTeX-Users Digest, Vol 108, Issue 4 Send MiKTeX-Users mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/miktex-users or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of MiKTeX-Users digest..." Today's Topics: 1. Re: Want to use MikTex in a Batch ([email protected]) 2. Re: Want to use MikTex in a Batch (Thompson,Paul) 3. Re: Want to use MikTex in a Batch (Alan G Isaac) 4. Latest update of LaTeX causes problems with flafter (Michael A. Morrison) 5. Re: Want to use MikTex in a Batch (Jerry) 6. Re: Latest update of LaTeX causes problems with flafter (Ulrike Fischer) ---------------------------------------------------------------------- Message: 1 Date: Wed, 20 May 2015 16:14:23 +0200 From: <[email protected]> Subject: Re: [MiKTeX] Want to use MikTex in a Batch To: "'A place for MiKTeX users to discuss MiKTeX related questions.'" <[email protected]> Message-ID: <[email protected]> Content-Type: text/plain; charset="iso-8859-1" Hello Paul, I'm on a windows system. My goal, to find a simple way to make a 3D PDF out of the created *.tex and *.u3d file. Something like: TEXserver -i "c:\Temp\input\test.tex" -o "c:\temp\output\test.pdf" Many thanks for your help. Best regrads Chris -----Urspr?ngliche Nachricht----- Von: Thompson,Paul [mailto:[email protected]] Gesendet: Mittwoch, 20. Mai 2015 16:01 An: 'A place for MiKTeX users to discuss MiKTeX related questions.' Betreff: Re: [MiKTeX] Want to use MikTex in a Batch Are you on a Windows system or a Linux/Unix system? I do this frequently. I am on a Windows system. To run in batch mode, you write a .bat file. Bat files, if you are not familiar with them, are scripting files, without quite all the flexibility of scripting in the Linux/Unix context. If you wish to go full scripting, you can install Cygwin in the windows environment, which is a toolset which sets up unix-emulating tools within the Windows environment. What commands you put in your .bat file depend on the process you wish to perform. My CV-build file contains commands to delete previous junk files, compile the LaTeX program using pdflatex, run biber to resolve reference, run pdflatex again, and sometimes to copy the file to a new location. -----Original Message----- From: [email protected] [mailto:[email protected]] Sent: Wednesday, May 20, 2015 9:02 AM To: [email protected] Subject: [MiKTeX] Want to use MikTex in a Batch Hello together, I'm an absolut beginner in MikTex. In the first steps I created a *.tex and *.U3d file. I opened the *.tex file in the graphicmode and create a 3D-PDF as wished. Now I would like to automate the steps. How do I run it in a batch? Best regards, Chris ---------------------------------------------------------------------------- -- One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ MiKTeX-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/miktex-users ----------------------------------------------------------------------- Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain privileged and confidential information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. ---------------------------------------------------------------------------- -- One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ MiKTeX-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/miktex-users ------------------------------ Message: 2 Date: Wed, 20 May 2015 15:14:52 +0000 From: "Thompson,Paul" <[email protected]> Subject: Re: [MiKTeX] Want to use MikTex in a Batch To: 'A place for MiKTeX users to discuss MiKTeX related questions.' <[email protected]> Message-ID: <9B75E7CF385CB94EAD6587DD96AC2D970184F970CD@SFSMCEXMBX3.sanfordhealth.org> Content-Type: text/plain; charset="iso-8859-1" Open up the command prompt. Found under start->allprograms->accessories Use plain text editor - emacs notepad etc Open file in editor Type commands and save in documents folder. Call it "makepic.bat" Using command prompt window, use cd to navigate to location of file Type "makepic" -----Original Message----- From: [email protected] [mailto:[email protected]] Sent: Wednesday, May 20, 2015 10:14 AM To: 'A place for MiKTeX users to discuss MiKTeX related questions.' Subject: Re: [MiKTeX] Want to use MikTex in a Batch Hello Paul, I'm on a windows system. My goal, to find a simple way to make a 3D PDF out of the created *.tex and *.u3d file. Something like: TEXserver -i "c:\Temp\input\test.tex" -o "c:\temp\output\test.pdf" Many thanks for your help. Best regrads Chris -----Urspr?ngliche Nachricht----- Von: Thompson,Paul [mailto:[email protected]] Gesendet: Mittwoch, 20. Mai 2015 16:01 An: 'A place for MiKTeX users to discuss MiKTeX related questions.' Betreff: Re: [MiKTeX] Want to use MikTex in a Batch Are you on a Windows system or a Linux/Unix system? I do this frequently. I am on a Windows system. To run in batch mode, you write a .bat file. Bat files, if you are not familiar with them, are scripting files, without quite all the flexibility of scripting in the Linux/Unix context. If you wish to go full scripting, you can install Cygwin in the windows environment, which is a toolset which sets up unix-emulating tools within the Windows environment. What commands you put in your .bat file depend on the process you wish to perform. My CV-build file contains commands to delete previous junk files, compile the LaTeX program using pdflatex, run biber to resolve reference, run pdflatex again, and sometimes to copy the file to a new location. -----Original Message----- From: [email protected] [mailto:[email protected]] Sent: Wednesday, May 20, 2015 9:02 AM To: [email protected] Subject: [MiKTeX] Want to use MikTex in a Batch Hello together, I'm an absolut beginner in MikTex. In the first steps I created a *.tex and *.U3d file. I opened the *.tex file in the graphicmode and create a 3D-PDF as wished. Now I would like to automate the steps. How do I run it in a batch? Best regards, Chris ---------------------------------------------------------------------------- -- One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ MiKTeX-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/miktex-users ----------------------------------------------------------------------- Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain privileged and confidential information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. ---------------------------------------------------------------------------- -- One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ MiKTeX-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/miktex-users ---------------------------------------------------------------------------- -- One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ MiKTeX-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/miktex-users ----------------------------------------------------------------------- Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain privileged and confidential information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. ------------------------------ Message: 3 Date: Wed, 20 May 2015 11:35:17 -0400 From: Alan G Isaac <[email protected]> Subject: Re: [MiKTeX] Want to use MikTex in a Batch To: "A place for MiKTeX users to discuss MiKTeX related questions." <[email protected]> Message-ID: <[email protected]> Content-Type: text/plain; charset=utf-8; format=flowed OT: How did you create your U3d file? Did you use move15 to embed it? Thanks, Alan Isaac ------------------------------ Message: 4 Date: Wed, 20 May 2015 11:25:36 -0500 From: "Michael A. Morrison" <[email protected]> Subject: [MiKTeX] Latest update of LaTeX causes problems with flafter To: <[email protected]> Message-ID: <!&!AAAAAAAAAAAYAAAAAAAAANmiwKHCYTxKtrnkSve0WZXCgAAAEAAAAG8dwayeFFxMtGAh/QIm [email protected]> Content-Type: text/plain; charset="us-ascii" Hi, Earlier this morning I installed the latest package updates to MiKTeX. Later I ran LaTeX on a file I have been working on for some months. The file uses flafter.sty, which has never before given me any problem. This time, however, I got the error message: Undefined Control Sequence \IncludeInRelease{2015/01/01} I have no idea how to correct this; the LaTeX file had not gotten to loading my packages, and in any case I have no command called \IncludeInRelease. I would be most grateful for any guidance regarding this problem! Thanks michael Michael A. Morrison Dept. Physics & Astronomy University of Oklahoma Norman, OK 73019 Phone: 405 325-3961 FAX: 405 325-7557 EMAIL: [email protected] WEB PAGE: http://www.nhn.ou.edu/~morrison ------------------------------ Message: 5 Date: Wed, 20 May 2015 14:10:38 -0400 From: Jerry <[email protected]> Subject: Re: [MiKTeX] Want to use MikTex in a Batch To: [email protected] Message-ID: <[email protected]> Content-Type: text/plain; charset=UTF-8 On Wed, 20 May 2015 15:02:21 +0200, [email protected] stated: > I'm an absolut beginner in MikTex. > > In the first steps I created a *.tex and *.U3d file. > > I opened the *.tex file in the graphicmode and create a 3D-PDF as wished. > > Now I would like to automate the steps. How do I run it in a batch? Depending on what you are trying to do, there is the Microsoft Powershell. https://technet.microsoft.com/en-us/scriptcenter/dd742419.aspx?f=255&MSPPErr or=-2147217396 It could probably handle anything you want to accomplish and is fairly easy to learn. There is lots of on-line documentation. The latest stable version is 4.0 although there is a 5.0 preview available. -- Jerry ------------------------------ Message: 6 Date: Wed, 20 May 2015 21:16:23 +0200 From: Ulrike Fischer <[email protected]> Subject: Re: [MiKTeX] Latest update of LaTeX causes problems with flafter To: [email protected] Message-ID: <[email protected]> Content-Type: text/plain; charset="us-ascii" Am Wed, 20 May 2015 11:25:36 -0500 schrieb Michael A. Morrison: > Hi, > Earlier this morning I installed the latest package updates to MiKTeX. Later > I ran LaTeX on a file I have been working on for some months. The file uses > flafter.sty, which has never before given me any problem. This time, > however, I got the error message: > > Undefined Control Sequence > \IncludeInRelease{2015/01/01} Rebuild the formats in miktex-settings. -- Ulrike Fischer http://www.troubleshooting-tex.de/ ------------------------------ ---------------------------------------------------------------------------- -- One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y ------------------------------ _______________________________________________ MiKTeX-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/miktex-users End of MiKTeX-Users Digest, Vol 108, Issue 4 ******************************************** ----- No virus found in this message. Checked by AVG - www.avg.com Version: 2014.0.4800 / Virus Database: 4311/9823 - Release Date: 05/20/15 ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y