Hello there,I was studying different packages of latex, at that time, I got a magazine with beautiful interface and wonderful page setup.Is there any package for magazine and any good tutorial from which we can learn, how to make articles using LaTeX?
--
You received this message because you are subscribed to the Google Groups "LaTeX Users Group" group.
To post to this group, send email to latexus...@googlegroups.com.
To unsubscribe from this group, send email to latexusersgro...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/latexusersgroup?hl=en.
Thanks Peter,I am not working for any magazine. Just curious about to know the support provided by latex for the magazine publication.
--
You received this message because you are subscribed to the Google Groups "LaTeX Users Group" group.
To post to this group, send email to latexus...@googlegroups.com.
To unsubscribe from this group, send email to latexusersgro...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/latexusersgroup?hl=en.
Hey Peter,
Thanks for your interest.
Actually I am a post graduate student pursuing thesis in Cloud Computing, same there are several friends of mine are working on diverse fields. So I am merging their thesis and other stuff to make an complete knowledge bunch for us. So we can share our knowledge. That's why I am searching for a good magazine kind a template in LaTeX.
http://download.hakin9.org/en/Securing_the_Cloud_hakin9_07_2010.pdf
This one I am following and searching for the same kind of .tex file.
Is there any possibility to get a package of such kind, which I can modify as per my need and academic articles.
It would be an great help for me.
Nicola Talbot ...
http://theoval.cmp.uea.ac.uk/~nlct/ (various very helpful resources)
... has been writing and maintaining a very interesting package for
newspaper/magazine type flows. Connecting frames across different
pages etc ...
http://tug.ctan.org/tex-archive/macros/latex/contrib/flowfram/
Nicola has also prepared a Java utility for helping create the layouts
and frame flows where needed, Jpgfdraw - "A Vector Graphics
Application for LaTeX Users"
http://theoval.cmp.uea.ac.uk/~nlct/jpgfdraw/
I have occasionally used flowfram, and once you get your head around
it, you can produce excellent results very easily. You need to do the
tutorials - then it will all flow :)
All of Nicola's work is documented to a very high standard, the User's
Guide for flowfram "Creating Flow Frames for Posters, Brochures or
Magazines using flowfram.sty v 1.13 January 2010" was written using
flowfram, so it is an example itself
http://ctan.unsw.edu.au/macros/latex/contrib/flowfram/ffuserguide.pdf.
( http://ctan.unsw.edu.au/macros/latex/contrib/flowfram/ffuserguide.html#top
- an online text only rendering.)
Hope that this information helps,
Paul
Hello there,I found out the probable solution for my question.Thank you all.There is one more useful link on wiki,
They provides their source files but I am not able to run them.
What is this 'myway'? Can I use this one?


--
You received this message because you are subscribed to the Google Groups "LaTeX Users Group" group.
To post to this group, send email to latexus...@googlegroups.com.
To unsubscribe from this group, send email to latexusersgro...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/latexusersgroup?hl=en.
Hello there,
I am trying to make only two different page styles with 3 columns.In first page there is one header image (A4 Paper), no header text only footer text which is the title of its own (article title). As we are having in report class (Chapter names.)Like the example given below, which completely covers the page.
I know it's a bit complex but I am trying on the net to search for such code but not able to find or do at my own. So is there any help to get start with it?
Wow. I''m impressed. I never thought you could use Latex to produce
these kinds of layouts. And it is even relatively simple code...that
is, simple for someone like Peter who already knows all the packages
and how to use them. I just admire it knowing full well I'll never be
able to replicate it.
Cheers,
Stefano
--
You received this message because you are subscribed to the Google Groups "LaTeX Users Group" group.
To post to this group, send email to latexus...@googlegroups.com.
To unsubscribe from this group, send email to latexusersgro...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/latexusersgroup?hl=en.
--
You received this message because you are subscribed to the Google Groups "LaTeX Users Group" group.
To post to this group, send email to latexus...@googlegroups.com.
To unsubscribe from this group, send email to latexusersgro...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/latexusersgroup?hl=en.
Thanks Peter,
I was playing with this code for further modifications, at that time I found a question related to page style limitations.
I mean the next page includes the image and other black colored box at the top,
but If I want those style only for first page and then all the content in 3 column. This will hide the side bar that is created for first page layout.
How to overcome this obstacle?
\fancypagestyle{extra}
{
\fancyhead[R]{\leavevmode\null\kern180mm\smash{\raisebox{9mm}
\story{#2}\par
\fboxsep17mm\colorbox{gray}{\vbox to6mm{%
\hsize250mm\color{white}\sffamily\large\so\rightmark}}}
}
\fancyhead[L]{\leavevmode\null\kern-16mm\smash{\raisebox{-9mm}{%
\fboxsep8mm\colorbox{red}{\vbox to6mm{%
\hsize200mm\color{white}\sffamily\large\so\leftmark}}}}}
}
--
You received this message because you are subscribed to the Google Groups "LaTeX Users Group" group.
To post to this group, send email to latexus...@googlegroups.com.
To unsubscribe from this group, send email to latexusersgro...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/latexusersgroup?hl=en.
Thanks Peter,
I have created new page style as per your suggestion,
\hsize200mm\color{white}\sffamily\large\so\leftmark}}}}}
It works fine for static text but I want to print the title of the story dynamically in the right side of the following pages, but I am not able to call the function in header.As per peter's code, there is one new environment defined by him\newenvironment{story}[3][\relax]{%