-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Long Filenames in "includegraphics" #1
Comments
Hello, |
Hello, I gave a trying a the features we discussed. Please checkout version 0.2.0 (Commit 42b893e) and let me know if face any problem. |
—Reply to this email directly or view it on GitHub. |
Dear Franck Chauvel, your software is great and I would not have been be able to implement yield from [ Fragment(self._file) ]
yield from self.processFragment(eachFragment)
yield from self.replacementsFor(fragment, eachMatch)
But the "\input"- directive still results in some problems:
Windows
\newcommand{\Einfuehrung}{slides/EineKurzeEinfuehrungInLaTeX/Einfuehrung}
Windows but results in very long lines. \input{slides/EineKurzeEinfuehrungInLaTeX/Einfuehrung/WasSindTeXUndLaTeX} I have some problems in understanding your inclusion-algorithmn. I am
Do you have any ideas? Best regards from Andreas Andreas F.W. Grotefeld (+49) 8142 / 597506 Please avoid sending me Word or PowerPoint attachments: |
Hello, Thanks a lot for the feedback. I will replace these occurences of Regarding the
As for the inclusion algorithm, I think it takes the first file, which matches the name found in the LaTeX source. Here, I am not so clear what that would return, as it depends on the order files are returned by the I will let you know as soon as I get something working. |
I gave a try at fixing the two problems you mentioned. |
Hello and good morning, yesterday and today in the morning before going to work, I didn't have I have a simple slide: \begin{frame} with an image "startingPlace.jpg" (I also tried "startingPlace.png") I get the following stacktrace: File "flap/core.py", line 328, in flatten What do I have to change? Thanks in advance and regards Am 25.08.2015 13:44, schrieb Franck Chauvel:
|
Uups, there is another "include"-Environment, I use:
|
I fixed the issue you had in version 0.2.2 and I added support for the òverpic`environment. Feedback is welcome. |
Again! It would be a nice tool, I really would need. But it does not any longer work for Python 3.2. |
for f in self.replacements_for(fragment, eachMatch): yield f Is there a "old fashioned"-replacement? |
I create a separate issue about the Compatibility with Python 3.2 |
I still have problems with slides in the "root"-folder of my presentation-structure, if the slides are referencing images in this "root"-folder: This slides \begin{frame} in a stack-trace
but modifying the inclusion to:
works fine. |
I haven't not been able to reproduce this issue. There is actually a test covering it, which passes both on my machine (Windows) and on the continuous integration server (Linux). The test case is available at see Lines 249 to 261 in 3285956
|
—Reply to this email directly or view it on GitHub. |
I just tested with the new version and on Linux I get the same problem: Using
changing from "startingPlace"
to "./startingPlace" is a blemish.
The same holds for your example Main file Important is the fact, that fragile slide are not more indented than in the original file. |
Find enclosed the modifications by hand in my test presentation with 144 slides: 316c316 |
I just released a fix for a bug occurring when one tries to run FLaP from the directory where the main latex source file is located. Something like:
I hope it will fix as well the issue you had mentioned (see #1 (comment)). Let me know what you get, if you give it a try. |
Yes, you are right, this slides works now:
|
But now, I have another problem. FLaP also tries to "export" my "beamertheme"-files. (These local files are symbolic links, that results in the message: "shutil.Error: (Local) "beamertheme"-files expect a complex predefined file structure. |
Ok, so I will close this issue, and open a new one specific for the "beamerthemes" files. |
Hello, this is a great tool!
Unfortunately, I am not an expert in regular expressions. I have problems with the includegraphics-command. Usually, I prefer to write options in the first line, followed by a comment sign. In the second line follows the name of the image
\includegraphics[interpolate,width=\columnwidth,height=1.\textheight,keepaspectratio]{%
figures/DirectoryOne/ImageTwo}
Additionally, I use "includesvg". The Macro converts SVG-files on the fly into pdf-files. It would be great, if this "include"-state could also be recognized.
Thanks in advance and regards from Andreas
The text was updated successfully, but these errors were encountered: